Brent
Brent
Closes #455. Currently based on #708 and being split out from #388. NOTE: we'll also need to update anoma-network-configs for this (parameter `epochs_per_year` replaced `min_duration`)
Closes #478 and #456. Based on #695, spun out from #388. Includes new parameters needed for the inflation mechanism as well as the values for PoS parameters as most recently...
Closes #696. Based on v0.9.0 and #436, #687, spun out from #388. Includes initializing validators with a commission rate and a maximum allowed change in the commission rate per epoch...
Closes #498 Based on v0.9.0. spun out from #388. This is a breaking change for validator pre-genesis wallet setup
Upgrading the cubic slashing description in the Namada specs. Cleaning some other lazy text fragments in other parts of the PoS specs. TODO: - may need to think more precisely...
When an an account withdraws tokens from the PoS module after the maturation of an unbond, the rewards products (stored as `Decimal` type) and slashes are used to determine the...
As specified in #283, the validator sets should be refactored from `active` and `inactive` to `consenses`, `below_capacity`, and `below_threshold`. The `active` and `consensus` validator sets are the same (just renaming)....
Currently based on #707. This PR is spun out from #388 and includes the initial implementation of the inflation and rewards infrastructure.
Closes #435. Based on v0.9.0
We currently have in the Specs: This issue tracks whether or not we want to do this with a parameter and if it would belong in the protocol or PoS...