Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Releases: consenlabs/token-core

v2.5.1

12 Mar 03:02
6f975a8
Compare
Choose a tag to compare
Merge pull request #58 from consenlabs/feat-export-pk

Feat export pk

Beta Release

31 Dec 02:46
dae7f72
Compare
Choose a tag to compare

It is a production-ready version to release to more audiences.

Feature:

  • load private key keystore #46
  • grant derivation to private key keystore #43
  • tron: private key export #44

Improvement:

  • ckb: witness format from binary to string #40
  • ckb: signature bugfix #47
  • ckb: tweak address validation #54, suggest from nervos team #51
  • ckb: tweak witness structure definition #54, suggest from nervos team #52
  • make sure no whitespace in mnenmonic #48
  • align derive path spelling #41
  • fix compiler warning #42 & #56
  • replace std::rwlock #45
  • auto lock keystore after panic #55
  • improve error key and key type cast #50

Testing:

  • more unit testcases #39 & #49
  • add e2e tests #37

v2.5.0 Alpha.0

17 Dec 04:32
c7b94bc
Compare
Choose a tag to compare
v2.5.0 Alpha.0 Pre-release
Pre-release
  • split keystore model to hd and private key
  • use protobuf as the interface message
  • add ckb, tron, ltc, bch chain integration code
  • add react-native example with e2e testing