KasarLabs / deoxys-fork

Deoxys 👽 is a Starknet full node based on substrate and powered by Rust 🦀
https://deoxys.kasar.io
MIT License
27 stars 8 forks source link

:sparkles: Removed Madara setup #122

Closed Trantorian1 closed 7 months ago

Trantorian1 commented 7 months ago

Pull Request type

What is the current behavior?

cargo setup needs to be run before starting a Deoxys node. In addition, this does not load the actual Starknet Genesis Block but a test block from a custom repo.

Resolves #107

What is the new behavior?

Does this introduce a breaking change?

No. Nodes already running can remove the config.json previously used by Deoxys, but otherwise the Genesis Block will be automatically downloaded on next startup.

Other information

:warning: Note that as of current the Genesis Block is not being checked. This is fine as long as there is only a centralized Starknet Sequencer but will need validating once we have moved to p2p.