Skip to content

v1.3.0

Compare
Choose a tag to compare
@evan-forbes evan-forbes released this 26 Oct 12:21
· 765 commits to main since this release

Upgrade Notice

Validators on testnets: this release introduces a non-consensus breaking patch to a portion of the blobstream (aka qgb in this release) logic to remove a potential bug. The chance of hitting the bug is small, but it is recommended that we update nodes to this release as soon as possible to avoid any chance of it.

This release also changed a few of the default values in the config. Mainly, it disabled all apis and storage of extra data by default. If you are using a deploy script for a node meant to be an rpc node, we should update those scripts to enable the apis and store the abci results. If you have any questions, please ask in the community discord.

What's Changed

  • fix(malicious): use constructor NMT options (backport #2723) by @mergify in #2743
  • feat(blobstream): utilizes sdk.Dec type for power difference calculation (backport #2719) by @mergify in #2735
  • fix: pre-built binary support for Ubuntu 20.04 (backport #2728) by @mergify in #2752
  • ci: remove markdown-linter as prerequisite to version bump by @rootulp in #2751
  • chore: update the default description for tia (backport #2736) by @mergify in #2747
  • chore: discard abci responses by default (backport #2764) by @mergify in #2767
  • chore: disable API, GRPC, and GRPC web by default (backport #2761) by @mergify in #2768

Warning

The pre-built binaries attached to this release don't contain Ledger support. If you need Ledger support, please install from source.

Full Changelog: v1.2.0...v1.3.0