Skip to content

Mind Control

Compare
Choose a tag to compare
@snowypowers snowypowers released this 20 Feb 04:33
· 659 commits to master since this release
  • 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 and doInvoke. 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.
  • Wallet

    • Add confirm to Balance object.
  • SC

    • Add ContractParam.hash160
  • Util

    • Add isHex and ensureHex as ways to conveniently check format of hexstrings.
  • 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.