datahaven/operator/runtime/testnet
Steve Degosserie d6f76f7fa3
feat(operator): Multi-runtime support (#38)
Add support for multiple runtimes: `stagenet`, `testnet` & `mainnet`.

- Moved common types to `datahaven-runtime-common` crate.
- Made the node's command & service code generic over different
runtimes. Each runtime has a `dev` & `local` genesis config preset.
- More types / constants can be moved to the `datahaven-runtime-common`
crate ... this will be done in subsequent PRs.

---------

Co-authored-by: Gonza Montiel <gon.montiel@gmail.com>
Co-authored-by: Gonza Montiel <gonzamontiel@users.noreply.github.com>
Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
2025-05-08 13:14:30 +00:00
..
src feat(operator): Multi-runtime support (#38) 2025-05-08 13:14:30 +00:00
build.rs feat(operator): Multi-runtime support (#38) 2025-05-08 13:14:30 +00:00
Cargo.toml feat(operator): Multi-runtime support (#38) 2025-05-08 13:14:30 +00:00