All notable changes to this project will be documented in this file.
v20.2.0 (2020-02-17)
- add gradle cache in travis ci
- change cryptape to citahub in tests module
- show license and tag badges in README
- change cryptape to citahub in CHANGELOG
v1.0.0 (2019-08-28)
- add group manager RPC requests
- add matrix system test in travis
- fix test net url
- fix inPermission method not support function having parameters
- fix unit test in test module
- add introduction document
v0.25.0 (2019-08-27)
- add queryGroups RPC request
- add newGroup RPC request
v0.24.1 (2019-08-16)
- add a constructor parameter to contract deploy method
- fix some issues
v0.24.0 (2019-05-30)
- Support new protocol version 2
v0.23.0 (2019-04-30)
- Adapt to CITA v0.23
v0.22.3 (2019-04-10)
- add peersInfo RPC request
- add getVersion RPC request
v0.22.2 (2019-04-09)
- refactor http json response handle method
v0.22.1 (2019-03-29)
- update RPC request cases
- fix block response parse bug
v0.22 (2019-03-28)
- Adapt to CITA v0.22
v0.21 (2019-02-18)
- Update Crypto field of protobuf.
- Add field from to transaction response.
v0.20.3 (2019-01-21)
- Rename the project to
cita-sdk-java
. Change top module fromAppChain
toCITA
.