Skip to content

chore: Bump alloy, revm and reth#3161

Open
jfldde wants to merge 21 commits intoneeds-auditfrom
chore/bump-chore-dep
Open

chore: Bump alloy, revm and reth#3161
jfldde wants to merge 21 commits intoneeds-auditfrom
chore/bump-chore-dep

Conversation

@jfldde
Copy link
Contributor

@jfldde jfldde commented Feb 23, 2026

Description

  • Bump alloy, revm and reth

@jfldde jfldde requested review from a team as code owners February 23, 2026 10:41
@auto-assign auto-assign bot requested a review from ercecan February 23, 2026 10:41
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 69.66887% with 229 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.4%. Comparing base (af4e186) to head (af75d93).

Files with missing lines Patch % Lines
crates/common/src/rpc/metrics.rs 16.4% 71 Missing ⚠️
crates/common/src/rpc/auth.rs 83.0% 40 Missing ⚠️
crates/evm/src/evm/handler.rs 80.8% 34 Missing ⚠️
crates/sequencer/src/db_provider/mod.rs 17.2% 24 Missing ⚠️
crates/common/src/rpc/mod.rs 33.3% 14 Missing ⚠️
bin/citrea/src/main.rs 50.0% 8 Missing ⚠️
crates/common/src/backup/utils.rs 0.0% 7 Missing ⚠️
crates/evm/src/rpc_helpers/tracing_utils.rs 68.7% 5 Missing ⚠️
crates/common/src/backup/manager.rs 20.0% 4 Missing ⚠️
crates/sequencer/src/runner.rs 76.9% 3 Missing ⚠️
... and 15 more
Additional details and impacted files
Files with missing lines Coverage Δ
...s/bitcoin-da/src/helpers/builders/body_builders.rs 100.0% <100.0%> (ø)
crates/bitcoin-da/src/helpers/merkle_tree.rs 100.0% <100.0%> (ø)
crates/bitcoin-da/src/utxo_manager.rs 97.0% <ø> (-0.1%) ⬇️
crates/common/src/da.rs 96.0% <100.0%> (ø)
crates/common/src/rpc/server.rs 84.1% <100.0%> (+0.7%) ⬆️
crates/ethereum-rpc/src/subscription.rs 96.6% <100.0%> (+<0.1%) ⬆️
crates/evm/src/call.rs 97.4% <100.0%> (ø)
crates/evm/src/evm/call.rs 97.2% <100.0%> (+<0.1%) ⬆️
crates/evm/src/evm/conversions.rs 95.7% <100.0%> (+0.3%) ⬆️
crates/evm/src/evm/executor.rs 98.1% <100.0%> (ø)
... and 42 more

... and 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

rs_merkle = "1.4.2"
reqwest = { version = "0.12.12", features = ["rustls-tls", "json", "http2"], default-features = false }
rocksdb = { version = "0.22.0", features = ["lz4"], default-features = false }
serde = { version = "=1.0.218", default-features = false, features = ["alloc", "derive"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh that's a sight for sore eyes

@github-actions
Copy link

github-actions bot commented Feb 24, 2026

Proving stats report

Comparing patch(7b8d18d) to base(af4e186).

Metric Base Patch Change
📉 Total Cycles 5,904,531,456 5,743,575,040 -2.73%
📉 User Cycles 4,810,898,485 4,692,194,073 -2.47%
📉 Paging Cycles 929,407,515 891,868,939 -4.04%
📉 Reserved Cycles 164,225,456 159,512,028 -2.87%
State Diff Size (bytes) 104,526 104,526 -

eyusufatik pushed a commit that referenced this pull request Feb 25, 2026
# Description

- Rest of aws related crates can be removed after
#3161 and bumping
`boundless-market` to `1.3.3`
network: Network,
) -> Result<Dependencies<Self>> {
let task_manager = TaskManager::current();
let task_manager = TaskExecutor::with_existing_handle(tokio::runtime::Handle::current())?;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think rename to task executor

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for all instances that are now executor but named manager

_= &mut task_manager => {}
let mut task_manager_handle = task_manager.take_task_manager_handle();

if let Some(handle) = &mut task_manager_handle {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible for the handle to be None?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants