Skip to content

Commit

Permalink
Update protos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed Mar 5, 2024
1 parent 33c3855 commit 13af08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements
* Add aggregation of orderbooks for hash historical pricing [#496](https://github.com/provenance-io/explorer-service/issues/496)
* Updated Prov Protos from 1.17.0 [#505](https://github.com/provenance-io/explorer-service/issues/505)
* * Updated Prov Protos to 1.18.0-rc2 [#510](https://github.com/provenance-io/explorer-service/issues/510)

### Bug Fixes
* Fix parsing of ibc json packet [#501](https://github.com/provenance-io/explorer-service/issues/501)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Versions {
const val SpringBoot = PluginVersions.SpringBoot
const val Swagger = "3.0.0"
const val Grpc = "1.50.2"
const val ProvProto = "1.17.0"
const val ProvProto = "1.18.0-rc2"
const val Postgres = "42.2.23"
const val Protobuf = "3.21.9"

Expand Down

0 comments on commit 13af08d

Please sign in to comment.