You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to accommodate reindexing workflows, we should release a patch for the 0.79.x series, adding all applicable ABCI events. Doing so will enable node operators to reindex chain state across upgrade boundaries. See tooling in https://github.com/penumbra-zone/reindexer for context.
Changes to include
Specifically, we want any added ABCI event emissions that were not present in the 0.79.x release series. No other changes should be included.
The point release should be compatible with the pre-existing 0.79.3 release. It should not contain any consensus-breaking changes from the 0.80.x series, only new events not already included in 0.79.3. Additionally, we should take care to mark the Github release as not latest, to ensure that node operators do not mistakenly retrieve it when trying to get set up, or upgrade.
The text was updated successfully, but these errors were encountered:
Tooling release
In order to accommodate reindexing workflows, we should release a patch for the
0.79.x
series, adding all applicable ABCI events. Doing so will enable node operators to reindex chain state across upgrade boundaries. See tooling in https://github.com/penumbra-zone/reindexer for context.Changes to include
Specifically, we want any added ABCI event emissions that were not present in the
0.79.x
release series. No other changes should be included.v0.79.3
)EventPositionClose
when closing positions manually #4779Compatibility
The point release should be compatible with the pre-existing
0.79.3
release. It should not contain any consensus-breaking changes from the0.80.x
series, only new events not already included in0.79.3
. Additionally, we should take care to mark the Github release as not latest, to ensure that node operators do not mistakenly retrieve it when trying to get set up, or upgrade.The text was updated successfully, but these errors were encountered: