[WIP] merge proxy command to serve command #50
Merged
ramilexe
merged 39 commits from 2021-06-18 14:35:56 +00:00
endpoints into master
Dismiss Review
Are you sure you want to dismiss this review?
Labels
Clear labels
Epic
Integration tests
bug
critical
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Something isn't working
Improvements or additions to documentation
This issue or pull request already exists
New feature or request
Good for newcomers
Extra attention is needed
This doesn't seem right
Further information is requested
This will not be worked on
An issue or PR manually copied from GitHub.
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#50
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The table with all the params and their env variables is a great addition. Only one small reformatting fix I caught, and we should also bump the version. Otherwise LGTM!
@@ -121,6 +121,32 @@ The currently supported standard endpoints are:TODO: Add the rest of the standard endpoints and unique endpoints (e.g. getSlice)Very nice table, I think this helps a lot
Really minor but can we move this external dep out of the builtins
Actually we can probably wait to bump version til all the upcoming changes are in
Done
I think this LGTM. It's a bit hard to review since all the changes from the integration test branch are here now. In the future we should rebase ontop of master instead of merging master back into the working branch.