-
Notifications
You must be signed in to change notification settings - Fork 4
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
runtime api: query by eth address #675
Conversation
3fa7c45
to
97d1b63
Compare
a969e88
to
09c1745
Compare
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.
we want this to simplify how sourcify accesses contract creation info
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.
Nice, thank you!
@@ -1,4 +1,4 @@ | |||
HTTP/1.1 404 Not Found | |||
HTTP/1.1 200 OK |
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.
Note to self/readers: This went 404->200 because even though it's the same endpoint, we now run it in eden, but we used to run it in damask: #675 (comment)
db43ab0
to
2618267
Compare
add e2e_regression tests for eth api querying; reorg openapi: Refactor EthOrOasisAddress examples add changelog
9656bff
to
765f22c
Compare
Resolves #638
This PR now allows querying runtime api endpoints by both ethereum and oasis addresses. This applies to both path params and query params.