All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.23 (2022-06-05)
- update ckb node url (e4ecd58)
0.3.22 (2020-12-29)
- merge: merge rc branch (bab95f3)
0.3.21 (2020-12-10)
0.3.21 (2020-12-10)
- transaction, signer: required parameter 'witnessArgs' is added to Transaction's contructor. the default values can be found in static attribute WITNESS_ARGS of Builder.
- acp: add acp builder for simple builder (6b11497)
- address: add 2 api for address. isAcp & minPaymentAmount (f7ae547)
- amount: add 'fixed' to FormatOptions, which enables toFixed style format (93439ea)
- config: update sudt config on aggron (0c81e17)
- provider: create a new provider to support wallet connect (07d7df8)
- pw-collector: now we can pass the api base url to PwCollector in constructor (80cf09c)
- sudt: finish sudt create acp builder (55863d9)
- sudt-builder: add simple sudt create acp (31f54ec)
-
amount: change all BigInto to JSBI.BigInt in utils.ts (777bba9)
-
eth-signer: remove test privkeys and ecsign, use sendAsync (129deba)
-
package.json: bump version to 0.2.5 (e7ee1d8)
-
sudt: fix tx build bugs: sudt amount not change (838fbcd)
-
sudtcollector: make pwcollecotr extends from sudtcollector (065bc5d)
-
utils, script: fix generateAddress and parseAddress, more test for script.toAddress (7509e0a)
-
transaction, signer: add WitnessArgs to transaction (e42d02d)
0.2.1 (2020-06-21)
Update docs
0.2.0 (2020-06-17)
- eth-signer: Now sendAsync is on and wallets like MetaMask can be used to sign transactions.
- eth-signer: change from ecsign to sendAsync for prod (3a91746)
0.1.4 (2020-06-16)
- release 0.1.0: release alpha (8814bdc)
- models: add more methods to CKBModel (0c0669a)