Skip to content

Commit

Permalink
Update provenance protos to v1.19.0 (#527)
Browse files Browse the repository at this point in the history
* upgrade proto to release

* update change log
  • Loading branch information
nullpointer0x00 authored Aug 13, 2024
1 parent 855d991 commit 5f0bf5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Improvements

* Updated Prov Protos to 1.19.0-rc2 [#522](https://github.com/provenance-io/explorer-service/pull/522)
* Updated Prov Protos to 1.19.0 [#527](https://github.com/provenance-io/explorer-service/pull/527)
* Updated gRPC query to use `query` field instead of `events` field [#523](https://github.com/provenance-io/explorer-service/pull/523)
* Fixed transaction details endpoint by handling Base64 and string encoding changes [#525](https://github.com/provenance-io/explorer-service/pull/525)

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.19.0-rc2"
const val ProvProto = "1.19.0"
const val Postgres = "42.2.23"
const val Protobuf = "3.21.9"
const val Reflections = "0.9.12"
Expand Down

0 comments on commit 5f0bf5b

Please sign in to comment.