-
Notifications
You must be signed in to change notification settings - Fork 0
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
build: continue repo setup #1
base: main
Are you sure you want to change the base?
Conversation
96453c3
to
1512f06
Compare
src/schema.ts
Outdated
'/v2/constant_val/{contract_address}/{contract_name}/{constant_name}': { | ||
parameters: { | ||
query?: never; | ||
header?: never; | ||
path?: never; | ||
cookie?: never; |
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.
Upstream openapi schema is so limited/broken. Thoughts on using an improved local copy for now which we PR to upstream?
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.
Sure we can maintain something. Probably easier than trying to regularly PR into core
I tried to make semantic-release work, but I'm not sure I like it -- lmk if I should switch back to it