-
Notifications
You must be signed in to change notification settings - Fork 162
HTTP API #1050
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
HTTP API #1050
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
539523f
Add HTTP API server infrastructure to node daemon
0xfornax c474e06
Migrate queue and service modules to HTTP API
0xfornax beccb6c
Migrate auction, network, and wallet modules to HTTP API
0xfornax 2db029f
Migrate security and megapool modules to HTTP API
0xfornax 0c53a73
Migrate minipool module to HTTP API
0xfornax 8862903
Migrate odao and pdao modules to HTTP API
0xfornax 6433ea0
Migrate node module to HTTP API
0xfornax e097fab
Remove old commands
0xfornax 7145eaa
wip
0xfornax d5b09a1
fix lint
0xfornax b222ead
Adjust upgrade to use the web api
0xfornax fe0d0e5
Fix lint
0xfornax 7063afd
Add blank line at the end of responses
0xfornax 3663d13
Remove OpenAPIPort options. will always be opened just to localhost
0xfornax f3bb482
Fix flag types
0xfornax 8c9b771
Fix set-use-latest
0xfornax d8ddebd
Pass gas settings to the api
0xfornax 352bca4
Pass the nonce override on the request body
0xfornax d0d0f46
Remove timeout when waiting for tx to be included in a block
0xfornax c72e6cc
Remove the daemon-path flag
0xfornax c66b31f
use-latest-delegate as a cmd flag
0xfornax 0a0a624
Add response errors
0xfornax cd85f7c
Revert "Remove the daemon-path flag"
0xfornax bd5ecc7
Add debug endpoint to fetch rewards events
0xfornax 7b4793c
avoid a second eth_estimateGas
0xfornax 51bebbc
Check required param
0xfornax 190f442
Use bad request code
0xfornax 4e89a39
Remove mp address from a few calls and check required param
0xfornax 37964c5
Unpack err
0xfornax 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
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.
This looks like a dangerous change.