-
Notifications
You must be signed in to change notification settings - Fork 15
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
Store txConflicting reason correctly and rename ConflictDAG to SpendDAG #508
Merged
Merged
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3c631d2
Remove optForkAllTransactions
jkrvivian 4063dc2
Store conflictTx failure reason on rejected txs
jkrvivian f5a30c4
Rename ConflictDAG to SpendDAG
jkrvivian 9280eb4
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian e01553a
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian 02fb2f7
Hook to TransactionMetadata OnRejected to capture conflicting reason …
jkrvivian 8561076
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian e6dd308
Remove TestAllWithoutForkingEverything
jkrvivian 2500e79
Remove TestAllWithoutForkingEverything
jkrvivian 0c78f57
Rename variable spenddag to spendDAG
jkrvivian 2857d11
Rename conflict to spend
jkrvivian 2e2f241
Fix resource cleanup unit test to work with forking all transactions.
piotrm50 e6f7360
Resolve comments
jkrvivian 5f64dfb
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian c81bc25
Fix unit test
jkrvivian f63865c
Rename ConflictSet to SpendSet
jkrvivian 9e667b2
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian aa045a2
Rename conflict to spend in dashboard frontend
jkrvivian 311b2ef
spend -> spender
cyberphysic4l 62e675e
fix merge errors
cyberphysic4l 316a51e
rename files
cyberphysic4l 357a1cd
remove broken line from spendDag test and clean up
cyberphysic4l 71709d1
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian bf7c619
Remove unused Spend related frontend
jkrvivian 07d4330
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian bd8b14c
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian 34d7e00
Merge branch 'develop' into fix/conflicting-tx-reason
jkrvivian 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
1 change: 1 addition & 0 deletions
1
components/dashboard/frontend/build/app.6eea8010fee08f23aca6.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
components/dashboard/frontend/build/app.6eea8010fee08f23aca6.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
components/dashboard/frontend/build/app.991aa07a823b10139416.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
components/dashboard/frontend/build/app.991aa07a823b10139416.js.map
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html> <html> <head> <meta charset="utf-8"> <title>iota-core Dashboard</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"/> </head> <body> <div id="root"></div> <script type="text/javascript" src="/app/a1e7322de4eb5154c0c3.js"></script><script type="text/javascript" src="/app/vendor.146c9687b00ba21e0070.js"></script><script type="text/javascript" src="/app/app.991aa07a823b10139416.js"></script></body> </html> | ||
<!doctype html> <html> <head> <meta charset="utf-8"> <title>iota-core Dashboard</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"/> </head> <body> <div id="root"></div> <script type="text/javascript" src="/app/a1e7322de4eb5154c0c3.js"></script><script type="text/javascript" src="/app/vendor.146c9687b00ba21e0070.js"></script><script type="text/javascript" src="/app/app.6eea8010fee08f23aca6.js"></script></body> </html> |
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
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
72 changes: 0 additions & 72 deletions
72
pkg/protocol/engine/mempool/spenddag/spenddagv1/conflict_set.go
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
pkg/protocol/engine/mempool/spenddag/spenddagv1/conflict_set_test.go
This file was deleted.
Oops, something went wrong.
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.
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.
Missing capital letter in
Spend
here and in other .tsx files.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.
Why was that resolved without a comment? Because I also don't get the change...