Skip to content

Commit

Permalink
chore: move blsverifier to 08-wasm (#8091)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba authored Mar 2, 2025
1 parent 9cb568d commit 05e846d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 775 deletions.
5 changes: 1 addition & 4 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,6 @@ require (
// uncomment to use the local version of ibc-go, you will need to run `go mod tidy` in e2e directory.
replace github.com/cosmos/ibc-go/v10 => ../

replace (
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/blsverifier/v10 => ../modules/light-clients/08-wasm/blsverifier
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 => ../modules/light-clients/08-wasm
)
replace github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 => ../modules/light-clients/08-wasm

replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
109 changes: 0 additions & 109 deletions modules/light-clients/08-wasm/blsverifier/go.mod

This file was deleted.

Loading

0 comments on commit 05e846d

Please sign in to comment.