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

[BCH]: Migrate BitcoinCash to BitcoinV2 (Rust) #4049

Merged
merged 15 commits into from
Oct 14, 2024

Conversation

satoshiotomakan
Copy link
Collaborator

Description

Add BitcoinCash blockchain implementation with Cash address support.

How to test

Run Rust, C++ tests

Types of changes

  • Add tw_bitcoincash blockchain implementation with CashAddress support.
  • Add UtxoContext with Address parameter allowing forks to specify their own address type.

BREAKING CHANGES

  • BitcoinCash and ECash chains have TWBlockchainBitcoinCash blockchain type.

Checklist

  • Create pull request as draft initially, unless its complete.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • If there is a related Issue, mention it in the description.

If you're adding a new blockchain

  • I have read the guidelines for adding a new blockchain.

@satoshiotomakan satoshiotomakan marked this pull request as ready for review October 3, 2024 16:49
Copy link

github-actions bot commented Oct 3, 2024

Binary size comparison

➡️ aarch64-apple-ios:

- 12.14 MB
+ 12.18 MB 	 +41 KB

➡️ aarch64-apple-ios-sim:

- 12.14 MB
+ 12.18 MB 	 +41 KB

➡️ aarch64-linux-android:

- 15.57 MB
+ 15.62 MB 	 +58 KB

➡️ armv7-linux-androideabi:

- 13.29 MB
+ 13.33 MB 	 +43 KB

➡️ wasm32-unknown-emscripten:

- 11.03 MB
+ 11.08 MB 	 +57 KB

@trustwallet trustwallet deleted a comment from Ali3219 Oct 4, 2024
Copy link

@Sturgeontara06 Sturgeontara06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still

@satoshiotomakan satoshiotomakan merged commit cd6869b into master Oct 14, 2024
13 checks passed
@satoshiotomakan satoshiotomakan deleted the s/bitcoin-cash-v2 branch October 14, 2024 11:41
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.

2 participants