-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP Add Geth RPC to the gateway (#1845)
* Add new endpoint for generating messages and refactor message generation * add message type in get messages * fix test * lint * fix test * - return nil instead of custom error - align some methods with the geth rpc types * fix * fix * lint * fix * add geth RPC * fix * code review fixes * fix * fix * refactor and add separate hashing functions * GenerateMessage single responsibility + separate hashing * lint * fix * fix * lint * lint * fixes * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * cleanup * cleanup * cleanup * fix * fix * fix * fix * fix * fix * fix * fix * merge main * fix * fix * add cache for users * add conn pool for rpc backend * disable cache * reenable cache * cleanup * fix * fix * bump pool * fix * fix * comment static * add static files * fix * serve static files with /static path * clean up conn pool --------- Co-authored-by: Žiga Kokelj <[email protected]>
- Loading branch information
1 parent
ce6b156
commit f444591
Showing
79 changed files
with
2,226 additions
and
2,725 deletions.
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.