From d537e80de1a492c82050535874390be2c9feb08c Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Tue, 18 Jun 2024 15:41:13 +0100 Subject: [PATCH] Noting that we should remove the proc macro stuff --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc91624..d1c46d9 100644 --- a/README.md +++ b/README.md @@ -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