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

Bump Tendermint #4427

Closed
wants to merge 2 commits into from
Closed

Bump Tendermint #4427

wants to merge 2 commits into from

Conversation

abukosek
Copy link
Contributor

@abukosek abukosek commented Jan 11, 2022

Closes #4249 and closes #4326.

TODO:

  • fix failing e2e tests
  • final polish
    - [ ] add support for tx prioritization -> will be done in a separate PR based on the existing 0.34
    - [ ] wait for tendermint to fix their stuff -> 0.35 release is broken beyond repair and will not be fixed by upstream

go/consensus/tendermint/common/logging.go Outdated Show resolved Hide resolved
go/consensus/tendermint/full/full.go Outdated Show resolved Hide resolved
go/consensus/tendermint/full/full.go Show resolved Hide resolved
go/consensus/tendermint/full/full.go Show resolved Hide resolved
@@ -206,8 +206,10 @@ func EventsFromTendermint(
}

for _, pair := range tmEv.GetAttributes() {
key := pair.GetKey()
val := pair.GetValue()
key, val, err := tmapi.DecodeEventKVPair(pair.GetKey(), pair.GetValue())
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also have tmapi.DecodeEventPair(pair)?

@abukosek abukosek force-pushed the andrej/feature/tenderbump-35 branch 10 times, most recently from 58fe2ff to 344d9fc Compare January 13, 2022 11:36
@abukosek abukosek force-pushed the andrej/feature/tenderbump-35 branch 6 times, most recently from c1c786d to 4218ffe Compare January 17, 2022 14:53
@abukosek abukosek force-pushed the andrej/feature/tenderbump-35 branch 9 times, most recently from 386a218 to f4cc406 Compare January 26, 2022 14:10
@abukosek abukosek force-pushed the andrej/feature/tenderbump-35 branch 2 times, most recently from 80eb46c to 2fac3d8 Compare June 16, 2022 07:19
@abukosek abukosek force-pushed the andrej/feature/tenderbump-35 branch 18 times, most recently from c35b520 to 9a29cff Compare July 1, 2022 04:33
@abukosek abukosek force-pushed the andrej/feature/tenderbump-35 branch 5 times, most recently from 714b1da to c2719e6 Compare July 11, 2022 08:25
@abukosek abukosek force-pushed the andrej/feature/tenderbump-35 branch from c2719e6 to 107405d Compare July 11, 2022 08:27
@abukosek
Copy link
Contributor Author

abukosek commented Aug 2, 2022

Tendermint 0.35 release is broken beyond repair and will not be fixed by upstream:
https://medium.com/the-interchain-foundation/discontinuing-tendermint-v0-35-a-postmortem-on-the-new-networking-layer-3696c811dabc

Closing this PR because of this.

@abukosek abukosek closed this Aug 2, 2022
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.

Automatically disable state sync if the node is already synced Bump Tendermint Core to 0.35
5 participants