Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Update VM to match C# + Add JSON VM Test support #921

Merged
merged 20 commits into from
Mar 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f1dedc6
Updated changelog for release
ixje Jan 16, 2019
411d18f
Merge branch 'development' of https://github.com/CityOfZion/neo-pytho…
ixje Feb 13, 2019
1a489cb
Merge branch 'development' of https://github.com/CityOfZion/neo-pytho…
ixje Feb 13, 2019
3a60db8
Merge branch 'development' of https://github.com/CityOfZion/neo-pytho…
ixje Feb 14, 2019
cdee367
Merge branch 'development' of https://github.com/CityOfZion/neo-pytho…
ixje Feb 14, 2019
56bb2c0
Merge branch 'development' of https://github.com/CityOfZion/neo-pytho…
ixje Feb 27, 2019
0c85a1c
Merge branch 'development' of https://github.com/CityOfZion/neo-pytho…
ixje Feb 28, 2019
79c40af
Merge branch 'development' of https://github.com/CityOfZion/neo-pytho…
ixje Mar 6, 2019
ef26a26
enhance wallet cmd output (add verbose flag)
ixje Mar 7, 2019
a073b59
remove bitcoin imported function (will be removed from neocore) (#910)
ixje Mar 7, 2019
e9366a9
update
ixje Mar 22, 2019
8f2f14f
Add wallet height to bottom toolbar (#912)
hal0x2328 Mar 14, 2019
f510afc
Fixed size calculation for RegisterTransaction (#916)
dauTT Mar 18, 2019
0b501fb
Move VM limits and validations from ApplicationEngine to ExecutionEngine
ixje Mar 21, 2019
596f9bb
Merge commit '8a08b0de8fcb153a92161d986f2ccc4158649b07' into update-vm
ixje Mar 22, 2019
f0bcc16
Add JSON test fixtures support and update VM
ixje Mar 22, 2019
11f6213
Update remaining tests + related code
ixje Mar 25, 2019
aaaf6f7
Update changelog
ixje Mar 25, 2019
cae743f
Merge branch 'development' into update-vm
ixje Mar 25, 2019
d076726
Merge branch 'development' into update-vm
ixje Mar 25, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ withdraw_wallet2.db3
notification_server.py
neo-privnet.wallet
.mypy_cache
venv3.7
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ All notable changes to this project are documented in this file.
- Fixed size calculation for `RegisterTransaction`
- Support updating np-core to throw exceptions instead of logging errors `#888 <https://github.com/CityOfZion/neo-python/issues/888>`_
- Fixed size calculation for `InvocationTransaction` `#919 <https://github.com/CityOfZion/neo-python/pull/919>`_
- Update Virtual Machine to latest implementation, Add support for running official JSON test vectors `#921 <https://github.com/CityOfZion/neo-python/pull/921>`_


[0.8.4] 2019-02-14
------------------
Expand Down
Loading