Skip to content

Releases: FISCO-BCOS/code-generator

Release v1.6.0

11 Sep 09:51
9e3acb8
Compare
Choose a tag to compare
Release v1.6.0 Pre-release
Pre-release

What's Changed

  • support generated java comments by solidity devdoc. by @HelloAldis in #39
  • (project): sync code from main. by @kyonRay in #40
  • (V2,V3): fix view methods get struct value cannot be cast issue. by @kyonRay in #41
  • (project): upgrade to 1.6.0 by @kyonRay in #42
  • Release v1.6.0 by @kyonRay in #43

New Contributors

Full Changelog: v1.5.0...v1.6.0

Release v1.5.0

22 Jul 02:35
035deba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

Release v1.4.0

08 Mar 08:40
2279b84
Compare
Choose a tag to compare

What's Changed

  • (project): sync code from main. by @kyonRay in #29
  • (v2,v3): fix static struct static array bug. by @kyonRay in #30
  • (v2,v3): fix struct[][], struct[2][], struct[2][3] cases bug. by @kyonRay in #31
  • (build,V3): fix v3 generate error in transaction manager, upgrade to v1.4.0. by @kyonRay in #32
  • Release v1.4.0 by @kyonRay in #33

Full Changelog: v1.3.0...v1.4.0

Release v1.3.0

19 Feb 10:42
a69ad7d
Compare
Choose a tag to compare

What's Changed

  • (v2,v3): fix v3,v2 lib struct name compile error, fix v2 event overload bug. by @kyonRay in #20
  • (project): sync code from main. by @kyonRay in #22
  • (V3): adapt TransactionManager interface, add event subcribe feature, add getRawFunction feature. by @kyonRay in #23
  • (V3): fix get raw function interface bug, fix transaction version option conflict. by @kyonRay in #24
  • (v3): fix v3 codeGen wrapper use v1 tx generate constructor bug. by @kyonRay in #25
  • (v3): add payable wrapper feature. by @kyonRay in #26
  • Release 1.3.0 by @kyonRay in #27
  • (build): update sdk to 3.6.0. by @kyonRay in #28

Full Changelog: v1.2.0...v1.3.0

Release v1.2.0

16 Oct 07:03
c2d6918
Compare
Choose a tag to compare

What's Changed

  • (v2,v3): fix v3 nested struct not generate bug, fix v2 generate bug, add v2 test. by @kyonRay in #12
  • (project): sync code from main. by @kyonRay in #17
  • (v2): fix v2 struct bug, add test. by @kyonRay in #18
  • Release 1.2.0 by @kyonRay in #21

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

19 Apr 13:20
285ff8e
Compare
Choose a tag to compare

What's Changed

  • (code): sync code from main. by @kyonRay in #6
  • (codegen): fix return exception when output type are multi and some is struct list. by @kyonRay in #7
  • (codec): fix output and input when use struct list and struct. by @kyonRay in #8
  • (contract): add async call method in generate java file. by @kyonRay in #9
  • (codegen): add asyncCall option. by @kyonRay in #11
  • Release v3.3.0 by @kyonRay in #13
  • (event): fix event struct array bug. by @kyonRay in #14
  • (project): update to 1.1.0. by @kyonRay in #15

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

24 Aug 15:33
5232778
Compare
Choose a tag to compare

What's Changed

  • (project): implementation codeGen v2 and v3. by @kyonRay in #1
  • (utils): use sdk ObjectMapperFactory by @kyonRay in #2
  • sync code by @ywy2090 in #3
  • (v3): fix v3 codeGen wrapper in arrays in struct. by @kyonRay in #4

New Contributors

Full Changelog: https://github.com/FISCO-BCOS/code-generator/commits/v1.0.0