-
Notifications
You must be signed in to change notification settings - Fork 75
[ETCM-126] add eth_pendingTransactions #726
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
14 commits
Select commit
Hold shift + click to select a range
395d5c7
[ETCM-126] add eth_pendingTransactions
5f00f21
[ETCM-126] update insomnia workspace: eth_pendingTransactions and rem…
6cd26da
[ETCM-126] merge from develop
7d47ca3
[ETCM-126] add eth_pendingTransactions and remove qa_getPendingTransa…
459a3fd
[ETCM-126] review: remove duplicated commit
eafb4ed
[ETCM-126] merge from develop & fix compile errors
712a173
[ETCM-126] add prepare PR sbt command
119b10d
[ETCM-126] fix tests in EthServiceSpec
5f330b9
[ETCM-126] use qa approach to serialize pending transactions
c594785
Merge branch 'develop' into ETCM-126-pendingTrx
7678bec
[ETCM-126] remove qa_pending transactions from insomnia workspace
2d8c97e
Merge branch 'develop' into ETCM-126-pendingTrx
3d9a6f0
[ETCM-126] merge from develop
db0e2a1
[ETCM-126] remove unused imports after merge
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,43 +139,6 @@ | |
"metaSortKey": -1600249374160, | ||
"_type": "request_group" | ||
}, | ||
{ | ||
"_id": "req_6197fefa1e1448a89f30712ec12295f8", | ||
"parentId": "fld_2b54cbb84e244284b3ef752c5f805376", | ||
"modified": 1600249571669, | ||
"created": 1600249491560, | ||
"url": "{{ node_url }}", | ||
"name": "qa_getPendingTransactions", | ||
"description": "", | ||
"method": "POST", | ||
"body": { | ||
"mimeType": "application/json", | ||
"text": "{\n\t\"jsonrpc\": \"2.0\",\n \"method\": \"qa_getPendingTransactions\", \n \"params\": [],\n \"id\": 1\n}" | ||
}, | ||
"parameters": [], | ||
"headers": [ | ||
{ | ||
"id": "pair_9f4d6a9dde554cd384487e04fa3b21aa", | ||
"name": "Content-Type", | ||
"value": "application/json" | ||
}, | ||
{ | ||
"id": "pair_088edc31f5e04f20a16b465a673871bb", | ||
"name": "Cache-Control", | ||
"value": "no-cache" | ||
} | ||
], | ||
"authentication": {}, | ||
"metaSortKey": -1552939150156.832, | ||
"isPrivate": false, | ||
"settingStoreCookies": true, | ||
"settingSendCookies": true, | ||
"settingDisableRenderRequestBody": false, | ||
"settingEncodeUrl": true, | ||
"settingRebuildPath": true, | ||
"settingFollowRedirects": "global", | ||
"_type": "request" | ||
}, | ||
{ | ||
"_id": "req_dd6e5c718f974407bb79fe3c953b7106", | ||
"parentId": "fld_72829b866f0441e184e0d1a2030f8220", | ||
|
@@ -961,6 +924,43 @@ | |
"settingFollowRedirects": "global", | ||
"_type": "request" | ||
}, | ||
{ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And remember to notify QA once this gets merged :) |
||
"_id": "req_4c1135a4a69644fe9850292131197b47", | ||
"parentId": "fld_a06eb77e183c4727800eb7dc43ceabe1", | ||
"modified": 1602234543563, | ||
"created": 1602234438767, | ||
"url": "{{ node_url }}", | ||
"name": "eth_pendingTransactions", | ||
"description": "Returns the transactions that are pending in the transaction pool and have a from address that is one of the accounts this node manages", | ||
"method": "POST", | ||
"body": { | ||
"mimeType": "application/json", | ||
"text": "{\n\t\"jsonrpc\": \"2.0\",\n \"method\": \"eth_pendingTransactions\", \n\t\"params\": [],\n \"id\": 1\n}" | ||
}, | ||
"parameters": [], | ||
"headers": [ | ||
{ | ||
"id": "pair_9f4d6a9dde554cd384487e04fa3b21aa", | ||
"name": "Content-Type", | ||
"value": "application/json" | ||
}, | ||
{ | ||
"id": "pair_088edc31f5e04f20a16b465a673871bb", | ||
"name": "Cache-Control", | ||
"value": "no-cache" | ||
} | ||
], | ||
"authentication": {}, | ||
"metaSortKey": -1552732410719.375, | ||
"isPrivate": false, | ||
"settingStoreCookies": true, | ||
"settingSendCookies": true, | ||
"settingDisableRenderRequestBody": false, | ||
"settingEncodeUrl": true, | ||
"settingRebuildPath": true, | ||
"settingFollowRedirects": "global", | ||
"_type": "request" | ||
}, | ||
{ | ||
"_id": "req_579a127b434b4ac7aa51ee6c93f04630", | ||
"parentId": "fld_a06eb77e183c4727800eb7dc43ceabe1", | ||
|
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.
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.
Uh oh!
There was an error while loading. Please reload this page.