forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 7
chore: set env in jobs level #275
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
Open
mikemillaa
wants to merge
35
commits into
op-rs:unstable
Choose a base branch
from
mikemillaa:benches
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 32 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
0812d42
chore(codeowners): Set codeowners for historical proofs work stream (…
emhane bac06fd
fix(ci): automatic bug label for bug issue (#180)
emhane fb9c74b
feat: create initial external-proofs ExEx crate (#181)
meyer9 b00af04
chore: fix ci runners (#195)
dhyaniarun1993 9458209
feat: add storage interface with pruning methods (#182)
meyer9 629518f
feat: implement in-memory storage backend (#183)
meyer9 0b884c0
feat: implement initial sync backfill job (#196)
meyer9 91c53aa
chore: disable codspeed in op-reth (#220)
meyer9 733ad1c
chore: ExternalStorage -> OpProofsStorage (#203)
meyer9 cbf7277
feat: mdbx tables (#218)
dhyaniarun1993 8a84d81
feat: scaffold MDBX proofs storage (#221)
dhyaniarun1993 d961fea
chore(op-exex): Add crate `reth-optimism-exex` and `reth-optimism-tri…
emhane c76eb68
fix: ci lint and doc (#234)
dhyaniarun1993 3313a87
chore: separate storage and account cursors (#229)
meyer9 5d83593
feat: add external state provider implementation (#197)
meyer9 0745231
chore: add deletion tests for op proofs storage (#230)
meyer9 33f027d
feat: implement live state collector using external provider (#198)
meyer9 ece5962
feat: add binary entry point for external proofs in OP (#222)
itschaindev ac57092
feat: store hashed account and storage (#235)
dhyaniarun1993 1b98e05
feat: implement cursor read/write metrics (#232)
meyer9 d7367d7
feat: store account and storage branches (#255)
itschaindev 407bac3
feat: Concrete error variants for `reth-optimism-trie` (#251)
varun-doshi 3c6a219
feat: Remove block_number from initial sync store methods (#248)
varun-doshi e6b33f2
feat(MDBX): Implement earliest and latest block tracking in storage (…
varun-doshi b6f2830
feat(deps): Add `serde-bincode-compat` feature to `reth-trie` (#250)
emhane a72f230
feat: store trie updates (#258)
dhyaniarun1993 a95b24e
chore(fork): rebase onto upstream (#264)
emhane 0f0a9a9
feat: implemented mdbx trie cursor (#249)
sadiq1971 77e3186
chore(deps): Rm redundant dep (#260)
emhane 2ca3e79
refactor: replace tuple with `BlockNumHash` (#254)
einar-oplabs 8062b40
feat(grafana): Add OP Reth Metrics Dashboard (#269)
op-will 69e5070
set env in jobs level
mikemillaa a603a84
modify token check
mikemillaa 28c0981
only check if: env.CODSPEED_TOKEN != '' then exit 0
mikemillaa 55fe1b9
fix lint
mikemillaa 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,10 @@ | ||
| * @gakonst | ||
| crates/blockchain-tree-api/ @rakita @rkrasiuk @mattsse @Rjected | ||
| crates/blockchain-tree/ @rakita @rkrasiuk @mattsse @Rjected | ||
| crates/chain-state/ @fgimenez @mattsse @rkrasiuk | ||
| crates/chainspec/ @Rjected @joshieDo @mattsse | ||
| crates/cli/ @mattsse | ||
| crates/consensus/ @rkrasiuk @mattsse @Rjected | ||
| crates/e2e-test-utils/ @mattsse @Rjected @klkvr @fgimenez | ||
| crates/engine/ @rkrasiuk @mattsse @Rjected @fgimenez @mediocregopher @yongkangc | ||
| crates/era/ @mattsse @RomanHodulak | ||
| crates/errors/ @mattsse | ||
| crates/ethereum-forks/ @mattsse @Rjected | ||
| crates/ethereum/ @mattsse @Rjected | ||
| crates/etl/ @joshieDo @shekhirin | ||
| crates/evm/ @rakita @mattsse @Rjected | ||
| crates/exex/ @shekhirin | ||
| crates/net/ @mattsse @Rjected | ||
| crates/net/downloaders/ @rkrasiuk | ||
| crates/node/ @mattsse @Rjected @klkvr | ||
| crates/optimism/ @mattsse @Rjected @fgimenez | ||
| crates/payload/ @mattsse @Rjected | ||
| crates/primitives-traits/ @Rjected @RomanHodulak @mattsse @klkvr | ||
| crates/primitives/ @Rjected @mattsse @klkvr | ||
| crates/prune/ @shekhirin @joshieDo | ||
| crates/ress @rkrasiuk | ||
| crates/revm/ @mattsse @rakita | ||
| crates/rpc/ @mattsse @Rjected @RomanHodulak | ||
| crates/stages/ @rkrasiuk @shekhirin @mediocregopher | ||
| crates/static-file/ @joshieDo @shekhirin | ||
| crates/storage/codecs/ @joshieDo | ||
| crates/storage/db-api/ @joshieDo @rakita | ||
| crates/storage/db-common/ @Rjected | ||
| crates/storage/db/ @joshieDo @rakita | ||
| crates/storage/errors/ @rakita | ||
| crates/storage/libmdbx-rs/ @rakita @shekhirin | ||
| crates/storage/nippy-jar/ @joshieDo @shekhirin | ||
| crates/storage/provider/ @rakita @joshieDo @shekhirin | ||
| crates/storage/storage-api/ @joshieDo @rkrasiuk | ||
| crates/tasks/ @mattsse | ||
| crates/tokio-util/ @fgimenez | ||
| crates/transaction-pool/ @mattsse @yongkangc | ||
| crates/trie/ @rkrasiuk @Rjected @shekhirin @mediocregopher | ||
| etc/ @Rjected @shekhirin | ||
| .github/ @gakonst @DaniPopes | ||
| * @emhane @theochap @BioMark3r | ||
| crates/blockchain-tree-api/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| crates/blockchain-tree/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| crates/engine/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| crates/exex/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| crates/node/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| crates/optimism/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| crates/rpc/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| etc/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane | ||
| .github/ @dhyaniarun1993 @itschaindev @sadiq1971 @meyer9 @emhane |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
this change only makes sense if we move the token check to the top of this job, i.e. exit as early as possible
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.
Moved token check to the first step and added conditional checks to all subsequent steps to exit early when CODSPEED_TOKEN is not available, avoiding unnecessary CI resource usage.