v0.23.0
0.23.0 (2019-10-19)
Features
- address: add support to addresses in full version format (a385821)
- core: add transaction builder for signing transactions with multiple private keys (d5d69c0)
- core: remove address module (#369) (e467427)
BREAKING CHANGES
-
core: remove address module and add key pair module
- ci: add codecov config for a tolerant threshold
- feat(utils): add some util methods for getting public keys and addresses from private keys
- add a method of core.utils.privateKeytoPublicKey
- add a method of core.utils.privateKeyToAddress
-
core: KeyPair from the core module
- fix(core): fix the lock script in the sending transactions example
-
address: rename an parameter in bech32Address method from codeHash to codeHashOrCodeHashIndex