You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…sing `ignite` (#1055)
## Summary
Adds a Dockerfile to build the outputted OpenAPI spec in a way that will
work on all dev environments.
## Issue
-
https://discord.com/channels/824324475256438814/997192534168182905/1336447458128957523
- #1054
- #988
- ignite/cli#4495
## Type of change
Select one or more from the following:
- [x] New feature, functionality or library
- [ ] Consensus breaking; add the `consensus-breaking` label if so. See
#791 for details
- [ ] Bug fix
- [x] Code health or cleanup
- [ ] Documentation
- [ ] Other (specify)
## Sanity Checklist
- [ ] I have updated the GitHub Issue `assignees`, `reviewers`,
`labels`, `project`, `iteration` and `milestone`
- [ ] For docs, I have run `make docusaurus_start`
- [ ] For code, I have run `make go_develop_and_test` and `make
test_e2e`
- [ ] For code, I have added the `devnet-test-e2e` label to run E2E
tests in CI
- [ ] For configurations, I have update the documentation
- [ ] I added TODOs where applicable
---------
Co-authored-by: Daniel Olshansky <[email protected]>
Objective
Fix the generated OpenAPI spec.
Origin Document
Background
pocket-core
(Morse) has a really nice OpenAPI spec that I like to link to: https://editor.swagger.io/?url=https://raw.githubusercontent.com/pokt-network/pocket-core/staging/doc/specs/rpc-spec.yamlIt would be helpful to have an easily accessible swagger populated by the spec in Shannon as well.
Bug
If
make ignite_openapi_gen
is run onmain
, the resultingopenapi.yml
file is:In order to fix it, we need:
git reset --hard acd7fc8a60f44a05a117050c441609361dd608d3
staking_fee
inproto/poktroll/supplier/params.proto
make ignite_openapi_gen
Goals
main
related to generated the specDeliverables
openapi.yml
in the code withopenapi.json
(it was incorrect)README
anddocusaurus/README
Creator: @Olshansk
Co-Owners: @bryanchriswhite
The text was updated successfully, but these errors were encountered: