-
Notifications
You must be signed in to change notification settings - Fork 289
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
test (e2e): enables tracing and downloading traced data in e2e tests #3333
Conversation
go.mod
Outdated
@@ -263,5 +262,5 @@ replace ( | |||
github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4 | |||
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 | |||
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 | |||
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.35.0-tm-v0.34.29 | |||
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.35.0-tm-v0.34.29.0.20240416162540-f96cc8fa3ee6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated to point to one of the major branches in core, right now, it points to sanaz/cutom-core-for-knuu-test
i.e., #1309
We previously agreed to use a feature branch for hosting all experiments and tests that depend on an unreleased version of celestia-core. This PR, along with others that rely on an unreleased version of celestia-core, should be made against that branch, named |
WIP
Closes #3318