Skip to content

Commit

Permalink
chore: bump txsim version (#4009)
Browse files Browse the repository at this point in the history
There was an issue with the txsim that did not allow the E2ESimple test
to run; consequently, ongoing celestia-node e2e tests fail.

```sh
/opt/entrypoint.sh: illegal option -- -
Invalid option:
```

Thanks to @smuu for his investigation to discover the root cause of the
issue and to propose a solution that bumps the txsim version to make it
work.

This PR proposes a version bump for txsim docker image in the e2e test.
  • Loading branch information
mojtaba-esk authored Oct 28, 2024
1 parent b991437 commit 160c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testnet/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var DefaultResources = Resources{
}

const (
TxsimVersion = "pr-3541"
TxsimVersion = "8e573bb"
MB = 1000 * 1000
GB = 1000 * MB
MiB = 1024 * 1024
Expand Down

0 comments on commit 160c51b

Please sign in to comment.