Alberto Benegiamo
Alberto Benegiamo
**Context and scope** State sync allow to dramatically cut down a node bootstrapping time. However a state sync node won't currently offer any historical information. It may be helpful to...
## Why this should be merged Dynamic fees will radically chance the way we build transactions. Fees won't be known ahead of time, but will be iterativelly calculated as inputs...
## Why this should be merged IT SHOULD NOT. just merged all P and X chains dynamic fees PRs for testing ## How this works ## How this was tested
## PRs order: - [ ] https://github.com/ava-labs/avalanchego/pull/3188 - [ ] https://github.com/ava-labs/avalanchego/pull/3189 - [ ] https://github.com/ava-labs/avalanchego/pull/2703 - [ ] https://github.com/ava-labs/avalanchego/pull/2682 - [ ] https://github.com/ava-labs/avalanchego/pull/2867
## Why this should be merged This PR introduces property testing for the P-chain stakers state management, increasing test coverage for `state` package from 42.2% to 50.3%. The PR does...
## Why this should be merged Continuous staking is the upcoming feature that will allow long-term stakers to automatically restake past the specified staking period without signiging a new transaction....
## Why this should be merged Fixing https://github.com/ava-labs/avalanchego/issues/1296 requires that a VM state depends on the whole subnet state. Specifically, we want to declare a Subnet synced iif: 1. All...
## Why this should be merged Force validators which registered their BLS keys to use them to sign proposer blocks, instead of using TLS keys ## How this works A...
## Why this should be merged No more pending validators. To add a validator we should specify just its duration, not start/end time anymore. Staking will start as soon as...
Specs soon to be released. In the meantime, the outstanding PRs dag: ```mermaid stateDiagram-v2 dev --> Continuous_Staking_0 dev --> Pchain_UTs_cleanup Pchain_UTs_cleanup --> Continuous_Staking_2 dev --> Continuous_Staking_3 Continuous_Staking_0 --> Continuous_Staking_1 Continuous_Staking_1...