algorand / algorand/go-algorand
expired partition keys retiring by using onlineaccounts.votelastvalid field
Abierto
Team Carbon-11
- Lenguaje dominante
- Go
- Estrellas
- 1.4k
- Forks
- 537
- Merge medio
- 1 d 7 h
- PR fusionados (30 d)
- 18
Descripción
## Summary
Currently in `endOfBlock` we discover online accounts that were modified and have expired part key. To do that accounts are loaded their data deserialized and then VoteLastValid checked.
This also could be done by using `onlineaccounts.votelastvalid` field.
## Acceptance
1. Unit test
2. Benchmark
3. Testnet catchup?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.