Skip to content

Commit 8200dcb

Browse files
committed
add docs/TODO.md
1 parent 24b0b55 commit 8200dcb

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

doc/DEV.md renamed to docs/DEV.md

File renamed without changes.

docs/TODO.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Generic Infra
2+
3+
- [ ] Separate Dapp architecture: `dapps/bank.py` is currently tightly coupled with node.py.
4+
- [ ] no gRPC communiction between nodes yet
5+
- [ ] add network_latency check
6+
7+
## Fastchain
8+
9+
- [ ] nodes call quits on any error
10+
- [ ] xyz.pem not found error on running client.py. Batch size not playing well in proto_message.message check
11+
- [ ] complete subprotocol.py
12+
- [ ] complete bft_committee.py
13+
- [ ] return blocks of transactions
14+
15+
## Snailchain / Committee election
16+
17+
- [ ] complete minerva/vrf.py function
18+
- [ ] complete snailchain/fpow.py dummy
19+
- [ ] integrate level db wrappers
20+
- [ ] integrate py-evm functionalities

0 commit comments

Comments
 (0)