Skip to content

Releases: 5afe/bivrost-kotlin

v0.8.1

09 Dec 16:25
3ea89d8
Compare
Choose a tag to compare
Add encodePacked (#60)

Version 0.8.0

09 Dec 16:20
3ea89d8
Compare
Choose a tag to compare
  • Add support for encodePacked
  • Update dependencies

Version 0.8.0 - Jitpack

09 Dec 16:24
3ea89d8
Compare
Choose a tag to compare
  • Publish for jitpack

Version 0.7.1

23 Jan 10:45
ca9b64a
Compare
Choose a tag to compare
  • Updated dependencies. Removed kotlin-jre dependency
  • Replaced call to BigInteger.intValueExact() (Java8). Generated code now works on Android again!

Version 0.7.0

11 Jan 14:11
5de310b
Compare
Choose a tag to compare
  • Directly encode dynamic types.
  • Change from contract_name to contractName: this matches the current truffle output.

Version 0.6.2

12 Apr 20:08
Compare
Choose a tag to compare
  • Basic Solidity classes like Address, UIntN, Bool, etc... are now Kotloin data classes, so they can be easily used when comparisons are needed
  • Upgraded some dependencies

Version 0.6.1

11 Dec 11:28
a6600ef
Compare
Choose a tag to compare
  • Ignore applicationIdSuffix for package of generated classes

Version 0.6.0

14 Nov 16:04
137068d
Compare
Choose a tag to compare
  • 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

28 Oct 13:23
0ca13ad
Compare
Choose a tag to compare
  • Fixed bug that BytesX were decoded as dynamic type

Version 0.4.0

19 Oct 15:37
Compare
Choose a tag to compare
  • Fixed bug if multiple functions have the same name