Skip to content

Releases: citahub/cita-sdk-java

CITA SDK v20.2.0

18 Feb 02:27
df1202f
Compare
Choose a tag to compare

Hi, folks.

Today, cita-sdk-java released version 20.2.0. In this version, we adopt a new version naming rule, that is, the version command method of YY.MM. X, where YY represents year, MM represents month, and X represents bug fix version number.

Why the new version rule?
Community version CITA uses new version command method of YY.MM. X, where YY represents year, MM represents month, and X represents bug fix version number. In order to adapt to community version CITA, the community version of cita-sdk-java will use the version naming rules of Year.Month. X, which is similar to the version rules of Ubuntu.


今天,cita-sdk-java 发布 20.2.0 版本。在这个版本中,我们采用了新的版本命名规则,即采用 YY.MM.X 的版本命令方法,YY 表示年,MM 表示月,X 表示修订号。

为什么采用新的版本规则?
社区版CITA 使用 YY.MM. X 新版命名方法,为了适应社区版CITA,cita-sdk-java 的社区版本将启用 年.月.X 的版本命名规则,这有点类似 Ubuntu 的版本规则。


Added

  • add gradle cache in travis ci

Changed

  • change cryptape to citahub in tests module

Documented

  • show license and tag badges in README
  • change cryptape to citahub in CHANGELOG

CITA SDK v1.0.0

28 Oct 03:25
c54237a
Compare
Choose a tag to compare

Added

  • add group manager RPC requests(9b653c0 by yangzhenlong).
  • add matrix system test in travis(10b69c3 by UDLD).

Fixed

  • fix test net url(6bb0861 by UDLD).
  • fix inPermission method not support function having parameters(a104784 by UDLD).
  • fix unit test in test module(584822f by UDLD).

Documented

  • add introduction document (6326f6c by yangzhenlong).

CITA SDK v0.25.0

16 Oct 09:51
7fe7cf4
Compare
Choose a tag to compare

Added

  • add queryGroups RPC request (3125cc6 by yangzhenlong).
  • add newGroup RPC request(3b32c96 by yangzhenlong).

CITA SDK v0.24.1

16 Aug 09:19
264bdf8
Compare
Choose a tag to compare

Added

  • add a param to pass constructor code to fulfil contracts with constructor for Account(70544a1 by timmyz).
  • add uploadabi functions and generate abi string during codegen(76044aa by timmyz).

Changed

  • hide testnet ip(abac1b5 by udld).
  • update version and CHANGELOG(cc7c608 by udld).

Documented

  • replace CitaTransactionManager with TransactionManager of document(d577a25 by duanyytop).

Fixed

  • fix issue#120 gradle shadowJar got exception(80ee446 by udld).
  • fix issue#126 DecdeContent method fails when the value-param of transaction is non-zero(b375d0e by udld).
  • fix com.cryptape.cita.protocol.core.methods.request.Transaction#value without ‘0x’(8d4738c by udld).
  • fix sm2 pubkey(b952f4f by udld).

CITA SDK v0.24.0

30 May 07:29
4243b93
Compare
Choose a tag to compare

Feature

  • support new protocol version 2

CITA SDK v0.23.0

30 Apr 02:33
88e37d8
Compare
Choose a tag to compare

Feature

  • adapt to CITA v0.23

CITA SDK v0.22.3

10 Apr 05:33
b5eddca
Compare
Choose a tag to compare

Feature

  • add peersInfo RPC request method
  • add getVersion RPC request method

CITA SDK v0.22.2

10 Apr 02:02
d33ee6e
Compare
Choose a tag to compare

Feature

  • refactor http json response handle method

CITA SDK v0.22.1

29 Mar 06:38
34db086
Compare
Choose a tag to compare

Feature

  • update RPC request cases
  • fix block response parse bug

CITA SDK v0.22

28 Mar 02:19
b3b243c
Compare
Choose a tag to compare
  • Adapt to CITA v0.22