Skip to content

Releases: uport-project/ethr-status-registry

2.1.3

20 Jan 12:50
Compare
Choose a tag to compare

2.1.3 (2021-01-20)

Bug Fixes

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

2.1.2

11 Jun 04:17
Compare
Choose a tag to compare

2.1.2 (2020-06-11)

Bug Fixes

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

2.1.1

08 May 21:01
Compare
Choose a tag to compare

2.1.1 (2020-05-08)

Bug Fixes

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

2.1.0

08 May 20:41
Compare
Choose a tag to compare

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

08 May 08:29
Compare
Choose a tag to compare

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

29 Apr 15:35
Compare
Choose a tag to compare

1.3.1 (2020-04-29)

Bug Fixes

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

1.3.0

29 Apr 15:25
Compare
Choose a tag to compare

1.3.0 (2020-04-29)

Features

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

1.2.0

29 Apr 10:19
Compare
Choose a tag to compare

1.2.0 (2020-04-29)

Features

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

1.1.2

23 Apr 15:56
Compare
Choose a tag to compare

1.1.2 (2020-04-23)

Bug Fixes

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

1.1.1

22 Apr 11:02
Compare
Choose a tag to compare

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)