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

export abci::event::v0_37 #1479

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

SuperFluffy
Copy link
Contributor

@SuperFluffy SuperFluffy commented Dec 11, 2024

Export the tendermint::abci::event::v0_37 module so that EventAttributes::V037 variants can be constructed. This mirrors tendermint::abci::event::v0_34, which is part of the public API. It was not evident at first sight that any invariants were upheld for v0_37 (requiring the module to be private) I figure not exporting it was an oversight.

Closes #1476.

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs (n/a)
  • Updated all code comments where relevant (n/a)
  • Wrote tests (n/a)
  • Added entry in .changelog/

@SuperFluffy SuperFluffy changed the title export abci::event::v_037 export abci::event::v0_37 Dec 11, 2024
@SuperFluffy SuperFluffy marked this pull request as ready for review December 11, 2024 15:12
@romac romac merged commit 2ff34db into informalsystems:main Dec 11, 2024
@SuperFluffy SuperFluffy deleted the export_0_37_events branch December 11, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

abci::event::v0_37 isn't exported
2 participants