Skip to content

v5.1.0-rc.1: Release v5.1.0 (#1084)

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 14:49
· 38 commits to main since this release
6984086
* if no preference is set, assume recycled burns.

* patch tests

* bump version and cleanup prints

* fix autopay not merging data

* patch

* add migration for cumulative deposits

* TEMPORARY debug globals

* min blocks per epoch for testnet 0

* force_boundary was producing wrong epoch height on migrate writeset

* debug

* patch

* patch

* patch epoch boundary ordering issues. off by one in wallet process. Also patch under-burn.

* revert temporary globals

* build stlidib

* have rescue writeset reset the counters on new epoch event

* change prod epoch length globals for debug

* debug mode using 5 minute epochs with minimum of 50 blocks

* patch makefile

* change cli args for block-height

* makefile

* patch epoch boundary to not do proof of burn while in recovery mode, and add recovery mode to rescue writeset.

* fix compile

* patch cli args

* patch makefile

* move recovery mode setting to tx-migrate

* makefile

* Vouch migration

* restore production globals

* change makefile to hard coded RECOVERY_EPOCH = 173

* patch recovery mode test. Burns do not apply duing Recoverry Mode

* add tx-recovery writeset

* patch cli subcommand

* tower proof.rs needs a message on bad proof unwrap

* patch build error

* recovery mode writeset needs to disable recovery mode before initializing it, in case we are changing settings

* temporary hotfix command for writing writset to migrate cumu_deposits and set recovert mode validators to an empty vector.

* patch build

* update hotfix to trigger reconfiguration

* remove github actions files

* documentation

* wip changeset modules

* modularized writsets

* create changeset function wrapper

* get seed peers needs to exit on success

* cleanup logs in tower

* build stdlib

* temporary hotfix command for writing writset to migrate cumu_deposits and set recovert mode validators to an empty vector.

* patch build

* update hotfix to trigger reconfiguration

* remove github actions files

* documentation

* wip changeset modules

* modularized writsets

* create changeset function wrapper

* get seed peers needs to exit on success

* build stdlib