-
Notifications
You must be signed in to change notification settings - Fork 2
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
STR-676: updates rust nightly and sets a CI autoupdate cron job #537
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #537 +/- ##
==========================================
- Coverage 56.56% 56.31% -0.25%
==========================================
Files 303 303
Lines 30999 30995 -4
==========================================
- Hits 17534 17455 -79
- Misses 13465 13540 +75
|
@@ -31,18 +31,21 @@ impl From<SequencerRpcError> for EthApiError { | |||
|
|||
/// A client to interact with a Sequencer | |||
#[derive(Debug, Clone)] | |||
#[allow(dead_code)] // FIXME: remove this |
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.
yes, my bad :( I removed it already in the upcoming PR (bumping reth to latest)
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.
Ok, once we have it up we can link the PRs by adding the number here?
@@ -85,13 +85,15 @@ impl<K: Clone + Eq + Hash, V: Clone> CacheTable<K, V> { | |||
|
|||
/// Gets the number of elements in the cache. | |||
// TODO replace this with an atomic we update after every op | |||
#[allow(dead_code)] // FIXME: remove this |
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.
Same for this stuff, removed.
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.
Ok, once we have it up we can link the PRs by adding the number here?
Description
Updates rust nightly version and adds a CI cron job to do a PR monthly with my GH token (with very limited scope and permissions) saved in repository secrets.
Type of Change
Blocks 🪨
zizmor
and harden CI jobs against malicious attackers #536 since this adds more CI stuff. It would be nice to make sure that the lints passes.[email protected]
PR (number TBD)Notes to Reviewers
If you look closely, you might find a Ramanujan number hidden in this PR.
Checklist
Related Issues
STR-676