Open
Conversation
2) Add leveldb header storage implementation 3) Add new leveldb header storage unit test
2) Fix known target computing issues
Change the PRODUCT_PUBLISHER name to "The BTG Organization" Change one of the registry values in the electrum.nsi file Remove the aliyun file Stick the requirements-hw.txt file to the upstream version Move the dnspython to the bottom of the requirements file and add the comments from the upstream Add "TODO" for the 2FA in the base_wizard.py file Remove trailing spaces in the blockchain.py file Replace "GIT_ISSUE_URL" with "GIT_REPO_ISSUES_URL" Remove "self.requests_screen = None" and "self.address_screen = None" because they are not used Roll back a part of a function in the lnaddr.py file to the upstream Roll back a variable value to the upstream in the transaction.py file Remove "self" from the "fork" function arguments in the blockchain.py file
Remove trailing spaces in the lnaddr.py file Switch back to the original implementation and add a constants.net.SIGHASH_FORK_BTG to the sighash flag in the transaction.py file
h4x3rotab
reviewed
Jun 10, 2021
| ADDRTYPE_P2PKH = 38 | ||
| ADDRTYPE_P2SH = 23 | ||
| SEGWIT_HRP = "btg" | ||
| HEADERS_URL = "https://headers.bitcoingold.org/blockchain_headers.gz" |
Member
There was a problem hiding this comment.
Btw, do you know how to generate this file?
Author
There was a problem hiding this comment.
I think that is the answer.. spesmilo#5469. We just have to install ElectrumG with an empty checkpoints.json file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebase the code to the latest upstream version.