Alberto Benegiamo
Alberto Benegiamo
**Describe the bug** There are some P-chain docs in [avalanche repo](https://github.com/ava-labs/avalanchego/tree/master/vms/platformvm/docs), which are not up-to-date, nor particularly visible. We should update them and them to a `platformvm` level README. **To...
We'd really like to be able to state sync the P-chain. This issue collect work being done towards that direction
## Why this should be merged state.Diff and state.State behave in slightly different ways when they come to stakers CRUD operations. There is no reasons to have these differences ##...
P-chain UTs are not great. There is quite some code duplication across packages and it's not easy to update tests to the latest fork (those that need updating). We should...
## Why this should be merged Node that state synced may need to index all blocks and transactions below state summary height. This PR introduced the possibility to do so...
## Why this should be merged Node that state synced may need to index all blocks and transactions below state summary height. This PR introduced the possibility to do so....
## Why this should be merged Placeholder PR tracking the coreth implementation of Blocks backfilling. Coreth counterpart is https://github.com/ava-labs/coreth/pull/353 Backfilling is split in the following PRs - [X] Introduce new...
## How this works Backfilling is split in the following PRs - [X] Introduce new interface as well as empty implementation to unlock compilation. See https://github.com/ava-labs/avalanchego/pull/2343 - [X] Implement block...
## How this works Backfilling is split in the following PRs - [X] Introduce new interface as well as empty implementation to unlock compilation. Coreth side is https://github.com/ava-labs/coreth/pull/395 - [...
**Context and scope** See https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/41-remove-pending-stakers.md **Open questions** How should we specify staking duration? In previous iterations we chose to specify duration as EndTime-StartTime. So StartTime and EndTime are non meaningful...