Closed chedieck closed 3 months ago
Also we do already have a task for click-to-copy not working right on BCH: https://github.com/PayButton/paybutton/issues/417
Let's address the BCH success trigger in https://github.com/PayButton/paybutton/pull/403 instead.
Also we do already have a task for click-to-copy not working right on BCH: PayButton/paybutton#417
Alright
Let's address the BCH success trigger in PayButton/paybutton#403 instead.
I don't follow.
- Update 'Under Maintenance' network message
You have to remove it from your paybutton-config.json
. Forgot to mention it in the description, updated.
* eCash is showing as disconnected for me in /networks * Error when visiting /payments and /dashboard:
Could you confirm you are still getting those now?
I don't follow.
It's a client-side issue so let's just make sure it's working in https://github.com/PayButton/paybutton/pull/403.
@chedieck Before we merge this, what could we do for tests as I don't see any thing new added for this one.
@chedieck Before we merge this, what could we do for tests as I don't see any thing new added for this one.
Just added some tests, making sure chronik works for both ecash and bitcoincash.
Related to #412
Description
Sets up Chronik for BCH.
Essentially meaning BCH network should now work normally, just as XEC does.
Test plan
Change config
Config should change now, check
config/example-config.json
. You can remove obsolete variables likegrpcClient...URL
,chronikClientURL
and add the newnetworkBlockchainURLs
variable:...besides modifying
networkBlockchainClients
so that it says:Also, remove the property
networksUnderMaintenance
so it won't inactivate BCH.Now, after rebooting the containers, bitcoincash should sync and work normally.
Remarks
When working on this issue, I found some issues with Bitcoin Cash in the client.
I'll create a PR in the client to fix those.