-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add OpReturnDataIsHex in build-tx-request to store hex bytes #348
Conversation
src/Features/Blockcore.Features.Wallet/Api/Controllers/WalletController.cs
Show resolved
Hide resolved
src/Features/Blockcore.Features.Wallet/Api/Controllers/WalletController.cs
Show resolved
Hide resolved
We cannot modify the existing history API with slim method, this is a breaking change and changes what is returned. The PR also broke many tests which relies on the current API. I have instead introduced history/slim which will return the slim version of history. Important to note that slim will discard transactions that are sent to the self wallet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can now be approved. The slim is moved into separate API, and the fee-calculation also supports hex parsing of opreturn data.
* Add OpReturnDataIsHex in build-tx-request to store hex bytes * Update checkpoints * Update checkpoints Rutanio * Add missing comma at the EOL * Remove modifications that has been added in separate PR #348 * Minor syntax change * Remove OpenExo checkpoints that has been approved in #348 Co-authored-by: Sondre <sondre@outlook.com>
No description provided.