We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b0b55 commit 8200dcbCopy full SHA for 8200dcb
doc/DEV.md renamed to docs/DEV.md
docs/TODO.md
@@ -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