GetTransaction bug fix#84
Merged
bridgedragon merged 10 commits intoswapper-org:stagingfrom Feb 22, 2022
0xp3gasus:27-standarize-getTransaction
Merged
GetTransaction bug fix#84bridgedragon merged 10 commits intoswapper-org:stagingfrom 0xp3gasus:27-standarize-getTransaction
bridgedragon merged 10 commits intoswapper-org:stagingfrom
0xp3gasus:27-standarize-getTransaction
Conversation
3 tasks
Collaborator
|
This PR should be reviewed by @bridgedragon |
Collaborator
|
Amount and fees should be in the minimum unit (satoshi, wei) as it is in the rest of the application, txid should be included inside of "transaction" and not only inside of "data". |
Collaborator
Author
|
@bridgedragon Changes have been applied. |
Collaborator
|
Great! Have you got the outputs? |
Collaborator
Author
New outputs are in this pull request description |
Collaborator
|
Once @bridgedragon has reviewed the new outputs we should merge this PR |
phoenix-web3
reviewed
Feb 7, 2022
added 10 commits
February 22, 2022 19:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #27
Dependencies (if any)
None
Type of change
How Has This Been Tested?
Test BTC Transaction unconfirmed
Test BTC Transaction confirmed
Test ETH Transaction confirmed
Test Configuration:
sw_vers): macOs 12.0.1uname -sr): Darwin 21.1.0uname -m): x86_64Related PR or Docs PR
Other PR related #65
Good practices to consider