-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[poc] frame/revive: ETH block storage #9413
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
Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
8a5152b
revive: Add stubs for init and finalized hooks
lexnv 207267c
cargo: Add thereum crate to version 0.18.2
lexnv 4e74c0f
cargo: Update cargo lock
lexnv 68015b6
revive/cargo: Use ethereum crate
lexnv 8010a49
revive: Add current block and blockhash translation
lexnv 0cc46b1
revive: Add to eth_transact the raw tx bytes
lexnv cf6917e
revive: Small touches to API
lexnv 512f28d
revive: Extract tx and events
lexnv a51a611
revive: Check event for ExtrinsicSucess
lexnv c626436
revive: Partial log buildup
lexnv 06e6448
revive: Build receipt info
lexnv e01ef15
revive: Collect receipts and signed transactions into vec
lexnv 02aca73
revive: Add gas limit to build block
lexnv 44a050c
revive: Build ETH block without state root / tx root
lexnv 6f18c6c
revive/evm: Derive typeinfo, encode and decode for RPC types
lexnv 79a0c97
revive: Place current ETH block in storage
lexnv 07f93d0
revive: Cleanup code
lexnv c45080a
revive: Expose eth block via runtime API
lexnv d9ea678
revive: Fix warnings
lexnv 2e7cb43
revive: No longer dep on eth crate
lexnv 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
Oops, something went wrong.
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.
Do we need this? If yes we should use a modern crate: https://docs.rs/alloy-consensus/latest/alloy_consensus/