Overview
contract/src/module/network/mod.rs (179 lines) selects the Stellar network, but there's no evident startup-time check that the configured Horizon URL actually matches the declared network (e.g. STELLAR_NETWORK=mainnet pointed at a testnet Horizon URL) — this is exactly the class of misconfiguration that silently anchors documents on the wrong network.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
contract/src/module/network/mod.rs(179 lines) selects the Stellar network, but there's no evident startup-time check that the configured Horizon URL actually matches the declared network (e.g.STELLAR_NETWORK=mainnetpointed at a testnet Horizon URL) — this is exactly the class of misconfiguration that silently anchors documents on the wrong network.Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.