alpenlabs / strata

Rust implementation of the Strata protocol
https://docs.stratabtc.org
Apache License 2.0
23 stars 1 forks source link

Str 523 sync event rpcs #401

Closed delbonis closed 1 month ago

delbonis commented 1 month ago

The same as the PR I just merged into main.

delbonis commented 1 month ago

I think github is confused about what I actually intended to merge into this branch because it's including a bunch of unrelated commits. I don't know how to resolve this with the UI and the branch protections prevent me from pushing commits directly.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 25.96154% with 154 lines in your changes missing coverage. Please review.

Project coverage is 56.95%. Comparing base (361aa5b) to head (f0712d7). Report is 4 commits behind head on releases/0.1.0.

Files with missing lines Patch % Lines
bin/strata-cli/src/seed/password.rs 0.00% 30 Missing :warning:
bin/strata-client/src/rpc_server.rs 0.00% 29 Missing :warning:
bin/strata-cli/src/seed.rs 0.00% 25 Missing :warning:
bin/strata-client/src/helpers.rs 0.00% 16 Missing :warning:
bin/datatool/src/main.rs 0.00% 15 Missing :warning:
bin/strata-cli/src/cmd/change_pwd.rs 0.00% 11 Missing :warning:
bin/strata-client/src/keyderiv.rs 0.00% 10 Missing :warning:
bin/bridge-client/src/descriptor.rs 0.00% 4 Missing :warning:
bin/bridge-client/src/modes/operator/bootstrap.rs 0.00% 3 Missing :warning:
crates/state/src/client_state.rs 57.14% 3 Missing :warning:
... and 5 more
@@                Coverage Diff                 @@
##           releases/0.1.0     #401      +/-   ##
==================================================
- Coverage           57.40%   56.95%   -0.46%     
==================================================
  Files                 254      257       +3     
  Lines               26940    27084     +144     
==================================================
- Hits                15466    15426      -40     
- Misses              11474    11658     +184     
Files with missing lines Coverage Δ
bin/bridge-client/src/args.rs 0.00% <ø> (ø)
bin/strata-cli/src/constants.rs 100.00% <100.00%> (ø)
bin/strata-client/src/main.rs 0.00% <ø> (ø)
crates/bridge-sig-manager/src/manager.rs 93.31% <ø> (-0.66%) :arrow_down:
crates/bridge-tx-builder/src/context.rs 86.36% <ø> (ø)
crates/bridge-tx-builder/src/deposit.rs 95.79% <100.00%> (-0.02%) :arrow_down:
crates/bridge-tx-builder/src/operations.rs 96.42% <ø> (ø)
crates/btcio/src/writer/builder.rs 98.03% <100.00%> (-0.05%) :arrow_down:
crates/crypto/src/lib.rs 92.68% <100.00%> (-0.35%) :arrow_down:
crates/primitives/src/bridge.rs 86.30% <100.00%> (-0.05%) :arrow_down:
... and 26 more

... and 12 files with indirect coverage changes