gateway_tests

Function mnemonic_upgrade_test

source
pub(crate) async fn mnemonic_upgrade_test(
    old_gatewayd_path: PathBuf,
    new_gatewayd_path: PathBuf,
    gw_type: LightningNodeType,
    old_gateway_cli_path: PathBuf,
    new_gateway_cli_path: PathBuf,
    old_gateway_cln_extension_path: PathBuf,
    new_gateway_cln_extension_path: PathBuf,
) -> Result<()>
Expand description

TODO(v0.5.0): We do not need to run the gatewayd-mnemonic test from v0.4.0 -> v0.5.0 over and over again. Once we have verified this test passes for v0.5.0, it can safely be removed.