Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/neutron-std/src/types/NEUTRON_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
feat/tokenfactory-gaslimit-govgated
feat/ibc-transfer-encoding-support
3 changes: 3 additions & 0 deletions packages/neutron-std/src/types/neutron/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ pub struct MsgTransfer {
pub memo: ::prost::alloc::string::String,
#[prost(message, optional, tag = "9")]
pub fee: ::core::option::Option<super::feerefunder::Fee>,
/// optional encoding
#[prost(string, tag = "10")]
pub encoding: ::prost::alloc::string::String,
}
/// MsgTransferResponse is the modified response type for
/// ibc-go MsgTransfer.
Expand Down
2 changes: 1 addition & 1 deletion proto-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ADMIN_MODULE_REPO: &str = "https://github.com/neutron-org/admin-module.git
const COSMOS_SDK_REV: &str = "v0.53.4-neutron";

/// The Neutron commit or tag to be cloned and used to build the proto files
const NEUTRON_REV: &str = "feat/tokenfactory-gaslimit-govgated";
const NEUTRON_REV: &str = "feat/ibc-transfer-encoding-support";

/// The wasmd commit or tag to be cloned and used to build the proto files
const WASMD_REV: &str = "v0.61.6-neutron";
Expand Down