This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Client IPC Interface #1493
Merged
Merged
Client IPC Interface #1493
Changes from 36 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
bfbcb8d
btree map serializer
NikVolf 9aef8ba
serde tests
NikVolf 3cca6c8
state diff serialization
NikVolf dec083a
basic layout
NikVolf 562e591
more missing serializaers
NikVolf 5337de8
uncle returns rlp
NikVolf f31ddec
block queue info
NikVolf a14f239
sorting with transaction result
NikVolf f6ec1ea
sorting out util imports
NikVolf d5be0fa
transaction import result sorting also
NikVolf 2891b7b
sorting filters & ranges
NikVolf 3c06185
error sorting out
NikVolf 8fc03e2
deriving ipc service compiling
NikVolf ef8dd23
rpc & sync recompile
NikVolf 95538ac
sorting rpc using uncles
NikVolf 080b508
fix compilation
NikVolf 97eb311
Merge branch 'master' into client-ipc-refact
NikVolf bad02d6
fix merging bugs
NikVolf cdd1c6d
fix unused imports
NikVolf ba38cc0
fix all warnings
NikVolf cfcf061
tests stub
NikVolf b873d3b
Merge branch 'master' into client-ipc-refact
NikVolf b58754c
some merge bugs
NikVolf a9a671d
ethcore compilation
NikVolf ce1a4c8
fix rpc compilation
NikVolf c966866
deriving attribute
NikVolf 8052824
tests (and fixes)
NikVolf 78e7101
rpc test working
NikVolf fb0076d
fix warnings again
NikVolf 747818a
rs.in -> rs
NikVolf 9783c93
Merge branch 'master' into client-ipc-refact
NikVolf b25a37e
Merge branch 'master' into client-ipc-refact
NikVolf baababe
missing attribute
NikVolf 1ac2987
refactored tree changes
NikVolf 2abf1df
Merge branch 'master' into client-ipc-refact
NikVolf 5dd5983
paste reformat mess fix
NikVolf b1ca41d
pub mod actually
NikVolf f06cff4
intendation fix
NikVolf 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
indentation messed up.