Skip to content

chore(core): upgrade tendermint

Ethan Reesor requested to merge AC-1363 into develop

Closes AC-1363. Updates Tendermint from my custom fork of v0.35.0-rc1 to v0.35.x. This fixes a number of bugs, which allows us to use mainline Tendermint instead of my fork. Removing the replace directive means we can now go install gitlab.com/accumulatenetwork/accumulate/cmd/accumulate (or any other command) without Go failing due to the replace directive.

This is necessary for proper playbook support.

Review Checklist

If any item is not complete, the merge request is not ready to be reviewed and must be marked Draft:.

  • The merge request title is in the format <change type>(<change scope>): <short description>
    • For example, feat(cli): add QR code generation
    • For details, see CONTRIBUTING.md
  • The description includes Closes <jira task ID> (or rarely Updates <jira task ID>)
  • The change is fully validated by tests that are run during CI
    • In most cases this means a test in "validate.sh"
    • In some cases, a Go test may be acceptable
    • Validation is not applicable to things like documentation updates
    • Purely UI/UX changes can be manually validated, such as changes to human-readable output
    • For all other changes, automated validation tests are an absolute requirement unless a maintainer specifically explains why they are not in a comment on this merge request
  • The change is marked with one of the validation labels

Merge Checklist

  • CI is passing
  • Merge conflicts are resolved
  • All discussions are resolved
Edited by Ethan Reesor

Merge request reports