-
Notifications
You must be signed in to change notification settings - Fork 78
[ETCM-126] getRawTransactionBy* #720
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
20 commits
Select commit
Hold shift + click to select a range
75335b0
[ETCM-126] implement JSON-RPC eth_getRawTransactionByHash
1471d1a
[ETCM-126] add eth_getRawTransactionByBlockHashAndIndex
adde5eb
[ETCM-126] add TODO for tests getRawTransactionByHash, getRawTransact…
5ac3f7a
[ETCM-126] add tests for eth_getRawTransactionByBlockHashAndIndex ret…
158e117
[ETCM-126] add unit tests for eth_getRawTransactionByHash
64f34b4
[ETCM-126] implement JSON-RPC eth_getRawTransactionByBlockHashAndIndex
f99019e
[ETCM-126] extract common utils for handle RawTransaction
f0e2b72
[ETCM-126] extract drop unused JsonRpcController specs
dd10538
[ETCM-126] extract common part: getTransactionDataByBlockNumberAndInd…
74ce39e
[ETCM-126] extract common part: getTransactionByBlockHashAndIndexRequest
bd63640
[ETCM-126] review: remove redundant XXXRequest in get transaction fun…
e1d8d75
[ETCM-126] review: remove redundant XXXRequest in get transaction fun…
1bbf078
[ETCM-126] review: unify GetRawXXX responses into RawTransactionResponse
3061304
[ETCM-126] review: reuse GetTransactionXXX requests to handle GetRawT…
d208983
[ETCM-126] review: remove rawTransactionFromBlock and move encoding t…
c88e90b
[ETCM-126] review: add JsonRpcController tests for eth_getRawTransact…
255aa3c
[ETCM-126] add JSON RPC test for eth_getRawTransactionByBlockHashAndI…
6912d15
[ETCM-126] add JSON RPC test for eth_getRawTransactionByHash
7bb0d21
[ETCM-126] review: use custom matchers from JRCMatchers
f5fd099
Merge branch 'develop' into ETCM-126-get-raw-transaction
lemastero 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
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.