Releases: aionnetwork/aion_web3
Releases · aionnetwork/aion_web3
aion_web3 v1.1.6 (AVM support update)
aion_web3 v1.1.5 (AVM support)
This release contains changes for AVM support. User can now deploy Java contracts and make contract calls to AVM using Web3. No changes to the core Aion web3 were made.
aion_web3 v1.1.4
- Fixed bug in web3.eth.accounts.signTransaction: when numerical fields (gas, gasPrice, value) were passed as strings that do not begin with "0x", they were incorrectly interpreted as hex numbers. They are now interpreted as decimal numbers.
aion_web3 v1.1.2
- Fixed bug in web3.eth.sendSignedTransaction: when polling the Aion kernel for receipts, sometimes an error is thrown when the transaction is still pending
aion_web3 v1.1.0
API based on Ethereum's web3.js v1.0.0.
API reference: https://docs.aion.network/docs/aion-web3
Tutorial: https://learn.aion.network/docs/deploy-a-smart-contract-using-web3
v0.0.4 release
unlock account api tweak
v0.0.3 release
- browser build fix
v0.0.2 release
- fix browser build
- readme update
v0.0.1 release
aion vm compatible encode / decode