-
Notifications
You must be signed in to change notification settings - Fork 38
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
WIP Add Geth RPC to the gateway #1845
Merged
Merged
Changes from 66 commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
7e1686d
Add new endpoint for generating messages and refactor message generation
zkokelj 744404b
add message type in get messages
zkokelj 6aa6cb3
fix test
zkokelj ab22422
lint
zkokelj 4c15091
fix test
zkokelj c36ee46
- return nil instead of custom error
tudor-malene 9284f97
Merge remote-tracking branch 'origin/main' into tudor/rpc_fixes
tudor-malene 90b58cc
fix
tudor-malene bbc441d
fix
tudor-malene 50d6d0b
lint
tudor-malene 3fa1306
fix
tudor-malene 324b4e0
add geth RPC
tudor-malene 979ddc1
fix
tudor-malene 755e159
Merge remote-tracking branch 'origin/main' into tudor/OG_geth_RPC
tudor-malene 5945629
Merge branch 'tudor/rpc_fixes' into tudor/OG_geth_RPC
tudor-malene c6a8a98
code review fixes
zkokelj 65026ca
fix
tudor-malene e1a3077
fix
tudor-malene 64050e8
refactor and add separate hashing functions
zkokelj cfda70a
Merge remote-tracking branch 'origin/main' into tudor/OG_geth_RPC
tudor-malene 871a4f0
GenerateMessage single responsibility + separate hashing
zkokelj 6566e41
Merge branch 'main' into ziga/get_message_endpoint
zkokelj ab3a456
lint
zkokelj c9d1e6e
fix
tudor-malene 21daaca
Merge remote-tracking branch 'origin/main' into tudor/OG_geth_RPC
tudor-malene ba5f060
fix
tudor-malene d9d9e96
lint
tudor-malene 5d5b844
lint
tudor-malene d838496
Merge remote-tracking branch 'origin/ziga/get_message_endpoint' into …
tudor-malene aa0daa7
fixes
tudor-malene a988875
fix
tudor-malene a3462e5
fix
tudor-malene 982476b
fix
tudor-malene 9f26b4e
Merge remote-tracking branch 'origin/main' into tudor/OG_geth_RPC
tudor-malene 77ddb5e
fix
tudor-malene 776b06a
fix
tudor-malene 34868cd
fix
tudor-malene afc5d31
fix
tudor-malene e2943cb
fix
tudor-malene 889f767
fix
tudor-malene 85b8ccb
fix
tudor-malene d0831bf
fix
tudor-malene 3f92776
fix
tudor-malene d036a6a
fix
tudor-malene 8862356
cleanup
tudor-malene 4716d71
Merge remote-tracking branch 'origin/main' into tudor/OG_geth_RPC
tudor-malene b26ab55
cleanup
tudor-malene 63d300a
cleanup
tudor-malene 50d6944
fix
tudor-malene 69d1506
fix
tudor-malene 8d9a214
fix
tudor-malene 1cc865f
fix
tudor-malene 3cb73ec
fix
tudor-malene 7001ef7
fix
tudor-malene a5a8b81
fix
tudor-malene fddedeb
fix
tudor-malene 49bcdaa
Merge remote-tracking branch 'origin/main' into tudor/OG_geth_RPC
tudor-malene 9eb55eb
merge main
tudor-malene 7067489
fix
tudor-malene 433d34c
Merge remote-tracking branch 'origin/main' into tudor/OG_geth_RPC
tudor-malene 7db9f64
fix
tudor-malene dcb3f12
add cache for users
tudor-malene 514f10b
add conn pool for rpc backend
tudor-malene 0ddcdcb
disable cache
tudor-malene e2852c8
reenable cache
tudor-malene 80c8f17
cleanup
tudor-malene 5bf7c87
fix
tudor-malene 030ed3f
fix
tudor-malene e4d9e2d
bump pool
tudor-malene 3b5189e
fix
tudor-malene f5ee59d
fix
tudor-malene bf2287e
comment static
tudor-malene 258454f
add static files
tudor-malene 9964a61
fix
tudor-malene 51f81b9
serve static files with /static path
zkokelj 98dce95
Merge branch 'tudor/OG_geth_RPC' of https://github.com/ten-protocol/g…
zkokelj bbc9320
clean up conn pool
tudor-malene 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 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
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.
This feels iffy - if the hex decode fails the error is set, but we return both attempted bytes conversion plus the error.
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.
it's copy paste from geth. I needed to change that Unumarshall