-
Notifications
You must be signed in to change notification settings - Fork 18
IOUIssuerWeakTSH #388
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
Merged
Merged
IOUIssuerWeakTSH #388
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
0031e2e
IOUIssuerWeakTSH
tequdev 29b978b
clang-format
tequdev b0678c7
fix
tequdev 3ba4892
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev 21551c5
fix remit
tequdev bafe260
add EscrowCreate
tequdev 1037d80
Add tests
tequdev a98d869
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev 98060d7
clang-format
tequdev 9e4958c
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev a05d58a
Update README.md (#396)
Ekiserrepe 3879c52
Fix: failing assert (#397)
dangell7 3d01abf
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev 9b7aa7e
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev db8de28
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev 78d74b3
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev 7489b28
fix tsh
dangell7 6db4a8c
amendment guard
tequdev 383485f
update tests
tequdev 8314c9a
fix ttCHECK_CREATE TSH
tequdev a432130
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev 8c2731a
support CheckCancel
tequdev 8a8e3cb
fix comment
tequdev e6dc2c3
support URIToken(Burn,Buy,Mint,CancelSellOffer,CreateSellOffer), NFTo…
tequdev 2ccae36
clang-format
tequdev 97d1ba4
Merge branch 'dev' into IOUIssuerWeakTSH
RichardAH 19cb999
add comments
tequdev 80a365d
clang-format
tequdev a0d6d24
Merge branch 'dev' into IOUIssuerWeakTSH
tequdev fb1315d
Changed from processing for each tt processing in `getTransactionalSt…
tequdev 86bc21b
fix
tequdev c92dcbe
Merge branch 'dev' into IOUIssuerWeakTSH
dangell7 c6b768b
remove unused variable
tequdev 40a5d0c
Merge branch 'dev' into IOUIssuerWeakTSH
RichardAH 30c5f24
fix bad merge
tequdev 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 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
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
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
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
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
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
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
Oops, something went wrong.
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.
is this condition supposed to be inverted?
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 PR changes getTransactionalStakeHolders() to be called only once, but since a second call is still needed when the feature is disabled, it is called here.
I will add a comment.