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 187
[refactor prompt] Add support for show method group (pt 2) #741
Merged
ixje
merged 21 commits into
CityOfZion:refactor-prompt
from
jseagrave21:refactor-CommandShow-pt2
Dec 12, 2018
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
dbe5074
Merge pull request #78 from CityOfZion/refactor-prompt
jseagrave21 681b063
Update prompt.py
jseagrave21 5b8c226
Update prompt.py
jseagrave21 30e2dd0
Merge pull request #80 from CityOfZion/refactor-prompt
jseagrave21 a3cada5
Update Show.py
jseagrave21 929bbfa
Update test_show_commands.py
jseagrave21 f9f6bd4
Update LevelDBBlockchain.py
jseagrave21 f8af38c
Update test_LevelDBBlockchain.py
jseagrave21 af03ed6
Update Blockchain.py
jseagrave21 8c064d8
Update test_LevelDBBlockchain.py
jseagrave21 b6b330b
Update Show.py
jseagrave21 6696ff0
Update test_show_commands.py
jseagrave21 d8303ee
Update Show.py
jseagrave21 bbf2b18
Update test_show_commands.py
jseagrave21 10dc2b1
Update Show.py
jseagrave21 7fcd600
Update FunctionCode.py
jseagrave21 4fbebf9
Update ContractState.py
jseagrave21 1f8ab44
Update test_transactions.py
jseagrave21 7cbdb94
Update ContractParameterType.py
jseagrave21 03c4c0a
Update SmartContractEvent.py
jseagrave21 594074c
Update test_json_rpc_api.py
jseagrave21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfriendly error message for an invalid arguments
similar errors are also present for
show contract 234andshow asset 234. I stopped reviewing at this point. Please do some manual testing, as these can be captured before PR'ing. Thanks!