Skip to content

Latest commit

 

History

History
98 lines (54 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

98 lines (54 loc) · 2.28 KB

All notable changes to this project will be documented in this file.

v20.2.0 (2020-02-17)

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

v1.0.0 (2019-08-28)

Added

  • add group manager RPC requests
  • add matrix system test in travis

Fixed

  • fix test net url
  • fix inPermission method not support function having parameters
  • fix unit test in test module

Documented

  • add introduction document

v0.25.0 (2019-08-27)

Feature

  • add queryGroups RPC request
  • add newGroup RPC request

v0.24.1 (2019-08-16)

Feature

  • add a constructor parameter to contract deploy method
  • fix some issues

v0.24.0 (2019-05-30)

Feature

  • Support new protocol version 2

v0.23.0 (2019-04-30)

Feature

  • Adapt to CITA v0.23

v0.22.3 (2019-04-10)

Feature

  • add peersInfo RPC request
  • add getVersion RPC request

v0.22.2 (2019-04-09)

Feature

  • refactor http json response handle method

v0.22.1 (2019-03-29)

Feature

  • update RPC request cases
  • fix block response parse bug

v0.22 (2019-03-28)

BREAKING CHANGES

  • Adapt to CITA v0.22

v0.21 (2019-02-18)

BREAKING CHANGES

  • Update Crypto field of protobuf.
  • Add field from to transaction response.

v0.20.3 (2019-01-21)

BREAKING CHANGES

  • Rename the project to cita-sdk-java. Change top module from AppChain to CITA.