Skip to content

Conversation

@Ximik
Copy link
Member

@Ximik Ximik commented Aug 25, 2025

Copy link
Member

@buffrr buffrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Have you verified this works with BOTH backends yuki and bitcoin core?

@Ximik
Copy link
Member Author

Ximik commented Sep 3, 2025

I've tested it in Akron. Now I've also tested it separately. It looks like it works correctly.

There is this mapping in yuki which basically makes it work

chain: match chain.network {
    Network::Bitcoin => "main",
    Network::Testnet |  Network::Testnet4  => "test",
    Network::Signet => "signet",
    Network::Regtest => "regtest",
    _ => "unknown"
}.to_string(),

But ideally we should remove these mappings at some point and make Testnet and Testnet4 separate.

@buffrr buffrr merged commit fe2971b into spacesprotocol:main Sep 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compatibility with bitcoin core network title "main"

2 participants