Skip to content
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: sync much more quickly by changing settings in cometbft #7611

Closed
wants to merge 5 commits into from

Conversation

faddat
Copy link
Member

@faddat faddat commented Feb 25, 2024

What is the purpose of the change

Test changes to cometbft discussed in #shared-tendermint with @czarcas7ic against the osmosis application.

Currently it consists of the replace statement change and a refresh of the state sync script, as well as bringing comet current with changes from v0.37.x.

Testing and Verifying

(Please pick one of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added unit test that validates ...
  • Added integration tests for end-to-end deployment with ...
  • Extended integration test for ...
  • Manually verified the change by ...

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes?
  • Changelog entry added to Unreleased section of CHANGELOG.md?

Where is the change documented?

  • Specification (x/{module}/README.md)
  • Osmosis documentation site
  • Code comments?
  • N/A

@faddat faddat marked this pull request as ready for review February 28, 2024 16:17
@faddat
Copy link
Member Author

faddat commented Feb 28, 2024

@czarcas7ic when you check through this, make sure to check the replace statement for comet, as that's where the action is.

In my test it was a good deal faster than default.

In some ways it mirrors the strategy pursued by @mekeles And you'll recognize that pretty clearly when you look at the changes made to comet.

@mergify mergify bot mentioned this pull request Feb 28, 2024
6 tasks
@@ -1,6 +1,6 @@
module github.com/osmosis-labs/osmosis/v23

go 1.21
go 1.22
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want go version bump?

@czarcas7ic
Copy link
Member

Closing due to improvement completed upstream, and backporting to our fork. See osmosis-labs/cometbft#16

@czarcas7ic czarcas7ic closed this Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants