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

Upgrade to bitcoinj-0.17-alpha2 #132

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Conversation

msgilligan
Copy link
Member

  • Transaction constructors no longer use NetworkParameters
  • Transaction.read to create a Transaction from a ByteBuffer
  • Script.parse to read a script from a byte[]
  • Changes to AddressParser
  • RpcClientModule no longer requires a network to construct
  • BitcoinClient now always initializes JSON mapper in constructor
  • Much less use of NetworkParameters in general
  • RxBlockchainService interface no longer includes network()

* Transaction constructors no longer use NetworkParameters
* Transaction.read to create a Transaction from a ByteBuffer
* Script.parse to read a script from a byte[]
* Changes to AddressParser
* RpcClientModule no longer requires a network to construct
* BitcoinClient now always initializes JSON mapper in constructor
* Much less use of NetworkParameters in general
* RxBlockchainService interface no longer includes network()
@msgilligan msgilligan merged commit d7eb5c5 into master Jul 28, 2023
28 checks passed
@msgilligan msgilligan deleted the msgilligan-bitcoinj-0.17-alpha2 branch July 28, 2023 17:44
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.

1 participant