10000 [Feature Request] Support more signet networks · Issue #3078 · ACINQ/eclair · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Feature Request] Support more signet networks #3078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tee8z opened this issue May 7, 2025 · 2 comments
Closed

[Feature Request] Support more signet networks #3078

tee8z opened this issue May 7, 2025 · 2 comments
Assignees

Comments

@tee8z
Copy link
tee8z commented May 7, 2025

During elcair's startup a check is made against the bitcoind instance to verify it is using the expected network by looking up a hardcoded transaction that exists for the given network. This seems fine for mainnet and testnets where they are defined by bitcoin conf itself. For signets, however, this causes challenges as its more common for someone to spin up their own signet for testing and thus wont be able to run eclair against it (since the transaction wont exist on their custom signet). For example, having this network check not be configurable for signet stops anyone from running eclair against mutinynet. Goal of this feature would be to allow the node runner the ability to use any signet they choose.

case "signet" => bitcoinClient.invoke("getrawtransaction", "ff1027486b628b2d160859205a3401fb2ee379b43527153b0b50a92c17ee7955") // coinbase of #5000

@t-bast
Copy link
Member
t-bast commented May 7, 2025

That sounds reasonable, and should be simple enough to do! @remyers can you add this to your backlog?

remyers added a commit to remyers/eclair that referenced this issue May 19, 2025
This change enables custom signets by allowing the user to specify the txid of a transaction to check or "" to skip this check for signet. See issue ACINQ#3078.
remyers added a commit that referenced this issue May 20, 2025
This change enables custom signets by allowing the user to specify the txid of a transaction to check or "" to skip this check for signet. See issue #3078.
@remyers
Copy link
Contributor
remyers commented May 20, 2025

@tee8z I'm closing the case as fixed by #3088, but please do leave a comment to let us know when you have tried out this feature for your custom signet.

@remyers remyers closed this as completed May 20, 2025
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

No branches or pull requests

3 participants
0