Skip to content
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

first pass at cleaning out bch related code #11

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

ProofOfKeags
Copy link
Collaborator

this PR addresses #1

It seems like there may be more things to do related to pulling out BCH related opcodes out of the script interpretation, however, iirc we may be moving the script interpreter out of the package altogether.

@ProofOfKeags ProofOfKeags linked an issue Sep 7, 2022 that may be closed by this pull request
bitcoin.cabal Outdated Show resolved Hide resolved
src/Haskoin/Address.hs Outdated Show resolved Hide resolved
src/Haskoin/Address.hs Outdated Show resolved Hide resolved
package.yaml Outdated Show resolved Hide resolved
src/Haskoin/Address.hs Outdated Show resolved Hide resolved
src/Haskoin/Address.hs Show resolved Hide resolved
src/Haskoin/Address/Base58.hs Show resolved Hide resolved
fourmolu.yaml Show resolved Hide resolved
@GambolingPangolin
Copy link
Contributor

An easy loose end to fix is getting rid of SIGHASH_FORKID (and decendents) and renaming txSigHashForkId to txSigHashSegwitV0 or something.

@ProofOfKeags
Copy link
Collaborator Author

An easy loose end to fix is getting rid of SIGHASH_FORKID (and decendents) and renaming txSigHashForkId to txSigHashSegwitV0 or something.

Good catch. I knew I was gonna miss something cause I didn't comb through all of the code scrutinizing things that don't exist in BTC. I'll remove that here.

CHANGELOG.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
package.yaml Outdated Show resolved Hide resolved
package.yaml Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
src/Haskoin/Address.hs Outdated Show resolved Hide resolved
@ProofOfKeags
Copy link
Collaborator Author

all comments addressed

package.yaml Outdated Show resolved Hide resolved
- reset version
- reset changelog
- remove CashAddr refs from Haddocks, README, etc.
- remove all references to Bitcoin Cash / BCH
- remove sighash forkid
- remove tests with forkid
- fourmolu for formatting
@GambolingPangolin GambolingPangolin merged commit efd19c2 into master Sep 30, 2022
@GambolingPangolin GambolingPangolin deleted the feature/bch-purge branch September 30, 2022 22:12
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

Successfully merging this pull request may close these issues.

Remove Bitcoin Cash Support
2 participants