Skip to content

Releases: dabankio/wallet-core

v1.10.0-beta.20201225

25 Dec 09:11
Compare
Choose a tag to compare

v1.10.0-beta.20201214.02

14 Dec 11:20
Compare
Choose a tag to compare
  • bbc 新增Pubk2address 公钥转地址
  • bbc.TxBuilder 废弃SetData, SetDataWithUUID, SetStringData
  • bbc.TxBuilder 新增 SetDataWith, SetData, SetRawData

v1.10.0-beta.20201214

14 Dec 07:01
Compare
Choose a tag to compare
  • add crypto.Blake2bxxx API
  • NewSymbolBip44Deriver这个api也支持参数全部传空了

v1.10.0-beta.20201210

10 Dec 09:34
Compare
Choose a tag to compare

新增crypto目录:

  • Ed25519sign 签名
  • Ed25519verify 验签
  • HexDecodeThenReverse bbc公钥/私钥解析

用法参考:https://github.com/dabankio/wallet-core/blob/dev/crypto/ed25519_test.go

v1.10.0-beta.20201123

23 Nov 03:20
Compare
Choose a tag to compare

wallet.RawKey(symbol string) 获取原始私钥+公钥

BTC SegWit support

28 Oct 08:02
797c47d
Compare
Choose a tag to compare

options.Add(wallet.WithFlag(wallet.FlagBTCUseSegWitFormat))


由于删除了部分tag,导致release note丢失,下面补充最近的丢失note

TRX TRC20 support, symbol: TRX

BBC新增构造dexorder模版api, txBuilder新增addTemplate, bbc.CreateTemplateDataDexOrder, txBuilder.AddTemplateData

v0.10.0-beta.20201019

19 Oct 07:35
Compare
Choose a tag to compare

BBC/MKF dex-order add timestamp

v0.10.0-beta.20201016

16 Oct 07:51
Compare
Choose a tag to compare

NewSymbolBip44Deriver

v0.10.0-beta.2020101302

13 Oct 14:05
Compare
Choose a tag to compare

new BBC API: bbc.CalcTxid

v0.10.0-beta.20201009

09 Oct 11:53
Compare
Choose a tag to compare

BBC带模版签名后交易编码改进