------------------
- Implementing interop type ``MAP`` along with new opcodes ``NEWMAP HASKEY KEYS VALUES`` and modify ``ARRAYSIZE PICKITEM SETITEM REMOVE`` to support ``MAP`` as `per PR here <https://github.com/neo-project/neo-vm/pull/28>__`
- Added support for using ``--from-addr=`` to specify the address to use for ``testinvoke`` in ``prompt.py``. (`PR 329 <https://github.com/CityOfZion/neo-python/pull/329>`_)
- Fixed ``neo/bin/prompt.py`` to redact WIF keys, nep2 keys and contract metadata from the command history file ``.prompt.py.history``.
- Added TransactionInvocation.GetScript to ``StateReader.py``
- Fixed missing uri locations in ``neo/api/REST/RestApi.py`` (`PR 342 <https://github.com/CityOfZion/neo-python/pull/342>`_)
- Fixed privatenet check by fixing the chain path for checks in Settings (`PR 341 <https://github.com/CityOfZion/neo-python/pull/341>`_)
- Fixed ``neo-privnet.sample.wallet``
- Fix for current block height lag behind other RPC implementations by 1-3 blocks
- Fixed ``bootstrap.py`` to use the specified data directory, instead of hard-coded relative paths.
- Test chains moved to the user data directory, instead of the projects code path.