Will Winder
Will Winder
The new participation registry stores voting keys suboptimally. It's expensive to read and delete keys from the database since they are stored in a BLOB that is overwritten every round....
### Subject of the issue When installing voting keys, an error should be generated if a required state proof key is missing.
This issue can be broken down as needed: - [x] algod continuous integration / testing - [x] algod release artifacts - [ ] indexer release artifacts
### Subject of the issue After running "make install" several binaries are dynamically linked. This prevents building a docker container on debian and copying artifacts to alpine for a smaller...
Itemizes functionality that will be removed in the upcoming major release.
The way we're creating multiple logrus instances is not thread safe. There is some discussion about the problem here: https://github.com/Sirupsen/logrus/issues/391 After some investigation I didn't find a nice solution to...
# Acceptance criteria Figure out how a non-archival mode can fit in with the current Indexer, and Conduit. It may be two feature: 1) initializing from a catchpoint 2) pruning...
Create a policy for algod/indexer interoperability testing: * alert us when the bleeding edge of indexer and algod are not compatible * does not fail for normal pull requests unless...