This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
go-ethereum
Watch
14
Star
0
Fork
0
You've already forked go-ethereum
Code
Issues
9
Pull Requests
Packages
Projects
Releases
66
Wiki
Activity
dc399a85fd
go-ethereum
/
statediff
History
Ian Norden
dc399a85fd
subscription endpoint for retrieving all the codehash=>code mappings that exist at provided height
2020-10-13 23:12:29 -05:00
..
mainnet_tests
update version meta
2020-05-21 15:33:28 -05:00
testhelpers
subscription endpoint for retrieving all the codehash=>code mappings that exist at provided height
2020-10-13 23:12:29 -05:00
api.go
subscription endpoint for retrieving all the codehash=>code mappings that exist at provided height
2020-10-13 23:12:29 -05:00
builder_test.go
collect and emit codehash=>code mappings for state objects
2020-10-13 13:32:56 -05:00
builder.go
subscription endpoint for retrieving all the codehash=>code mappings that exist at provided height
2020-10-13 23:12:29 -05:00
doc.go
fix state diff builder: emit actual leaf nodes instead of value nodes; diff on the leaf not on the value; emit correct path for intermediate nodes
2020-03-11 13:25:27 -05:00
helpers.go
fix builder so that we handle account deletions properly and properly diff storage when an account is moved to a new path; update params
2020-05-13 12:40:19 -05:00
service_test.go
add endpoint to fetch all state and storage nodes at a given blockheight; useful for generating a recent atate cache/snapshot that we can diff forward from rather than needing to collect all diffs from genesis
2020-05-18 20:44:17 -05:00
service.go
subscription endpoint for retrieving all the codehash=>code mappings that exist at provided height
2020-10-13 23:12:29 -05:00
types.go
subscription endpoint for retrieving all the codehash=>code mappings that exist at provided height
2020-10-13 23:12:29 -05:00