-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new RPC methods debug_getRawBlock, debug_getRawReceipts, debug_getRawHeader, debug_getRawTransaction #6368
Merged
Merged
Changes from 42 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c6593a4
Fix peer header when no peers to show (#4411)
smartprogrammer93 8779c1f
Revise product version (#4322)
rubo 164fe9f
Replace submodules with packages (#4374)
rubo 7d2764c
Add optional argument Address in parity_pendingTransactions (#4413)
smartprogrammer93 6688570
Add enough projects to build benchmark runner (#4431)
flcl42 2846174
Fix peer header when no peers to show (#4411)
smartprogrammer93 f7b2082
Revise product version (#4322)
rubo 704bcf1
Replace submodules with packages (#4374)
rubo 360a6f8
Add optional argument Address in parity_pendingTransactions (#4413)
smartprogrammer93 8ac41d4
Add enough projects to build benchmark runner (#4431)
flcl42 57fe7bb
Fix develop branch
dceleda 054a80b
Merge branch 'develop' of https://github.com/NethermindEth/nethermind…
Demuirgos 000d641
Exit early on error (#4220)
asdacap afd883f
Merge branch 'develop' of https://github.com/NethermindEth/nethermind…
Demuirgos c26e05f
Fix peer header when no peers to show (#4411)
smartprogrammer93 6fba7d6
Revise product version (#4322)
rubo b5c76b5
Replace submodules with packages (#4374)
rubo 65e25b8
Add optional argument Address in parity_pendingTransactions (#4413)
smartprogrammer93 c937f09
Add enough projects to build benchmark runner (#4431)
flcl42 ef25479
Fix develop branch
dceleda c61837d
Exit early on error (#4220)
asdacap 569dd87
Merge branch 'develop' of https://github.com/NethermindEth/nethermind…
Demuirgos c86c268
Changes to BlockForRPC class : Ignored Author field in JsonDeserializ…
Demuirgos c2e0235
Changes to TransactionForRPC class : Ignored 'data' field in JsonDese…
Demuirgos 35794e6
Changes to [DebugBridge, IDebugBridge] files : Added utility function…
Demuirgos 1c4cf2e
Changes to [DebugRpcModule, IDebugRpcModule] files : Added missing de…
Demuirgos 854d6d4
Changes to TransactionForRPC class : Ignored 'data' field in JsonDese…
Demuirgos b0a9f62
Changes to ProofConverter class : stripped leading zeros from value f…
Demuirgos 62337da
Changes to [DebugRpcModule, IDebugRpcModule] files : new Debug functi…
Demuirgos 1585e95
Changes to [DebugRpcModule, IDebugRpcModule] files : fix getRawReceipts
Demuirgos 3bf3c45
Changes to [DebugRpcModule, IDebugRpcModule] files : fix getRawReceip…
Demuirgos e55bcf5
Changes to [Rlp, ReceiptStorageDecoder] files : added parameterless c…
Demuirgos e6c6093
Changes to [ReceiptMessageDecoder] files : added IRlpObjectDecoder in…
Demuirgos 11513e7
Changes to [Rlp] files : changed Decoder selection strategy to depend…
Demuirgos a08b27f
Changes to [DebugRpcModule] files : added custom RlpBehaviour to Rlp.…
Demuirgos 527ab45
Changes to [EthRpcModule.cs] files : deactivated optimization for eth…
Demuirgos e4d897a
merge master
Demuirgos 250d378
fix merge issues
Demuirgos 94e2c54
fix failing tests
Demuirgos 6687d4e
fixed ws
Demuirgos c41870e
fix merge issue
Demuirgos be8cf67
revert script changes
Demuirgos 9db9db3
remove non related changes from PR
Demuirgos 85b4099
Merge remote-tracking branch 'origin/master' into hive-test/rpc-compact
Demuirgos 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
Empty file.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ? |
Empty file.
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
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
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
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
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
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
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
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
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.
?
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.
(happened after merging master) I actually dont know what is wrong here, I diffed master's version and these and they are identical