We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A Transaction should be created with new Transaction()
new Transaction()
Getting an error due to clash with bitcore-lib, or at least that's our diagnosis so far.
bitcore-lib
Error: Assertion failed
Mostly wanted to report this as we might not be the only repo facing this issue. Considering bitcore is also a very popular and widely used library
Updating libraries to see if the clash gets resolved - no luck so far
dashcore-lib
React Native 0.63.4 All Android/IOS simulators
"@dashevo/dashcore-lib": "^0.19.19"
"bitcore-lib": "^8.15.0",
"bitcore-lib-cash": "^8.21.0",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
A Transaction should be created with
new Transaction()
Current Behavior
Getting an error due to clash with
bitcore-lib
, or at least that's our diagnosis so far.Mostly wanted to report this as we might not be the only repo facing this issue. Considering bitcore is also a very popular and widely used library
Possible Solution
Updating libraries to see if the clash gets resolved - no luck so far
Steps to Reproduce (for bugs)
dashcore-lib
andbitcore-lib
(https://github.com/bitpay/bitcore/tree/v8.0.0/packages/bitcore-lib)
new Transaction()
with the required parameters.Context
Your Environment
React Native 0.63.4
All Android/IOS simulators
"@dashevo/dashcore-lib": "^0.19.19"
"bitcore-lib": "^8.15.0",
"bitcore-lib-cash": "^8.21.0",
The text was updated successfully, but these errors were encountered: