2.1.3 (2021-01-20)
2.1.2 (2020-06-11)
- deps: update dependency did-resolver to v2 (46d7bd6)
2.1.1 (2020-05-08)
- increase default gasPrice for revocation to 1 GWei (b3d6c2d)
2.1.0 (2020-05-08)
- allow overrides for some transaction parameters for revocation (12a3ecb)
- automatically compute nonce in ExternalSignerProvider (564f5c0)
- implement address recovery in ExternalSignerProvider (e14956a)
2.0.0 (2020-05-08)
- stabilize revocation using externalized signer (819ead4)
- switched to ethers.js instead of eth-js
This means it will internally create
JsonRpcProvider
instead ofHttpProvider
when configured withrpcUrl
1.3.1 (2020-04-29)
- deps: name
revocation-registry
as a direct dependency (fc40831)
1.3.0 (2020-04-29)
1.2.0 (2020-04-29)
1.1.2 (2020-04-23)
1.1.1 (2020-04-22)
1.1.0 (2020-02-04)
- require a
didDoc
during status checks (9d3ba13) - use the DIDDocument param to gather list of valid revoker addresses (28d9376), closes #7
- add configuration methods (1020e47)
- add contract calls, using hardcoded credential hash (94f3533)
- add method to parse registry ID (4e27dcf)
- add registry contract abi (c122830)
- hash credential and perform on-chain status check (23e74c3)
- return object containing boolean
revoked
field to match contract (fd6b4b8)