dusk-network / dusk-blockchain

Reference implementation of the DUSK Network node, written in Golang
MIT License
101 stars 47 forks source link

Harness tests won't work after rusk-recovery changes #1466

Closed herr-seppia closed 1 year ago

herr-seppia commented 1 year ago

Describe the bug Now rusk-recovery requires an input file to generate the genesis state, and dusk-blockchain doesn't support it yet

To Reproduce make test-harness

Expected behaviour It should work as usual

Additional context See also dusk-network/rusk#741