Mind Control
-
API
- Add support for manpulating smart contracts. This means that you can send assets from smart contracts. This support is currently enabled only in the core API methods
sendAsset
anddoInvoke
. This is currently experimental and is subject to breaking changes without notice (no minor version bump for changes to these). - Add support for
config.account
. You can now use Account in place of address and private key. - Add support for
config.balance
. You can use an old Balance object instead of retrieving a new one. Attaching a Balance object will cause the function to skip over the retrieval process.
- Add support for manpulating smart contracts. This means that you can send assets from smart contracts. This support is currently enabled only in the core API methods
-
Wallet
- Add
confirm
to Balance object.
- Add
-
SC
- Add ContractParam.hash160
-
Util
- Add
isHex
andensureHex
as ways to conveniently check format of hexstrings.
- Add
-
Fixes
- Add more logging messages throughout.
api.signTx
now checks and converts the return value from external function to a Transaction object.- Fix regex string for
rpc.getVersion
.