Skip to content

Commit 5a58e61

Browse files
committed
fix(e2e): set encoding in Solana GMP send_call tests
- Add Encoding field to 3 Solana-to-Cosmos SendCallMsg structs - Remove stale duplicate of ics27gmp Go types from e2e/packages
1 parent 4797426 commit 5a58e61

File tree

13 files changed

+4
-2018
lines changed

13 files changed

+4
-2018
lines changed

e2e/interchaintestv8/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ require (
2626
github.com/docker/docker v28.0.0+incompatible
2727
github.com/docker/go-connections v0.5.0
2828
github.com/ethereum/go-ethereum v1.16.8
29-
github.com/gagliardetto/anchor-go v0.3.2
3029
github.com/gagliardetto/binary v0.8.0
3130
github.com/gagliardetto/solana-go v1.13.0
3231
github.com/holiman/uint256 v1.3.2
@@ -132,6 +131,7 @@ require (
132131
github.com/felixge/httpsnoop v1.0.4 // indirect
133132
github.com/ferranbt/fastssz v0.1.4 // indirect
134133
github.com/fsnotify/fsnotify v1.9.0 // indirect
134+
github.com/gagliardetto/anchor-go v0.3.2 // indirect
135135
github.com/gagliardetto/treeout v0.1.4 // indirect
136136
github.com/getsentry/sentry-go v0.35.0 // indirect
137137
github.com/ghodss/yaml v1.0.0 // indirect

e2e/interchaintestv8/packages/go-anchor/ics27gmp/accounts.go

Lines changed: 0 additions & 69 deletions
This file was deleted.

e2e/interchaintestv8/packages/go-anchor/ics27gmp/constants.go

Lines changed: 0 additions & 4 deletions
This file was deleted.

e2e/interchaintestv8/packages/go-anchor/ics27gmp/discriminators.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

e2e/interchaintestv8/packages/go-anchor/ics27gmp/doc.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

e2e/interchaintestv8/packages/go-anchor/ics27gmp/errors.go

Lines changed: 0 additions & 4 deletions
This file was deleted.

e2e/interchaintestv8/packages/go-anchor/ics27gmp/events.go

Lines changed: 0 additions & 165 deletions
This file was deleted.

e2e/interchaintestv8/packages/go-anchor/ics27gmp/fetchers.go

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)