Releases: alchemyplatform/alchemy-web3
Releases · alchemyplatform/alchemy-web3
v1.2.3
- Fixes a bug in which Eth Alchemy URLs could not be used with Alchemy-specific APIs.
v1.2.2.
- Fixes a bug with the
contractAddresses
parameter in the NFT API.
v1.2.1
- Fixes a TypeScript bug in which types were not properly exported.
v1.2.0
- Add
alchemy_getTransactionReceipts
. - Improved error messages.
v1.1.9
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
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
- 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
- Fixes a validation bug with the new filtered transactions subscriptions.
v1.1.0
- Add support for
alchemy_filteredNewPendingTransactions
subscriptions. - Allow numbers to be passed as block argument to transfers API (and not just hex strings).
v1.0.3
Upgades web3 to version 1.3.6.