tendermint v0.35.0-rc2 Release Notes

  • September 27, 2021

    ๐Ÿ’ฅ BREAKING CHANGES

    • Go API

      • [crypto/armor]: #6963 remove package which is unused, and based on deprecated fundamentals. Downstream users should maintain this library. (@tychoish)
      • [state] [store] [proxy] [rpc/core]: #6937 move packages to internal to prevent consumption of these internal APIs by external users. (@tychoish)

    ๐Ÿ”‹ FEATURES

    • ๐Ÿ”€ #6982 tendermint binary has built-in suppport for running the e2e application (with state sync support) (@cmwaters).