-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Implement quick-n-dirty events in existing ABCI tag format #2448
Comments
So this is back in scope for launch? |
Hmm, I'm not sure what you mean? I think we took the ABCI events change out of scope for launch, but we still need to return e.g. slashing records somehow in the existing tag system - that's what this issue is for. |
ref #2770 |
In particular, this needs to be done for:
|
Closing this for now per discussions of this needing ABCI changes. |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ref tendermint/tendermint#1859 (comment)
We need to change the keys in tags such that duplicate ones do not overwrite each other (as I believe that's how the Tendermint indexer works at the moment).
The text was updated successfully, but these errors were encountered: