0xPolygonMiden / miden-node

Reference implementation of the node for the Polygon Miden rollup
MIT License
52 stars 37 forks source link

Make accounts optional for genesis generation #420

Closed polydez closed 2 months ago

polydez commented 2 months ago

Resolves: https://github.com/0xPolygonMiden/miden-node/issues/198

With this PR user won't be forced to create at least one account in genesis. Also I slightly changed behavior working with accounts directory during genesis creation: if this directory already exists, program will fail. If --force flag is provided, directory will be overwritten.