Releases: 0LNetworkCommunity/libra-legacy-v6
Releases · 0LNetworkCommunity/libra-legacy-v6
v5.2.0: v5.20 Patches to Upgrade Oracle, and Writeset generators (#1155)
* bump version number * changelog * format tower backlog error msg in edge case * Docs for rescue writesets * refactor epoch boundary counter reset in writeset builder * Upgrade oracle to have upgrade function to expire a vote * add vote revocation to Oracle Upgrade * fullnode subsidy aka Carpe towers get paid anyways during the recovery mode * recovery writeset should trigger the epoch counters to reset * set the oracle expiry window * add upgrade proposal expiration to rescue * bind to correct module in Oracle * patch writeset * add upgrade expiration cli command * make files * refactor oracle upgrade expire writeset * add txs helper for voting * revoke functional test, passing * deprecate fullnode payment in recovery mode test * revoking vote, should revoke delegates * test for revoking delegated votes * patch test * recovery mode uses the initial validators throughought the period * makefile set recovery epoch 295 * including misko9's validator yaml configs * update StateSyncConfig parameters
v5.2.0-rc.1
changelog and stdlib.mv
v5.2.0-r.0
Merge branch 'main' into dynamic-vdf
v5.1.3: 📝 Log rotation (#1129)
* updated hard mode validator onboarding documentation * minor fixes from review * log rotation with multilog added to validator onboarding docs * log rotation docu correction
v5.1.3-rc.4
ol start doesn't need to swtich between validator and fullnode mode w…
v5.1.3-rc.3
ol serve: deprecating the --run-checks or -c option. We now assume th…
v5.1.3-rc.2
ol restore has --boundary-only or -b which will not attempt to restor…
v5.1.3-rc.1
reverse state-sync default params
v5.1.3-rc.0
[mempool] Specify number of workers for mempool threads. Add promethe…
v5.1.2: [move] [Fast Track Proposal] Turn down the heat on Cost To Exist (#1119)
* defer for 90 days cost to inactives, and reduce the cost of burn by only implementing at steady state. * burn should be the default if user has not set send to community explicitly