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

feat: integrate standard memo to Bitcoin inbound and E2E tests #3025

Merged
merged 13 commits into from
Oct 25, 2024

revert func Processability() to pointer receiver

d0e7b08
Select commit
Loading
Failed to load commit list.
Merged

feat: integrate standard memo to Bitcoin inbound and E2E tests #3025

revert func Processability() to pointer receiver
d0e7b08
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2024 in 1s

64.47% (+0.33%) compared to a6f1e44

View this Pull Request on Codecov

64.47% (+0.33%) compared to a6f1e44

Details

Codecov Report

Attention: Patch coverage is 93.80531% with 14 lines in your changes missing coverage. Please review.

Project coverage is 64.47%. Comparing base (a6f1e44) to head (d0e7b08).

Files with missing lines Patch % Lines
zetaclient/chains/bitcoin/observer/event.go 95.68% 5 Missing and 1 partial ⚠️
zetaclient/chains/bitcoin/observer/inbound.go 83.87% 5 Missing ⚠️
zetaclient/chains/evm/observer/v2_inbound.go 0.00% 2 Missing ⚠️
pkg/memo/memo.go 93.33% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3025      +/-   ##
===========================================
+ Coverage    64.13%   64.47%   +0.33%     
===========================================
  Files          411      412       +1     
  Lines        28837    28976     +139     
===========================================
+ Hits         18496    18681     +185     
+ Misses        9559     9512      -47     
- Partials       782      783       +1     
Files with missing lines Coverage Δ
pkg/memo/fields_v0.go 97.05% <100.00%> (-0.12%) ⬇️
x/crosschain/types/message_vote_inbound.go 100.00% <100.00%> (ø)
zetaclient/chains/bitcoin/observer/witness.go 69.02% <100.00%> (ø)
zetaclient/chains/bitcoin/tx_script.go 89.20% <100.00%> (+0.99%) ⬆️
pkg/memo/memo.go 92.85% <93.33%> (+0.70%) ⬆️
zetaclient/chains/evm/observer/v2_inbound.go 0.00% <0.00%> (ø)
zetaclient/chains/bitcoin/observer/inbound.go 29.70% <83.87%> (+9.87%) ⬆️
zetaclient/chains/bitcoin/observer/event.go 95.68% <95.68%> (ø)