Skip to content

Commit

Permalink
Merge pull request #38 from neutron-org/fix/lock-protobuf-version
Browse files Browse the repository at this point in the history
Fix: lock protobuf version
  • Loading branch information
zavgorodnii authored Oct 14, 2022
2 parents 973bcfb + b42ad6b commit 2a3c862
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5c278389948935274364a08607b55450731013b2700f9ffef5a1135155a93490 ibc_transfer.wasm
d5fdff8f9f2eac8e9d7b75cad6c5929d289b12123d4af69b0572f5aeb0d74837 neutron_interchain_queries.wasm
430d0ff38b01994581ba978740a5075a5fc00306309c583575e1c3da4a439851 neutron_interchain_txs.wasm
d01f85e09d1d63d2b0936bdf96742b1e01019b9aefefd3dd1b1903fd929216e5 reflect.wasm
ead6981fb868b4eb91a11c12f6b35f9320ebdb24ef90867cfd1e12afcbf2ec0a ibc_transfer.wasm
183df19e69fa3df61ea7b6f213f855ed16a01d36d48cc5317218c7b3bdcabf58 neutron_interchain_queries.wasm
bff6464e045915d4286718630624a1bcb3b535d49808539225eedf9eedc2830f neutron_interchain_txs.wasm
577c821c8667df4cb1c34bb0ff80af5cc96c8f42a7286e1b2a7e7fd76ef7d689 reflect.wasm
Binary file modified artifacts/ibc_transfer.wasm
Binary file not shown.
Binary file modified artifacts/neutron_interchain_queries.wasm
Binary file not shown.
Binary file modified artifacts/neutron_interchain_txs.wasm
Binary file not shown.
Binary file modified artifacts/reflect.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/neutron-sdk/src/proto_types/transfer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is generated by rust-protobuf 3.1.0. Do not edit
// This file is generated by rust-protobuf 3.2.0. Do not edit
// .proto file is parsed by protoc --rust-out=...
// @generated

Expand All @@ -23,7 +23,7 @@
/// Generated files are compatible only with the same version
/// of protobuf runtime.
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_1_0;
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;

/// MsgTransferResponse is the modified response type for
/// ibc-go MsgTransfer.
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/protoc-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ RUN set -x; \
&& unzip -o $PROTOC_ZIP -d /usr/local bin/protoc \
&& unzip -o $PROTOC_ZIP -d /usr/local include/* \
&& rm -f $PROTOC_ZIP \
&& cargo install protobuf-codegen --locked
&& cargo install protobuf-codegen --version 3.2.0 --locked

0 comments on commit 2a3c862

Please sign in to comment.