Skip to content

Commit

Permalink
Merge branch 'main' into spoorthi/fix-localnet-script
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar authored May 23, 2024
2 parents 1e77d7a + c5dcaa3 commit 47769dd
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
branches: [main]
tags: [v*]
paths:
- "proto/**"
- proto/**

jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-setup-action@v1.31.0
- uses: bufbuild/buf-push-action@v1
with:
input: proto
Expand Down
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,28 @@ Contains all the PRs that improved the code without changing the behaviors.

## [Unreleased]

### Added
### Fixed

- [#571](https://github.com/archway-network/archway/pull/571) - Automatically
publish proto files to buf.build

### Changed
## [v7.0.1](https://github.com/archway-network/archway/releases/tag/v7.0.1)

### Deprecated
### Added

### Removed
- [#571](https://github.com/archway-network/archway/pull/571) - Automatically
publish proto files to buf.build

### Fixed

- [#568](https://github.com/archway-network/archway/pull/568) - Update Swagger doc and config to include CWICA and CWErrors modules
- [#570](https://github.com/archway-network/archway/pull/570) - Fix the Docker.deprecated file to build
- [#569](https://github.com/archway-network/archway/pull/569) - Audit remidiations for x/cwerrors and x/cwica

- [#566](https://github.com/archway-network/archway/pull/566) - Fixing the localnet script to correctly set gov params post sdk v47

### Improvements

- [#567](https://github.com/archway-network/archway/pull/567) - Remove redundant params fetching in SaveCallback

## [v7.0.0](https://github.com/archway-network/archway/releases/tag/v7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deprecated
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.5-alpine3.17 AS go-builder
FROM golang:1.21.10-alpine3.19 AS go-builder
# arch can be either x86_64 for amd64 or aarch64 for arm
ARG arch=x86_64
ARG libwasmvm_version=v1.5.2
Expand Down
24 changes: 24 additions & 0 deletions docs/proto/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,30 @@
}
}
},
{
"url": "./tmp-swagger-gen/archway/cwerrors/v1/query.swagger.json",
"tags": {
"add": ["Archway"],
"remove": ["Query", "Service"]
},
"operationIds": {
"rename": {
"Params": "CWErrorsParams"
}
}
},
{
"url": "./tmp-swagger-gen/archway/cwica/v1/query.swagger.json",
"tags": {
"add": ["Archway"],
"remove": ["Query", "Service"]
},
"operationIds": {
"rename": {
"Params": "CWIcaParams"
}
}
},
{
"url": "./tmp-swagger-gen/archway/tracking/v1/query.swagger.json",
"tags": {
Expand Down
2 changes: 1 addition & 1 deletion docs/static/swagger.min.json

Large diffs are not rendered by default.

0 comments on commit 47769dd

Please sign in to comment.