Releases: 5afe/bivrost-kotlin
Releases · 5afe/bivrost-kotlin
v0.8.1
Version 0.8.0
- Add support for encodePacked
- Update dependencies
Version 0.8.0 - Jitpack
- Publish for jitpack
Version 0.7.1
- Updated dependencies. Removed kotlin-jre dependency
- Replaced call to
BigInteger.intValueExact()
(Java8). Generated code now works on Android again!
Version 0.7.0
- Directly encode dynamic types.
- Change from
contract_name
tocontractName
: this matches the current truffle output.
Version 0.6.2
- Basic Solidity classes like
Address
,UIntN
,Bool
, etc... are now Kotloindata
classes, so they can be easily used when comparisons are needed - Upgraded some dependencies
Version 0.6.1
- Ignore applicationIdSuffix for package of generated classes
Version 0.6.0
- Events are now generated. They are generated under the
Events
object (in the generated contract file) alongside the respective ids and a decoder methods. - Added test scenarios for the generated code
Version 0.5.0
- Fixed bug that BytesX were decoded as dynamic type
Version 0.4.0
- Fixed bug if multiple functions have the same name