Skip to content

Releases: aionnetwork/aion_web3

aion_web3 v1.1.6 (AVM support update)

27 Nov 16:45
4e9f846
Compare
Choose a tag to compare

The main goal of this update is to improve the AVM functionality of web3. It adds ABI binding to web3. This will improve ease of use when calling methods on a deployed contract. 

aion_web3 v1.1.5 (AVM support)

21 May 14:06
63fe3fa
Compare
Choose a tag to compare

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

13 Dec 20:45
Compare
Choose a tag to compare
  • 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

13 Dec 20:44
Compare
Choose a tag to compare
  • 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

13 Dec 20:43
Compare
Choose a tag to compare

v0.0.4 release

17 Jul 20:15
Compare
Choose a tag to compare

unlock account api tweak

v0.0.3 release

28 Apr 21:55
8e59810
Compare
Choose a tag to compare
  • browser build fix

v0.0.2 release

03 Feb 04:46
cb641ff
Compare
Choose a tag to compare
v0.0.2 release Pre-release
Pre-release
  1. fix browser build
  2. readme update

v0.0.1 release

01 Feb 18:36
Compare
Choose a tag to compare
v0.0.1 release Pre-release
Pre-release

aion vm compatible encode / decode