Skip to content

Releases: ethers-io/ethers.js

ethers/v4.0.23

20 Sep 06:16
908258f
Compare
Choose a tag to compare
  • Fixed duplicate events from triggering. (#404; 908258f)

ethers/v4.0.22

20 Sep 06:16
b5f720a
Compare
Choose a tag to compare
  • Ganache does not include from in receipts. (#400; b5f720a)
  • Added to and from for Transaction Receipts. (#398; 700dd34)
  • Added v3 INFURA end-points to InfuraProvider. (#286; f2dd977)
  • Fixed long-response bug in IpcProvider. (#384; 5f01321)

ethers/v4.0.21

20 Sep 06:16
e5bee7e
Compare
Choose a tag to compare
  • Fixed path for x-ethers metadata and wallet. (#392; e5bee7e)
  • Fixed contract removeAllListeners which did not clean up the event loop properly. (#391; 6d08968)

ethers/v4.0.20

20 Sep 06:16
f3ec27b
Compare
Choose a tag to compare
  • Added customizable log levels to quiet warnings. (#379; f3ec27b)

ethers/v4.0.19

20 Sep 06:16
99a2166
Compare
Choose a tag to compare
  • Allow unchecked transactions which will remain unwrapped for the JsonRpcSigner. (#340; 99a2166)
  • Make it easier for sub-classes of Wallet to manage nonces. (4bc62a1)

ethers/v4.0.18

20 Sep 06:15
bcba17a
Compare
Choose a tag to compare

ethers/v4.0.17

20 Sep 06:15
6ca1d77
Compare
Choose a tag to compare
  • Fixed function name in parsed transactions. (#370; 6ca1d77)
  • Include request body in web errors. (4f6748e)
  • Squashed unhandled promise exception for Providers that are never used. (#362; f56fc57)
  • Added gas estimation back into JsonRpcSigner. (#365; 16fdf6b)

ethers/v4.0.16

20 Sep 06:15
a863037
Compare
Choose a tag to compare
  • Updated list files.

ethers/v4.0.15

20 Sep 06:15
2d854bd
Compare
Choose a tag to compare
  • Do not fill in implicit values for JSON-RPC based signers. (#335; 2d854bd)
  • More relaxed transaction parsing. (#357; 9565c28)
  • Allow any whitespace characters in human-readable ABI. (#360; bc457bb)

ethers/v4.0.14

20 Sep 06:15
3f76f60
Compare
Choose a tag to compare
  • Fixed contract proxied tx.wait receipt properties. (#355; 3f76f60)