Skip to content
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-936: Support Addresses and OP_RETURNs as withdrawal destinations #600

Merged
merged 37 commits into from
Jan 28, 2025

chore: rebase

b3d5f6b
Select commit
Loading
Failed to load commit list.
Merged

STR-936: Support Addresses and OP_RETURNs as withdrawal destinations #600

chore: rebase
b3d5f6b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 28, 2025 in 0s

55.91% (-0.07%) compared to bae4d8d

View this Pull Request on Codecov

55.91% (-0.07%) compared to bae4d8d

Details

Codecov Report

Attention: Patch coverage is 63.23529% with 75 lines in your changes missing coverage. Please review.

Project coverage is 55.91%. Comparing base (bae4d8d) to head (b3d5f6b).

Files with missing lines Patch % Lines
crates/util/python-utils/src/utils.rs 59.32% 24 Missing ⚠️
crates/util/python-utils/src/error.rs 0.00% 12 Missing ⚠️
crates/primitives/src/l1/btc.rs 67.74% 10 Missing ⚠️
crates/state/src/bridge_ops.rs 0.00% 6 Missing ⚠️
bin/strata-cli/src/cmd/withdraw.rs 0.00% 5 Missing ⚠️
crates/util/python-utils/src/lib.rs 0.00% 5 Missing ⚠️
bin/strata-client/src/rpc_server.rs 0.00% 3 Missing ⚠️
crates/reth/evm/src/precompiles/bridge.rs 80.00% 3 Missing ⚠️
crates/bridge-tx-builder/src/withdrawal.rs 93.75% 2 Missing ⚠️
crates/evmexec/src/engine.rs 0.00% 2 Missing ⚠️
... and 2 more
@@            Coverage Diff             @@
##             main     #600      +/-   ##
==========================================
- Coverage   55.97%   55.91%   -0.07%     
==========================================
  Files         315      316       +1     
  Lines       33428    33534     +106     
==========================================
+ Hits        18712    18751      +39     
- Misses      14716    14783      +67     
Files with missing lines Coverage Δ
bin/strata-client/src/extractor.rs 94.70% <100.00%> (+0.13%) ⬆️
crates/eectl/src/messages.rs 62.74% <ø> (ø)
crates/proof-impl/evm-ee-stf/src/lib.rs 98.79% <100.00%> (ø)
crates/reth/evm/src/utils.rs 88.46% <100.00%> (+2.09%) ⬆️
crates/state/src/bridge_state.rs 56.96% <100.00%> (ø)
crates/test-utils/src/lib.rs 87.50% <ø> (ø)
crates/chaintsn/src/transition.rs 82.86% <0.00%> (ø)
crates/bridge-tx-builder/src/withdrawal.rs 89.25% <93.75%> (-0.16%) ⬇️
crates/evmexec/src/engine.rs 66.31% <0.00%> (ø)
crates/proof-impl/evm-ee-stf/src/utils.rs 67.44% <0.00%> (-1.61%) ⬇️
... and 8 more

... and 7 files with indirect coverage changes