Vanshdeep Singh
91c8a4528b
Problem: Validator set not tracked by BigchainDB
...
Solution: BigchainDB depends on tendermint's RPC API to get the validator set
which is not avaiable during replay so the validators set should be tracked
inside BigchainDB
2018-08-03 13:46:32 +02:00
Vanshdeep Singh
a4986b7e71
Problem: No queries to store pre-commit state ( #2135 )
...
Solution: Add backend logic to store and retireve pre-commit state
2018-04-12 13:36:21 +02:00
Vanshdeep Singh
e4e528e5c4
Problem: Changing validators requires a network restart ( #2070 )
...
Solution: Allow nodes to add, update, or remove validators at runtime using a new command. Implements BEP3.
2018-03-29 18:25:26 +02:00
Sylvain Bellemare
161ccdda5d
Implement UTXO set backend ( #2033 )
2018-02-14 15:37:19 +01:00