Skip to content

Releases: alchemyplatform/alchemy-web3

v1.4.7

28 Oct 17:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

v1.4.6

15 Jul 00:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.4...v1.4.6

v1.4.4

20 Jun 22:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

20 Jun 17:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

27 Apr 18:22
Compare
Choose a tag to compare
  • Batch backfill requests in the Websocket implementation in order to adhere to the 10 request limit enforced by the Alchemy backend.

v1.4.1

21 Apr 18:54
Compare
Choose a tag to compare

Fixed a bug with getNfts() and getNftMetadata().

v1.4.0

21 Apr 00:34
Compare
Choose a tag to compare

v1.3.0

22 Mar 15:40
851d5de
Compare
Choose a tag to compare
  • Upgrade web3.js dependency from 1.6.0 to 1.7.1 (latest) (#113)
  • Updated interfaces to include getMaxPriorityFeePerGas() (#114)
  • Added overrides for getNfts() when using withMetadata (#110)
  • Fixed a bug where calls prefixed with personal_ were not allowed (#111)

v1.2.5

28 Feb 17:51
8cec29a
Compare
Choose a tag to compare

Added new types for getNfts(). By default, getNfts() will now return NftMetadata with each NFT.
See #100 for more details.

v1.2.4

14 Feb 21:37
Compare
Choose a tag to compare

What's Changed

  • Updated the types for TransactionReceipt to match the Alchemy types on alchemy_getTransactionReceipts

Full Changelog: v1.2.3...v1.2.4