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 withdraw SPL #3134

Merged
merged 14 commits into from
Nov 12, 2024

fix unit test

e58778f
Select commit
Loading
Failed to load commit list.
Merged

feat: integrate withdraw SPL #3134

fix unit test
e58778f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 12, 2024 in 1s

4.52% of diff hit (target 63.14%)

View this Pull Request on Codecov

4.52% of diff hit (target 63.14%)

Annotations

Check warning on line 47 in pkg/contracts/solana/gateway.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway.go#L47

Added line #L47 was not covered by tests

Check warning on line 51 in pkg/contracts/solana/gateway.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway.go#L51

Added line #L51 was not covered by tests

Check warning on line 69 in pkg/contracts/solana/gateway.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway.go#L64-L69

Added lines #L64 - L69 were not covered by tests

Check warning on line 152 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L143-L152

Added lines #L143 - L152 were not covered by tests

Check warning on line 157 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 162 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L161-L162

Added lines #L161 - L162 were not covered by tests

Check warning on line 167 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 172 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L171-L172

Added lines #L171 - L172 were not covered by tests

Check warning on line 176 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L175-L176

Added lines #L175 - L176 were not covered by tests

Check warning on line 180 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 184 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L183-L184

Added lines #L183 - L184 were not covered by tests

Check warning on line 207 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L188-L207

Added lines #L188 - L207 were not covered by tests

Check warning on line 213 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L211-L213

Added lines #L211 - L213 were not covered by tests

Check warning on line 218 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L217-L218

Added lines #L217 - L218 were not covered by tests

Check warning on line 225 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L222-L225

Added lines #L222 - L225 were not covered by tests

Check warning on line 230 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L229-L230

Added lines #L229 - L230 were not covered by tests

Check warning on line 238 in pkg/contracts/solana/gateway_message.go

@codecov codecov / codecov/patch

pkg/contracts/solana/gateway_message.go#L234-L238

Added lines #L234 - L238 were not covered by tests

Check warning on line 155 in pkg/contracts/solana/instruction.go

@codecov codecov / codecov/patch

pkg/contracts/solana/instruction.go#L150-L155

Added lines #L150 - L155 were not covered by tests

Check warning on line 160 in pkg/contracts/solana/instruction.go

@codecov codecov / codecov/patch

pkg/contracts/solana/instruction.go#L159-L160

Added lines #L159 - L160 were not covered by tests

Check warning on line 165 in pkg/contracts/solana/instruction.go

@codecov codecov / codecov/patch

pkg/contracts/solana/instruction.go#L164-L165

Added lines #L164 - L165 were not covered by tests

Check warning on line 176 in pkg/contracts/solana/instruction.go

@codecov codecov / codecov/patch

pkg/contracts/solana/instruction.go#L170-L176

Added lines #L170 - L176 were not covered by tests

Check warning on line 181 in pkg/contracts/solana/instruction.go

@codecov codecov / codecov/patch

pkg/contracts/solana/instruction.go#L179-L181

Added lines #L179 - L181 were not covered by tests

Check warning on line 183 in pkg/contracts/solana/instruction.go

@codecov codecov / codecov/patch

pkg/contracts/solana/instruction.go#L183

Added line #L183 was not covered by tests

Check warning on line 360 in zetaclient/chains/solana/observer/outbound.go

@codecov codecov / codecov/patch

zetaclient/chains/solana/observer/outbound.go#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 172 in zetaclient/chains/solana/signer/signer.go

@codecov codecov / codecov/patch

zetaclient/chains/solana/signer/signer.go#L167-L172

Added lines #L167 - L172 were not covered by tests