This repository was archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
Fix getcontractstate to match neo-cli #750
Merged
ixje
merged 30 commits into
CityOfZion:development
from
jseagrave21:fix-getcontractstate
Dec 12, 2018
Merged
Fix getcontractstate to match neo-cli #750
ixje
merged 30 commits into
CityOfZion:development
from
jseagrave21:fix-getcontractstate
Dec 12, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge CoZ Development into jseagrave21 Development
Merge CoZ Development into jseagrave21 Development
Merge CoZ Development into jseagrave21 Development
* Update ExtendedJsonRpcApi.py - add fix provided by @localhuman so original methods are returned as well as extended methods
…yOfZion#661) * Add the option -u (unittest-net) to prompt.py * Add unittest guildeline and add the smart contract source codes (UnitTest-SM.zip) to the fixtures package
for compatibility
* Fix ExtendedJsonRpcApi (CityOfZion#662) * Update ExtendedJsonRpcApi.py - add fix provided by @localhuman so original methods are returned as well as extended methods * Mute expected test stacktrace and clearly identify why an exception is thrown. (CityOfZion#663) * Add guideline for adding tests to the neo-privnet-unittest image (CityOfZion#661) * Add the option -u (unittest-net) to prompt.py * Add unittest guildeline and add the smart contract source codes (UnitTest-SM.zip) to the fixtures package * Add raw transaction building examples (CityOfZion#665) * Update neo-boa version to fix core building test
Merge CoZ Development into jseagrave21 Development
Merge CoZ Development into jseagrave21 Development
Merge CoZ Development into jseagrave21 Development
Merge CoZ Development into jseagrave21 development
Merge CoZ development into jseagrave21 development
- add tests for "showallaccounts" and "showallaccountstates"
Merge neo-python development into jseagrave21 development
Merge neo-python development into jseagrave21 development
Merge neo-python development into jseagrave21 development
Merge CoZ development into jseagrave21 development
Gracefully handle NEP-5 balance query failures (CityOfZion#744)
- update for parody with neo-cli 2.9.2
- update for parody with neo-cli 2.9.2
- fix so ToName works
- update so test passes
- update so test passes
- update for integration with previous changes and so tests pass
- consolidate code
- fix test
5 tasks
Thanks for the quick fix! 🥇 |
jseagrave21
added a commit
to jseagrave21/neo-python
that referenced
this pull request
Dec 12, 2018
- update for CityOfZion#750
jseagrave21
added a commit
to jseagrave21/neo-python
that referenced
this pull request
Dec 12, 2018
- update for CityOfZion#750
jseagrave21
added a commit
to jseagrave21/neo-python
that referenced
this pull request
Dec 12, 2018
- update for CityOfZion#750
jseagrave21
added a commit
to jseagrave21/neo-python
that referenced
this pull request
Dec 12, 2018
- update for CityOfZion#750
jseagrave21
added a commit
to jseagrave21/neo-python
that referenced
this pull request
Dec 12, 2018
- update for CityOfZion#750
jseagrave21
added a commit
to jseagrave21/neo-python
that referenced
this pull request
Dec 12, 2018
- update for CityOfZion#750
jseagrave21
added a commit
to jseagrave21/neo-python
that referenced
this pull request
Dec 12, 2018
- update for CityOfZion#750
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What current issue(s) does this address, or what feature is it adding?
contractstate
parameters andToJson()
return to match neo-cliHow did you solve this problem?
Trial and Error
How did you make sure your solution works?
Manual Testing and Unittest
Are there any special changes in the code that we should be aware of?
No
Please check the following, if applicable:
make lint
?make test
?CHANGELOG.rst
? (if not, please do)