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: withdraw SOL from ZEVM to Solana #2560

Merged
merged 21 commits into from
Aug 1, 2024

Merge branch 'develop' of https://github.com/zeta-chain/node into sol…

e3471e7
Select commit
Loading
Failed to load commit list.
Merged

feat: withdraw SOL from ZEVM to Solana #2560

Merge branch 'develop' of https://github.com/zeta-chain/node into sol…
e3471e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 31, 2024 in 1s

28.07% of diff hit (target 71.59%)

View this Pull Request on Codecov

28.07% of diff hit (target 71.59%)

Annotations

Check warning on line 45 in pkg/contract/solana/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway.go#L45

Added line #L45 was not covered by tests

Check warning on line 49 in pkg/contract/solana/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway.go#L47-L49

Added lines #L47 - L49 were not covered by tests

Check warning on line 54 in pkg/contract/solana/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway.go#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 56 in pkg/contract/solana/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway.go#L56

Added line #L56 was not covered by tests

Check warning on line 61 in pkg/contract/solana/gateway_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway_message.go#L59-L61

Added lines #L59 - L61 were not covered by tests

Check warning on line 66 in pkg/contract/solana/gateway_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway_message.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 73 in pkg/contract/solana/gateway_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway_message.go#L70-L73

Added lines #L70 - L73 were not covered by tests

Check warning on line 78 in pkg/contract/solana/gateway_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway_message.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 84 in pkg/contract/solana/gateway_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway_message.go#L82-L84

Added lines #L82 - L84 were not covered by tests

Check warning on line 86 in pkg/contract/solana/gateway_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/gateway_message.go#L86

Added line #L86 was not covered by tests

Check warning on line 94 in pkg/contract/solana/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/types.go#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 99 in pkg/contract/solana/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/contract/solana/types.go#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 113 in zetaclient/chains/base/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/base/signer.go#L112-L113

Added lines #L112 - L113 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/observer.go#L327

Added line #L327 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/observer.go#L385

Added line #L385 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/observer.go#L394

Added line #L394 was 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#L144

Added line #L144 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L204-L206

Added lines #L204 - L206 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/outbound.go#L240-L244

Added lines #L240 - L244 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L246 was not covered by tests

Check warning on line 99 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L99

Added line #L99 was not covered by tests

Check warning on line 114 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 356 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L355-L356

Added lines #L355 - L356 were not covered by tests

Check warning on line 155 in zetaclient/chains/evm/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/outbound.go#L152-L155

Added lines #L152 - L155 were not covered by tests

Check warning on line 163 in zetaclient/chains/evm/observer/outbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/outbound.go#L161-L163

Added lines #L161 - L163 were not covered by tests