Releases: uport-project/ethr-status-registry
Releases · uport-project/ethr-status-registry
2.1.3
2.1.3 (2021-01-20)
Bug Fixes
- deps: update dependency ethers to v5 (#81) (a02590d)
2.1.2
2.1.2 (2020-06-11)
Bug Fixes
- deps: update dependency did-resolver to v2 (46d7bd6)
2.1.1
2.1.1 (2020-05-08)
Bug Fixes
- increase default gasPrice for revocation to 1 GWei (b3d6c2d)
2.1.0
2.1.0 (2020-05-08)
Features
- allow overrides for some transaction parameters for revocation (12a3ecb)
- automatically compute nonce in ExternalSignerProvider (564f5c0)
- implement address recovery in ExternalSignerProvider (e14956a)
2.0.0
2.0.0 (2020-05-08)
Features
- stabilize revocation using externalized signer (819ead4)
BREAKING CHANGES
- switched to ethers.js instead of eth-js
This means it will internally create JsonRpcProvider
instead of HttpProvider
when configured with rpcUrl
1.3.1
1.3.1 (2020-04-29)
Bug Fixes
- deps: name
revocation-registry
as a direct dependency (fc40831)
1.3.0
1.3.0 (2020-04-29)
Features
- update path for status entry (87f3e75), closes #18
1.2.0
1.2.0 (2020-04-29)
Features
- add experimental revoker code (6fc2853), closes #5
1.1.2
1.1.2 (2020-04-23)
Bug Fixes
this
field getting lost in typescript leading to crash (b761fc1), closes #14
1.1.1
1.1.1 (2020-04-22)
Bug Fixes
- build: fix path for main attribute in package.json (facc36a)
- test: fix rpc url for tests (130185e)