-
Notifications
You must be signed in to change notification settings - Fork 2.9k
GraphQL API changes to support pre-confirmations #2752
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
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6659897
Introduce `TransactionStatusV2`
0c6e549
Update schema
60a51a9
Merge remote-tracking branch 'origin/master' into rafal/preconfirmati…
f67d6e4
Distinguish between `TransactionStatusPreconfirmations` and `Transact…
4889500
Get rid of some TODOs
0fd149d
Restore TransactionStatus type name in schema
af32ec0
Merge remote-tracking branch 'origin/master' into rafal/preconfirmati…
c33b6f2
Unify type names for the new transaction status
08bccca
Further updates to types
be7dc5e
Update the `SuccessDuringBlockProductionStatus` schema
f8c012f
Update the `FailureDuringBlockProductionStatus` schema
7f9890c
Merge remote-tracking branch 'origin/master' into rafal/preconfirmati…
23d59d2
Revert change to test helpers
13b586b
Merge remote-tracking branch 'origin/master' into rafal/preconfirmati…
876bea0
Add changelog info
2fb4eb9
Update helpers
d5cb36a
Merge remote-tracking branch 'origin/master' into rafal/preconfirmati…
e3c6dac
Merge remote-tracking branch 'origin/master' into rafal/preconfirmati…
cc5ec49
Merge remote-tracking branch 'origin/master' into rafal/preconfirmati…
d0bf528
Update schema
a0edf5a
Update schema
fa2191c
Merge remote-tracking branch 'upstream/master' into rafal/preconfirma…
7998d1c
Merge remote-tracking branch 'upstream/master' into rafal/preconfirma…
87aaf7c
TransactionId is always present in statuses related to preconfirmations
d702ca7
Rename `Failure` -> `Failed`
a473dbb
Rename `TransactionStatus` variants related to preconfirmations
1de525f
Mention follow-up issue
4667fc3
Rename `TransactionStatusStorage` --> `TransactionExecutionStatus`
92e690f
Merge remote-tracking branch 'upstream/master' into rafal/preconfirma…
42ee7b9
Update snapshots
38d2733
Preconfirmation statuses now return transactions from the TxPool
3e54d1f
Merge branch 'refs/heads/master' into rafal/preconfirmations_api_changes
xgreenx 966e809
Fetch transaction from TxPool and Database(in the case if transaction…
xgreenx 185ebd8
Self-review
xgreenx 5ca2edc
Update snapshot
xgreenx f502f6c
Merge branch 'master' into rafal/preconfirmations_api_changes
xgreenx 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Extended the `TransactionStatus` to support pre-confirmations. | ||
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.
i think we can be a little verbose here because it's a change in the graphql api :) non blocking, feel free to address in follow up