hexresearch / hexresearch/hschain
Working with state
Open
- Dominant language
- C
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
State handling is complicated:
- [ ] How do we handle startup and create `StateView`?
- [ ] Writing of complete state is inefficient. Especially on every block. We could amortize it by writing
- [ ] Another option is to write UTXOs in DB directly. Has
- [ ] We probably want to allow concrete blockchain implementors a lot of freedom in implementation of state handling. Different blockchain could allow for different optimizations. We may want to have/allow different database for blocks and state
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.