remarks
⚠️ DRAFT⚠️
i wanted to have a look at the code, on the WIP branch. the code will likely change in the meantime, so this issue will have to be revised, but let's go anyway:
- pin the Rust version (rust-toolchain.toml#L2)
- add
rust-analyzerto the components of the toolchain (components = ["rust-analyzer"]) - without examples nor tests, i don't see the use of the
rngmodule - run
cargo check,cargo fmtandcargo clippy - can't we just use
rs_merkledirectly instead of implementing thecommitmodule
💡 Noteyeah, i have to admit i have some trouble understanding the
rngandcommitmodules😕
i'll leave the rest of the code for now, it looks not totally ready
Edited by STEVAN Antoine