Skip to content

Releases: citahub/cita-cli

20.2.2

21 Feb 09:03
199129e
Compare
Choose a tag to compare

Fix store abi command. Replace ethabi encode_params with hex encode to keep same with js/java sdk.

File Checksum (sha256sum)
cita-cli-x86_64-musl-tls-20.2.2.tar.gz c80c7e1ac6d190f9cdeaa630f6af4fd262d6169d387c54ab5965034f9cecedc6
cita-cli-x86_64-mac-osx-tls-20.2.2.tar.gz 304a0b8b91614155cfa754a07660da27ad35580f7900e3d0e7340d24ff6cbbab

20.2.1

19 Feb 09:57
c0f58e9
Compare
Choose a tag to compare

Bugifx: Escape string value in json.

File Checksum (sha256sum)
cita-cli-x86_64-musl-tls-20.2.1.tar.gz 47113e7a67b9abf8f417f4b38b75052cc0051c5cee785ae492e45f90cf0bb4ed
cita-cli-x86_64-mac-osx-tls-20.2.1.tar.gz 845ed0627ff2dc0c0cf24377195729f844c62b7475225e655e8fd0e70013be9f

20.2.0

12 Feb 02:26
Compare
Choose a tag to compare

Use a new version rule: Year.month.fixed_version .

File Checksum (sha256sum)
cita-cli-x86_64-musl-tls-20.2.0.tar.gz b66868ae5192a5ad6b86a4c2b838825d58ea04feff5f32ec6b33fb4c8ce5bece
cita-cli-x86_64-mac-osx-tls-20.2.0.tar.gz 4a51118f9328bffc4c22632374fd0dd90313dff25d3b5564dafb1aa41341a21a

0.19.7

13 Nov 04:39
c494b88
Compare
Choose a tag to compare
  1. Fix interactive input cap limit.
  2. Supports content file input for decode-unverified Transaction.
  3. Add block interval interface.
  4. Support JSON-RPC interface: estimateQuota.

0.19.6

22 May 05:16
6167b75
Compare
Choose a tag to compare

Default use rustls instead of openssl

0.19.5

21 May 09:05
Compare
Choose a tag to compare
  1. Preload config file into map
  2. Upgrade Secp256k1
  3. Support JSON-RPC peersInfo
  4. Support JSON-RPC getVersion
  5. Fix panic on scm group
  6. Support version 2

Thanks for all contributioner @lancelot96 @zengbing15 @mohanson @ouwenkg

0.19.4

23 Jan 03:50
Compare
Choose a tag to compare
  1. Upgrade rustyline
  2. Add id to jsonrpc debug info, set height default to latest on getStorageAt interface
  3. Provide more friendly version information, such as:
    cita-cli 0.19.4+775cb9619cd31028e801371225c58f6543c01472, support tls

0.19.3

12 Dec 07:08
Compare
Choose a tag to compare
  1. Upgrade to Rust 2018 edition
  2. Patch ethabi to fix encode array bug
  3. Fix wrong address of role management
  4. Beautify Transaction decode

0.19.2

30 Oct 07:47
cbbd252
Compare
Choose a tag to compare
  1. Add verify interface
  2. Support version v1 to cita
  3. Support https request, need openssl support
    • cargo install --features tls
  4. Change switch --host to switch --url
  5. Refactor trait to generic
  6. Fix key pub-to-address bug

0.19.1

11 Oct 05:13
96ae898
Compare
Choose a tag to compare

Fix set version type bug