Noting that we should remove the proc macro stuff

This commit is contained in:
Dave Hrycyszyn
2024-06-18 15:41:13 +01:00
parent 97a4689a03
commit d537e80de1

View File

@@ -41,6 +41,7 @@ The Side Nodes make up a system of BFT-CRDT-producing nodes that can make a bloc
Next dev tasks:
[ ] enable Side Nodes to download current P2P chain state so that they start out with a consistent copy of transaction data
[ ] remove the proc macro code from bft-json-crdt
[ ] add smart contract execution engine (CosmWasm would be a good first choice)
[ ] enable Side Nodes to download contract code for a given contract
[ ] enable Side Nodes to download current contract state for a given contract