Skip to content

Releases: driftluo/cita-cli

0.19.4

23 Jan 03:52
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:11
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:56
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:17
96ae898
Compare
Choose a tag to compare

Fix set version type bug

v0.19 Osmanthus Cake

01 Oct 11:03
Compare
Choose a tag to compare
  1. Replace linefeed with rustyline for more friendly configuration options,such as vi/emacs edit mode selection, completion mode switching, etc.
  2. The client is optimized from holding runtime to holding the sender
  3. Added support for new RPC interfaces, new system contracts.
  4. Clean up useless code
  5. Support for the Sm2/Sm3 algorithm
  6. Interactive automatic completion optimization to the fuzzy matching algorithm
  7. Upgrade partial dependency library and the commit id is added to the version number.
  8. Fixed some magic bugs

v0.18 Egg Fried Rice

31 Aug 05:54
Compare
Choose a tag to compare
  1. Supports batch transaction
  2. Add get set interface to temporarily store data
  3. The previous interactive return message defaults to result
  4. Optimized part of the code
  5. Replace sha3 to tiny-keccak
  6. Change default quota used to 10_000_000
  7. Bug fix:
    • Fix recover address by transaction
    • Fix panic on scm command

v0.17 Flos Sophorae Pancake

31 Aug 05:53
6254a82
Compare
Choose a tag to compare
  1. Refactor cita-tool, use proc-macro to system contract client
  2. Rename JSON-RPC methods.
  3. Separate cli module
  4. Fix lots of bugs:
    • Encode cannot encode large numbers
    • Encode integer type can't input negative number
    • Encode ABI with no parameter function must enter a parameter
    • When compiled in release mode, the demo can handle a paste of 15,000 characters in about five seconds.
  5. Add some command, such as search, benchmark

v0.16 Kutto Roti

21 Jun 02:59
Compare
Choose a tag to compare

Support 0.16 version cita:

  • Send transaction, support sha3hash and blake2b
  • Support interactive command line
  • Support system contract