-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: add crate template #2
Merged
Merged
Conversation
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
cdd47b4
to
57a2b2d
Compare
rakita
approved these changes
Sep 25, 2022
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.
This seems nice :)
clabby
pushed a commit
to clabby/reth
that referenced
this pull request
Mar 5, 2023
Move feature flags below comments
clabby
added a commit
to clabby/reth
that referenced
this pull request
Aug 13, 2023
Resolution checkpoint Resolution checkpoint paradigmxyz#2 Resolution checkpoint paradigmxyz#3 x Resolution checkpoint paradigmxyz#4 Resolution checkpoint paradigmxyz#5 Resolution checkpoint paradigmxyz#6 Resolution checkpoint paradigmxyz#7 Resolution checkpoint paradigmxyz#8 Resolve checkpoint paradigmxyz#9 (transaction primitive) Resolve checkpoint paradigmxyz#10 (rpc api transactions) Resolve checkpoint paradigmxyz#11 (building w/o feature flag) Start review Compiling with and without `optimism` feature flag Remove `DepositTx` from txpool mock tests, they never go into the txpool fmt code lint fix signature tests Co-authored-by: nicolas <[email protected]> Use free CI runners (revert before upstream) Co-authored-by: refcell <[email protected]> Signature test fixes Co-authored-by refcell <[email protected]> Fix Receipt proptest Co-authored-by BB <[email protected]> lint Fix variable-length compact for txtype/transaction Co-authored-by: Brian Bland <[email protected]> Fix basefee tests Remove unnecessary rpc deps Co-authored-by: Brian Bland <[email protected]> Co-authored-by: refcell <[email protected]> Co-authored-by: nicolas <[email protected]> Co-authored-by: Roberto <[email protected]>
clabby
added a commit
to clabby/reth
that referenced
this pull request
Aug 13, 2023
Resolution checkpoint Resolution checkpoint paradigmxyz#2 Resolution checkpoint paradigmxyz#3 x Resolution checkpoint paradigmxyz#4 Resolution checkpoint paradigmxyz#5 Resolution checkpoint paradigmxyz#6 Resolution checkpoint paradigmxyz#7 Resolution checkpoint paradigmxyz#8 Resolve checkpoint paradigmxyz#9 (transaction primitive) Resolve checkpoint paradigmxyz#10 (rpc api transactions) Resolve checkpoint paradigmxyz#11 (building w/o feature flag) Start review Compiling with and without `optimism` feature flag Remove `DepositTx` from txpool mock tests, they never go into the txpool fmt code lint fix signature tests Co-authored-by: nicolas <[email protected]> Use free CI runners (revert before upstream) Co-authored-by: refcell <[email protected]> Signature test fixes Co-authored-by refcell <[email protected]> Fix Receipt proptest Co-authored-by BB <[email protected]> lint Fix variable-length compact for txtype/transaction Co-authored-by: Brian Bland <[email protected]> Fix basefee tests Remove unnecessary rpc deps Co-authored-by: Brian Bland <[email protected]> Co-authored-by: refcell <[email protected]> Co-authored-by: nicolas <[email protected]> Co-authored-by: Roberto <[email protected]>
tcoratger
pushed a commit
to tcoratger/reth
that referenced
this pull request
Jul 16, 2024
Draft of generic impl
AshinGau
added a commit
to AshinGau/reth
that referenced
this pull request
Sep 11, 2024
…gmxyz#2) Improve asynchronous framework and yield IO operations. Add test in `grevm_test.rs`. This may not be standardized, but the entire framework is not yet perfect and the mock difficulty is relatively high, so the main process was written separately for testing. The file will be deleted later. Comparison of two tests: 1. `test_parallel_without_yield`: not yield IO operations, and are running with CPU operations. Total time of 12s. 2. `test_parallel_with_yield`: yield IO operations, and are running in separate thread pool. Total time of 5s.
AshinGau
added a commit
to AshinGau/reth
that referenced
this pull request
Oct 13, 2024
…gmxyz#2) Improve asynchronous framework and yield IO operations. Add test in `grevm_test.rs`. This may not be standardized, but the entire framework is not yet perfect and the mock difficulty is relatively high, so the main process was written separately for testing. The file will be deleted later. Comparison of two tests: 1. `test_parallel_without_yield`: not yield IO operations, and are running with CPU operations. Total time of 12s. 2. `test_parallel_with_yield`: yield IO operations, and are running in separate thread pool. Total time of 5s.
liamaharon
added a commit
to liamaharon/reth
that referenced
this pull request
Oct 19, 2024
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
add reth template with some sensible default clippy configs
see also https://github.com/rust-lang/rust-clippy
https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html
This is intended to be temporarily included in this monorepo so all new crates will use same default clippy config etc...
alternatively, there's clippy.toml but this is unstable and not everything is supported