From 4f86d311431c71671aa39ddec73101f6d5302521 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Thu, 30 Aug 2018 00:16:21 +0000 Subject: [PATCH] Updated Nimbus Roadmap (markdown) --- Nimbus-Roadmap.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Nimbus-Roadmap.md b/Nimbus-Roadmap.md index 8080830..faae177 100644 --- a/Nimbus-Roadmap.md +++ b/Nimbus-Roadmap.md @@ -98,8 +98,17 @@ tasks are specified in the same level of detail. ### 9. Test suite Sub-tasks: - - CI tests for all libraries - - Validate that the entire history of Ethereum can be executed by Nimbus + * [X] CI tests for Genesis + * [X] CI tests for VM JSON tests + * [X] CI tests for storage backends + * [X] CI tests for stack functionality + * [X] CI tests for code stream + * [X] CI tests for VM memory + * [X] CI tests for VM opcodes + * [ ] CI tests for GeneralStateTests JSON tests + * [ ] CI tests for other libraries + * [ ] Validate that the entire history of Ethereum can be executed by Nimbus + - Check that we fit in a certain memory/compute budget?