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

refactor: (BitcoinRBF-Step2): some minimum code refactoring for Bitcoin RBF adoption #3381

Merged
merged 48 commits into from
Feb 4, 2025

update changelog

6ece1c0
Select commit
Loading
Failed to load commit list.
Merged

refactor: (BitcoinRBF-Step2): some minimum code refactoring for Bitcoin RBF adoption #3381

update changelog
6ece1c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 3, 2025 in 1s

64.61% of diff hit (target 64.40%)

View this Pull Request on Codecov

64.61% of diff hit (target 64.40%)

Annotations

Check warning on line 89 in zetaclient/chains/bitcoin/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/client/client.go#L86-L89

Added lines #L86 - L89 were not covered by tests

Check warning on line 97 in zetaclient/chains/bitcoin/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/client/client.go#L97

Added line #L97 was not covered by tests

Check warning on line 122 in zetaclient/chains/bitcoin/client/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/client/helpers.go#L118-L122

Added lines #L118 - L122 were not covered by tests

Check warning on line 131 in zetaclient/chains/bitcoin/client/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/client/helpers.go#L124-L131

Added lines #L124 - L131 were not covered by tests

Check warning on line 138 in zetaclient/chains/bitcoin/client/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/client/helpers.go#L134-L138

Added lines #L134 - L138 were not covered by tests

Check warning on line 260 in zetaclient/chains/bitcoin/common/fee.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/common/fee.go#L260

Added line #L260 was not covered by tests

Check warning on line 300 in zetaclient/chains/bitcoin/common/fee.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/common/fee.go#L300

Added line #L300 was not covered by tests

Check warning on line 68 in zetaclient/chains/bitcoin/observer/db.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/db.go#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 38 in zetaclient/chains/bitcoin/observer/gas_price.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/gas_price.go#L15-L38

Added lines #L15 - L38 were not covered by tests

Check warning on line 45 in zetaclient/chains/bitcoin/observer/gas_price.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/gas_price.go#L42-L45

Added lines #L42 - L45 were not covered by tests

Check warning on line 55 in zetaclient/chains/bitcoin/observer/gas_price.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/gas_price.go#L48-L55

Added lines #L48 - L55 were not covered by tests

Check warning on line 57 in zetaclient/chains/bitcoin/observer/gas_price.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/gas_price.go#L57

Added line #L57 was not covered by tests

Check warning on line 169 in zetaclient/chains/bitcoin/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/observer.go#L166-L169

Added lines #L166 - L169 were not covered by tests

Check warning on line 236 in zetaclient/chains/bitcoin/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/observer.go#L235-L236

Added lines #L235 - L236 were not covered by tests

Check warning on line 41 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L38-L41

Added lines #L38 - L41 were not covered by tests

Check warning on line 46 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L43-L46

Added lines #L43 - L46 were not covered by tests

Check warning on line 50 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 53 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L53

Added line #L53 was not covered by tests

Check warning on line 66 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 95 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L88-L95

Added lines #L88 - L95 were not covered by tests

Check warning on line 97 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L97

Added line #L97 was not covered by tests

Check warning on line 101 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L101

Added line #L101 was not covered by tests

Check warning on line 126 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L124-L126

Added lines #L124 - L126 were not covered by tests

Check warning on line 144 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L143-L144

Added lines #L143 - L144 were not covered by tests

Check warning on line 228 in zetaclient/chains/bitcoin/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L228

Added line #L228 was not covered by tests