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: simply the IsSendOutTxProcessed func #1989

Merged
merged 10 commits into from
Apr 16, 2024

Merge branch 'develop' into simplified-evm-IsSendOutTxProcessed

f9cb534
Select commit
Loading
Failed to load commit list.
Merged

refactor: simply the IsSendOutTxProcessed func #1989

Merge branch 'develop' into simplified-evm-IsSendOutTxProcessed
f9cb534
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 16, 2024 in 0s

84.27% of diff hit (target 68.54%)

View this Pull Request on Codecov

84.27% of diff hit (target 68.54%)

Annotations

Check warning on line 508 in zetaclient/bitcoin/bitcoin_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/bitcoin/bitcoin_client.go#L508

Added line #L508 was not covered by tests

Check warning on line 515 in zetaclient/bitcoin/bitcoin_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/bitcoin/bitcoin_client.go#L515

Added line #L515 was not covered by tests

Check warning on line 540 in zetaclient/bitcoin/bitcoin_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/bitcoin/bitcoin_client.go#L540

Added line #L540 was not covered by tests

Check warning on line 551 in zetaclient/bitcoin/bitcoin_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/bitcoin/bitcoin_client.go#L551

Added line #L551 was not covered by tests

Check warning on line 576 in zetaclient/bitcoin/bitcoin_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/bitcoin/bitcoin_client.go#L576

Added line #L576 was not covered by tests

Check warning on line 578 in zetaclient/bitcoin/bitcoin_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/bitcoin/bitcoin_client.go#L578

Added line #L578 was not covered by tests

Check warning on line 196 in zetaclient/evm/evm_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/evm_client.go#L196

Added line #L196 was not covered by tests

Check warning on line 199 in zetaclient/evm/evm_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/evm_client.go#L199

Added line #L199 was not covered by tests

Check warning on line 346 in zetaclient/evm/evm_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/evm_client.go#L346

Added line #L346 was not covered by tests

Check warning on line 352 in zetaclient/evm/evm_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/evm_client.go#L352

Added line #L352 was not covered by tests

Check warning on line 587 in zetaclient/evm/evm_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/evm_client.go#L587

Added line #L587 was not covered by tests

Check warning on line 608 in zetaclient/evm/evm_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/evm_client.go#L608

Added line #L608 was not covered by tests

Check warning on line 916 in zetaclient/evm/evm_client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/evm_client.go#L916

Added line #L916 was not covered by tests

Check warning on line 63 in zetaclient/evm/inbounds.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/inbounds.go#L63

Added line #L63 was not covered by tests

Check warning on line 140 in zetaclient/evm/outbound_transaction_data.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/outbound_transaction_data.go#L140

Added line #L140 was not covered by tests

Check warning on line 68 in zetaclient/evm/outbounds.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/outbounds.go#L68

Added line #L68 was not covered by tests

Check warning on line 72 in zetaclient/evm/outbounds.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/evm/outbounds.go#L72

Added line #L72 was not covered by tests

Check warning on line 134 in zetaclient/zetabridge/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/zetabridge/tx.go#L134

Added line #L134 was not covered by tests

Check warning on line 139 in zetaclient/zetabridge/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/zetabridge/tx.go#L139

Added line #L139 was not covered by tests

Check warning on line 221 in zetaclient/zetacore_observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/zetacore_observer.go#L221

Added line #L221 was not covered by tests

Check warning on line 223 in zetaclient/zetacore_observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/zetacore_observer.go#L223

Added line #L223 was not covered by tests

Check warning on line 301 in zetaclient/zetacore_observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/zetacore_observer.go#L301

Added line #L301 was not covered by tests

Check warning on line 303 in zetaclient/zetacore_observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/zetacore_observer.go#L303

Added line #L303 was not covered by tests