-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Apply rule to not allow BSQ outputs after BTC output for regular txs #3413
Merged
ripcurlx
merged 21 commits into
bisq-network:release/v1.2.0
from
chimp1984:dao-fix-missing-txo-check
Oct 21, 2019
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
dfddc90
Apply rule to not allow BSQ outputs after BTC output for regular txs
chimp1984 6ec853e
Enforce exactly 1 BSQ output for vote reveal tx
chimp1984 2a2adf6
Fix missing balance and button state update
chimp1984 d80558a
Refactor isBtcOutputOfBurnFeeTx method and add comments and TODOs
chimp1984 e9d31e5
Handle asset listing fee in custom method
chimp1984 7f44f22
Use getPreparedBurnFeeTxForAssetListing
chimp1984 31bfb4e
Update comments to not use dust output values
chimp1984 4b19d7d
Fix missing balance and button state update
chimp1984 7699fbe
Use same method for asset listing fee and proof of burn
chimp1984 a428cae
Use getPreparedProofOfBurnTx
chimp1984 0a51f32
Require mandatory BSQ change output for proposal fee tx.
chimp1984 5870f92
Add fix for not correctly handled issuance tx
chimp1984 51955dc
Use new method for issuance tx
chimp1984 8feba90
Handle all possible blind vote fee transactions
chimp1984 c39ae97
Move check for invalid opReturn output up
chimp1984 3c60e1f
Add dust check at final sign method
chimp1984 253db9b
Fix incorrect comments
chimp1984 c76639c
Refactor
chimp1984 b63178b
Add comment
chimp1984 ade2966
Fix comments, rename methods
chimp1984 562310e
Move code of isBlindVoteBurnedFeeOutput to isBtcOutputOfBurnFeeTx
chimp1984 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
It would be better to include the dust here in the initial coin selection since it is a requirement that it's included. Then there is no need to do a double take when this initial selection wasn't enough.
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.
Not clear to me what you mean exactly?