- 32-bytes limitation removed from Hashmap. Using keccak256 instead of string->b32
- Backwards Incompatibilities: OAuth support. Old auth using pwHash removed.
- Must use
blockapps-rest^6.1.1
- utf string length function added to
Util
listPermits&listEventsadded to convert bitmask to human-readable enum values
uintToStringfixed.
PermissionedHashmapadded.- Takes an implementation PermissionManager on construction
put()andremove()requirecanModifyMap()to be provided by the PermissionManager
RestStatusadded the following codes:504GATEWAY_TIMEOUT502BAD_GATEWAY
PermissionManagernow logs the following events:grantpermissions to an addressrevokepermissions of an addresscheckthat resulted an Unauthorized response
Hashmapnow supportsremove- Note: the removed key will not exist anymore, however, the address array is not compacted. As a result,
sizewill reflect the number of active and deleted entries.
- Note: the removed key will not exist anymore, however, the address array is not compacted. As a result,
- semver https://semver.org/
- Backwards Incompatibilities (Watch out for this one !!)
- Link to requirements and client facing documents
- semver X.0.0
- New Features
- Performance
- semver 0.X.0
- Bugs, yes we used to have them
- semver 0.0.X
- Whats broken, known workaround