hexresearch / hexresearch/hschain
Some some variant of "migrations"
Open
consensus engine
- Dominant language
- C
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We have to support changing format of blocks. BLS porvides good case for what could change: format of vote, format of commit, no more BFT resistant time.
1. Blockchain is immutable so we'll have to keep old type **forever**
2. It doesn't make much sense to enumerate all possible types in thundermint library. If some BCh start with BLS it doesn't really need Ed25519
Maybe we should make Block a user supplied type and defined required operations using type classes?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.