7 Commits

Author SHA1 Message Date
E M
9aa0919f0b
Run single-threaded and multi-threaded tests 2026-01-21 20:55:55 +11:00
E M
b0c58fde00
fix compilation issue
The compiler was erroring with `Error: Expected a node of kind nnkSym, got nnkDotExpr` in the previous syntax. Why? I don't know.

Co-authored-by: Arnaud <arnaud@status.im>
2026-01-21 20:55:13 +11:00
E M
9a43c44c7d
remove unused 2026-01-21 20:31:17 +11:00
E M
e465f38efa
Remove codex-specific merkle impl 2026-01-19 16:26:35 +11:00
E M
25fb199a09
Remove codex-specific module
Push to be able to fetch as a submodule in logos storage
2026-01-19 16:10:06 +11:00
E M
dee521f711
WIP: Add entire merkletree module from codex
This commit does not compile.

There is a circular dependency importing the MerkleTree type. The interface needs to be defined in such a way that we can avoid this circular dependency.
2026-01-16 22:03:42 +11:00
E M
a97839b747
Initial nimble pkg commit 2026-01-14 19:12:43 +11:00