Skip to content

Releases: alchemyplatform/alchemy-web3

v1.2.3

08 Feb 20:07
Compare
Choose a tag to compare
  • Fixes a bug in which Eth Alchemy URLs could not be used with Alchemy-specific APIs.

v1.2.2.

06 Feb 23:08
Compare
Choose a tag to compare
  • Fixes a bug with the contractAddresses parameter in the NFT API.

v1.2.1

05 Feb 00:35
Compare
Choose a tag to compare
  • Fixes a TypeScript bug in which types were not properly exported.

v1.2.0

04 Feb 22:42
Compare
Choose a tag to compare
  • Add alchemy_getTransactionReceipts.
  • Improved error messages.

v1.1.9

02 Dec 22:57
Compare
Choose a tag to compare

Adds a parameter to the exiting alchemy_getAssetTransfers method to our Alchemy Web 3 client that allows you to specify block order.

  • order: Optional string that specifies the ordering of the results by block number. Must be one of ["asc", "desc"] (default "asc")

Note, this feature is currently only whitelisted for certain teams. If you want access, please reach out to support@alchemyapi.io.

v1.1.7

21 Oct 22:27
Compare
Choose a tag to compare

Bugfix

Cleans up an unintended interaction when handling Node-style callback
that return rejected promises. Such callbacks would lead to "unhandled
promise rejection" messages in our utility function callWhenDone.

v1.1.4

10 Sep 18:14
Compare
Choose a tag to compare
  • Upgrades web3 to 1.5.2
  • Support for EIP 1559
  • Fixes a bug in web3.alchemy.getTokenBalances that sometimes resulted incorrect balances

v1.1.1

23 Jun 18:31
Compare
Choose a tag to compare
  • Fixes a validation bug with the new filtered transactions subscriptions.

v1.1.0

23 Jun 00:51
Compare
Choose a tag to compare

v1.0.3

17 May 21:27
Compare
Choose a tag to compare

Upgades web3 to version 1.3.6.