Skip to content

Releases: wkennedy/JABI-EVM

1.0.5

04 Aug 03:55
Compare
Choose a tag to compare

Fix for SolidityType uint[] not matching array types.

Add Javadocs and new tests for SolidityType factories

Enhanced the SolidityType class with Javadocs for improved code documentation. Added unit tests, including a new test for uint256[] matching and decoding of dynamic arrays. Additionally, included an ERC20 ABI JSON file for testing purposes.

1.0.4

31 Jul 03:08
Compare
Choose a tag to compare

Add encodeToHex method to AbiFunction

Introduced encodeToHex method in AbiFunction to encode arguments into a hexadecimal string. Also added a unit test to verify the new method with Uniswap function encoding.

Release 1.0.3

30 Jul 21:04
Compare
Choose a tag to compare

Add decodeResult methods, tests and class docs

Implement new decodeResult methods in AbiFunction to handle string and byte array inputs. Add comprehensive Javadoc comments to AbiFunction and Abi classes. Include multiple test cases in AbiFunctionTest to ensure robustness.

1.0.2

17 Jul 01:52
Compare
Choose a tag to compare
  • Added helper methods

1.0.1

16 Jul 03:08
Compare
Choose a tag to compare

Minor updates

Initial Release

15 Jul 03:19
Compare
Choose a tag to compare
1.0.0

Build update - Added jitpack.yml

Initial Release Candidate

28 May 03:41
Compare
Choose a tag to compare
Pre-release
v1.0.0-alpha

Updates for Actions (Publish)