BP-WG / bp-std

Modern & lightweight implementation of bitcoin standards without rust-bitcoin/miniscript dependencies
Apache License 2.0
16 stars 17 forks source link

Support Testnet4 Network #32

Closed will-bitlight closed 1 month ago

will-bitlight commented 1 month ago

This PR introduces support for Testnet4 in the bp-invoice module.

With the increasing data load and congestion on the Testnet3 network, the Bitcoin community is moving towards Testnet4 as a viable upgrade.

This change includes the addition of Testnet4 as a variant in the Network type.

Given that bp-invoice serves as the cornerstone for the BP and RGB series, updating it to support Testnet4 is crucial for the ecosystem.

If you have any suggestions, please leave your valuable comments, I will actively cooperate with the revision, thank you very much

dr-orlovsky commented 1 month ago

Thank you very much!