-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: Add testnet4 chain support #2274
base: master
Are you sure you want to change the base?
feat: Add testnet4 chain support #2274
Conversation
Looks like we have another here: #2275 Neither that one, nor this one, have any of the new difficulty adjustment algorithm changes. |
I know that in #2275 they were working on the difficultly bits. @marcopeereboom I thought you had started on that part, is it in your PR? |
@Roasbeef @jcvernaleo thanks for your inputs. |
@bullet-tooth see the BIP: https://bips.dev/94/ |
Pull Request Test Coverage Report for Build 11982153934Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
This PR adds support of the Bitcoin testnet version 4 chain (testnet3 is in a way of deprecation).
Reference: https://bips.dev/94/
Testnet4 genesis block: https://mempool.space/testnet4/block/00000000da84f2bafbbc53dee25a72ae507ff4914b867c565be350b0da8bf043
Also, I have intention to add testnet4 support to btcwallet after this PR