Skip to content

Latest commit

 

History

History
98 lines (48 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

98 lines (48 loc) · 5.21 KB

2.1.3 (2021-01-20)

Bug Fixes

  • deps: update dependency ethers to v5 (#81) (a02590d)

2.1.2 (2020-06-11)

Bug Fixes

  • deps: update dependency did-resolver to v2 (46d7bd6)

2.1.1 (2020-05-08)

Bug Fixes

  • increase default gasPrice for revocation to 1 GWei (b3d6c2d)

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 (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 (2020-04-29)

Bug Fixes

  • deps: name revocation-registry as a direct dependency (fc40831)

1.3.0 (2020-04-29)

Features

  • update path for status entry (87f3e75), closes #18

1.2.0 (2020-04-29)

Features

  • add experimental revoker code (6fc2853), closes #5

1.1.2 (2020-04-23)

Bug Fixes

  • this field getting lost in typescript leading to crash (b761fc1), closes #14

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)

1.1.0 (2020-02-04)

Features

  • require a didDoc during status checks (9d3ba13)
  • use the DIDDocument param to gather list of valid revoker addresses (28d9376), closes #7

1.0.0 (2019-11-11)

Features

  • 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)