All notable changes to this project following the 0.4.0
release will be documented in this file.
- ...
- Added support for StateTransaction and StateDescriptors (PR #193)
- Allow multiple open wallets (PR #185)
- Added ability to include transaction attributes with the send command. example:
send neo APRgMZHZubii29UXF9uFa6sohrsYupNAvx 10 --tx-attr={'usage':241,'data':'My Remark'}
(PR #184) - Notification REST API (PR #177, examples/notification-rest-api-server.py)
- Minor cleanups and documentation updates
- updated
neo-boa
to0.2.2
, added support for arrayREMOVE
VM opcodes - moved core functions to neocore
- better LevelDB support for OSX
- dependency udates
- Makefile with some useful commands
- ability to claim GAS from SC address
- lots of documentation
- various small bugfixes
- updated
neo-boa
to0.2.1
- added support for array
REVERSE
andAPPEND
VM opcodes
- updated
neo-boa
to0.2.1
- added support for array
REVERSE
andAPPEND
VM opcodes
- updated
neo-boa
to0.2.0
- added support for debug storage
- added support for runtime notifications from verification contracts
- added support for checking verification during
mintTokens
invoke - updated prompt help
- added additional SC Api (
Neo.Runtime.GetTime
,Neo.Transaction.GetUnspentCoins
,Neo.Header.GetIndex
) - added support for dynamically defined smart contract execution
- added ability to alias an address in the wallet