------------------
- fix a bug with smart-contract parameter string parsing `412 <https://github.com/CityOfZion/neo-python/issues/412>`_
- fix ``StateMachine.Contract_Migrate`` and add tests
- add ability to attach tx attrs to build command and testinvoke. altered tx attr parsing
- updated the install instructions present on ``docs``
- fix issues with some JSON-RPC properties `418 <https://github.com/CityOfZion/neo-python/issues/418>`_
- added support for optionally chunking through GAS claims in prompt `419 <https://github.com/CityOfZion/neo-python/issues/419>`_
- support RPC and REST endpoints in parallel `420 <https://github.com/CityOfZion/neo-python/issues/420>`_
- Added new command ``tkn_history`` to the prompt. It shows the recorded history of transfers of a given NEP5 token, that are related to the open wallet.
- fix current block lookup during smart contract event processing `426 <https://github.com/CityOfZion/neo-python/issues/426>`_
- fixed custom datadir setup for prompt and api-server
- added ``mint`` smart-contract event to NotificationDB `433 <https://github.com/CityOfZion/neo-python/pull/433>`_
- Allow ``SmartContract`` to use a hash with or without 0x prefix
- update to neo-boa v0.4.4
- Update to `neo-python-core <https://github.com/CityOfZion/neo-python-core/blob/master/HISTORY.rst>`_ v0.4.8:
- Create wallets with ``np-utils --create-wallet``
- ``BigInteger(0)`` now is ``b'\x00'``
- CheckWitness now only accepts 20 or 33 byte addresses,CheckWitness faults VM when input is bad rather than returning ``False``
- When creating contracts, ReturnType is now written by ScriptBuilder as a BigInteger
- Allow sending of transaction attributes with invocations
- Added signing utility ``np-sign`` for using a wallet, WIF, or NEP2 to sign an arbitrary message.