cspr-rad / kairos

Apache License 2.0
2 stars 0 forks source link

initial_trie_root is never `Some` #135

Closed marijanp closed 2 months ago

marijanp commented 2 months ago

https://github.com/cspr-rad/kairos/blob/2dd35183d7ad0112cc55500d429a67c12a11f5ef/demo-contract-tests/tests/test_fixture/mod.rs#L34 We should add a test

Avi-D-coder commented 2 months ago

It is in testing. If I test from a randomly generated trie I have to provide it with the pre-batch root.

marijanp commented 2 months ago

You're right, I grepped for a explicit Some