Skip to content

Commit

Permalink
adds reminder to change hardcoded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Oct 11, 2024
1 parent e12ab20 commit b2b6baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/benchmark/throughput.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ func TwoNodeBigBlock8MB(logger *log.Logger) error {
func TwoNodeBigBlock8MBV3(logger *log.Logger) error {
manifest := bigBlockManifest
manifest.MaxBlockBytes = 8 * testnet.MB
// HACKHACK: use a version of celestia-app built from a commit on this PR.
// This can be removed after the PR is merged to main.
manifest.CelestiaAppVersion = "pr-3882"
manifest.TxClientVersion = "pr-3882"
manifest.GenesisAppVersion = v3.Version
Expand Down

0 comments on commit b2b6baa

Please sign in to comment.