From 5f5c161cb97c1b6461cfabd1c64925ac3ac25f62 Mon Sep 17 00:00:00 2001 From: Srinivas Baride Date: Wed, 18 Oct 2023 23:52:45 +0530 Subject: [PATCH 1/3] Added more fields to node update details event --- proto/sentinel/node/v2/events.proto | 6 +- x/node/keeper/abci.go | 4 +- x/node/types/events.pb.go | 190 ++++++++++++++++++++++++---- 3 files changed, 172 insertions(+), 28 deletions(-) diff --git a/proto/sentinel/node/v2/events.proto b/proto/sentinel/node/v2/events.proto index 44a1dc3ac..45bfc60f4 100644 --- a/proto/sentinel/node/v2/events.proto +++ b/proto/sentinel/node/v2/events.proto @@ -13,7 +13,11 @@ message EventRegister { } message EventUpdateDetails { - string address = 1 [ (gogoproto.moretags) = "yaml:\"address\"" ]; + string address = 1 [ (gogoproto.moretags) = "yaml:\"address\"" ]; + string gigabyte_prices = 2 + [ (gogoproto.moretags) = "yaml:\"gigabyte_prices\"" ]; + string hourly_prices = 3 [ (gogoproto.moretags) = "yaml:\"hourly_prices\"" ]; + string remote_url = 4 [ (gogoproto.customname) = "RemoteURL" ]; } message EventUpdateStatus { diff --git a/x/node/keeper/abci.go b/x/node/keeper/abci.go index 882974716..39db28b2b 100644 --- a/x/node/keeper/abci.go +++ b/x/node/keeper/abci.go @@ -97,7 +97,9 @@ func (k *Keeper) EndBlock(ctx sdk.Context) []abcitypes.ValidatorUpdate { k.SetNode(ctx, item) ctx.EventManager().EmitTypedEvent( &types.EventUpdateDetails{ - Address: item.Address, + Address: item.Address, + GigabytePrices: item.GigabytePrices.String(), + HourlyPrices: item.HourlyPrices.String(), }, ) diff --git a/x/node/types/events.pb.go b/x/node/types/events.pb.go index f2cc43fe2..202e96ba5 100644 --- a/x/node/types/events.pb.go +++ b/x/node/types/events.pb.go @@ -62,7 +62,10 @@ func (m *EventRegister) XXX_DiscardUnknown() { var xxx_messageInfo_EventRegister proto.InternalMessageInfo type EventUpdateDetails struct { - Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty" yaml:"address"` + Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty" yaml:"address"` + GigabytePrices string `protobuf:"bytes,2,opt,name=gigabyte_prices,json=gigabytePrices,proto3" json:"gigabyte_prices,omitempty" yaml:"gigabyte_prices"` + HourlyPrices string `protobuf:"bytes,3,opt,name=hourly_prices,json=hourlyPrices,proto3" json:"hourly_prices,omitempty" yaml:"hourly_prices"` + RemoteURL string `protobuf:"bytes,4,opt,name=remote_url,json=remoteUrl,proto3" json:"remote_url,omitempty"` } func (m *EventUpdateDetails) Reset() { *m = EventUpdateDetails{} } @@ -185,31 +188,37 @@ func init() { func init() { proto.RegisterFile("sentinel/node/v2/events.proto", fileDescriptor_d02d789f2b133ff1) } var fileDescriptor_d02d789f2b133ff1 = []byte{ - // 379 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xb1, 0xae, 0xda, 0x30, - 0x14, 0x86, 0xe3, 0xb4, 0xa2, 0xc2, 0x2d, 0xa8, 0x84, 0x4a, 0x50, 0xa4, 0x3a, 0x28, 0x5d, 0x18, - 0x4a, 0x2c, 0xe8, 0x86, 0xd4, 0xa1, 0x29, 0x1d, 0x3a, 0x55, 0x4a, 0xd5, 0xa5, 0x4b, 0x95, 0x10, - 0x13, 0x2c, 0x85, 0x38, 0x8a, 0x9d, 0xa8, 0x3c, 0x41, 0xd7, 0x3e, 0x06, 0x8f, 0xc2, 0xc8, 0xd8, - 0x29, 0xba, 0x37, 0xbc, 0x41, 0x9e, 0xe0, 0x2a, 0x76, 0x40, 0xdc, 0xe9, 0x8a, 0xcd, 0xd6, 0x7f, - 0xfe, 0xcf, 0xff, 0x39, 0x3e, 0xf0, 0x1d, 0x27, 0xb1, 0xa0, 0x31, 0x89, 0x70, 0xcc, 0x02, 0x82, - 0xf3, 0x39, 0x26, 0x39, 0x89, 0x05, 0xb7, 0x93, 0x94, 0x09, 0x66, 0xbc, 0x3e, 0xcb, 0x76, 0x2d, - 0xdb, 0xf9, 0x7c, 0xf4, 0x26, 0x64, 0x21, 0x93, 0x22, 0xae, 0x4f, 0xaa, 0x6e, 0x84, 0x2e, 0x18, - 0xb1, 0x4b, 0x08, 0xc7, 0xf9, 0x0c, 0x73, 0xe1, 0x89, 0xac, 0xe1, 0x58, 0x9f, 0x60, 0xe7, 0x6b, - 0xcd, 0x75, 0x49, 0x48, 0xb9, 0x20, 0xa9, 0xf1, 0x01, 0xbe, 0xf0, 0x82, 0x20, 0x25, 0x9c, 0x0f, - 0xc1, 0x18, 0x4c, 0xda, 0x8e, 0x51, 0x15, 0x66, 0x77, 0xe7, 0x6d, 0xa3, 0x85, 0xd5, 0x08, 0x96, - 0x7b, 0x2e, 0xb1, 0x1c, 0x68, 0x48, 0xfb, 0xcf, 0x24, 0xf0, 0x04, 0x59, 0x12, 0xe1, 0xd1, 0x88, - 0xdf, 0xc8, 0xf8, 0x0b, 0x60, 0xef, 0x0a, 0xf2, 0x43, 0xc6, 0x33, 0x96, 0xb0, 0xa5, 0x82, 0x4a, - 0x44, 0x77, 0xfe, 0xd6, 0xbe, 0x74, 0x2c, 0x3b, 0xb1, 0xf3, 0x99, 0xad, 0x4a, 0x9d, 0x5e, 0x55, - 0x98, 0x1d, 0x45, 0x57, 0x16, 0xcb, 0x6d, 0xbc, 0xd7, 0x49, 0xf4, 0xa7, 0x93, 0xec, 0x01, 0x1c, - 0xc8, 0x24, 0x5f, 0x52, 0x52, 0x27, 0xc9, 0x7c, 0xbe, 0x4a, 0x69, 0x22, 0x28, 0x8b, 0x6f, 0xeb, - 0xc9, 0x58, 0xc0, 0x57, 0xf5, 0xbf, 0xfc, 0x7e, 0xfc, 0xf8, 0xa0, 0x2a, 0xcc, 0xbe, 0xb2, 0x5c, - 0xab, 0x96, 0xfb, 0xb2, 0xbe, 0x7e, 0x6e, 0xbc, 0xef, 0xa1, 0x4e, 0x83, 0xe1, 0xb3, 0x31, 0x98, - 0x3c, 0x77, 0xfa, 0x65, 0x61, 0xea, 0xdf, 0x96, 0x55, 0x61, 0xb6, 0x95, 0x8f, 0x06, 0x96, 0xab, - 0xd3, 0xc0, 0xf9, 0x7e, 0xb8, 0x47, 0xda, 0xbe, 0x44, 0xda, 0xa1, 0x44, 0xe0, 0x58, 0x22, 0x70, - 0x57, 0x22, 0xf0, 0xef, 0x84, 0xb4, 0xe3, 0x09, 0x69, 0xff, 0x4f, 0x48, 0xfb, 0x35, 0x0d, 0xa9, - 0xd8, 0x64, 0xbe, 0xbd, 0x62, 0x5b, 0x7c, 0x1e, 0xdd, 0x94, 0xad, 0xd7, 0x74, 0x45, 0xbd, 0x08, - 0x6f, 0x32, 0x1f, 0xff, 0x51, 0xab, 0x25, 0xc7, 0xe9, 0xb7, 0xe4, 0x3e, 0x7c, 0x7c, 0x08, 0x00, - 0x00, 0xff, 0xff, 0x5c, 0x4a, 0x53, 0xbe, 0x78, 0x02, 0x00, 0x00, + // 469 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xc1, 0x6e, 0xd3, 0x30, + 0x18, 0xc7, 0x93, 0x30, 0x0d, 0xd5, 0xac, 0x85, 0x65, 0x13, 0x2b, 0x95, 0x70, 0x90, 0xb9, 0x70, + 0xd8, 0x62, 0xad, 0xdc, 0x26, 0xed, 0x40, 0x57, 0x0e, 0x48, 0x48, 0x20, 0xa3, 0x5e, 0xb8, 0x54, + 0x49, 0xe3, 0xa5, 0x96, 0xd2, 0x38, 0xb2, 0x9d, 0x88, 0x3e, 0x01, 0x57, 0x1e, 0x63, 0x8f, 0xb2, + 0xe3, 0x8e, 0x9c, 0x22, 0x48, 0xdf, 0x20, 0xe2, 0x01, 0x50, 0xec, 0x64, 0xea, 0xb8, 0xa0, 0xde, + 0xea, 0xef, 0xff, 0xfd, 0xfe, 0xfd, 0xfc, 0xff, 0x1c, 0xf0, 0x52, 0xd2, 0x54, 0xb1, 0x94, 0x26, + 0x38, 0xe5, 0x11, 0xc5, 0xc5, 0x18, 0xd3, 0x82, 0xa6, 0x4a, 0xfa, 0x99, 0xe0, 0x8a, 0xbb, 0xcf, + 0x3a, 0xd9, 0x6f, 0x64, 0xbf, 0x18, 0x8f, 0x8e, 0x63, 0x1e, 0x73, 0x2d, 0xe2, 0xe6, 0x97, 0xe9, + 0x1b, 0xc1, 0x7b, 0x1b, 0xb5, 0xce, 0xa8, 0xc4, 0xc5, 0x39, 0x96, 0x2a, 0x50, 0x79, 0xeb, 0x83, + 0x2e, 0x41, 0xff, 0x7d, 0xe3, 0x4b, 0x68, 0xcc, 0xa4, 0xa2, 0xc2, 0x3d, 0x05, 0x8f, 0x83, 0x28, + 0x12, 0x54, 0xca, 0xa1, 0xfd, 0xca, 0x7e, 0xd3, 0x9b, 0xb8, 0x75, 0xe9, 0x0d, 0xd6, 0xc1, 0x2a, + 0xb9, 0x40, 0xad, 0x80, 0x48, 0xd7, 0x82, 0xfe, 0xd8, 0xc0, 0xd5, 0xfc, 0x2c, 0x8b, 0x02, 0x45, + 0xa7, 0x54, 0x05, 0x2c, 0x91, 0xbb, 0x99, 0xb8, 0x57, 0xe0, 0x69, 0xcc, 0xe2, 0x20, 0x5c, 0x2b, + 0x3a, 0xcf, 0x04, 0x5b, 0x50, 0x39, 0x74, 0x34, 0x35, 0xaa, 0x4b, 0xef, 0xb9, 0xa1, 0xfe, 0x69, + 0x40, 0x64, 0xd0, 0x55, 0x3e, 0xeb, 0x82, 0x7b, 0x09, 0xfa, 0x4b, 0x9e, 0x8b, 0x64, 0xdd, 0x59, + 0x3c, 0xd2, 0x16, 0xc3, 0xba, 0xf4, 0x8e, 0x8d, 0xc5, 0x03, 0x19, 0x91, 0x03, 0x73, 0x6e, 0xf1, + 0x53, 0x00, 0x04, 0x5d, 0x71, 0x45, 0xe7, 0xb9, 0x48, 0x86, 0x7b, 0x9a, 0xed, 0x57, 0xa5, 0xd7, + 0x23, 0xba, 0x3a, 0x23, 0x1f, 0x49, 0xcf, 0x34, 0xcc, 0x44, 0x82, 0xbe, 0xdb, 0xe0, 0x70, 0xeb, + 0xda, 0x5f, 0x74, 0xa2, 0xee, 0x14, 0xec, 0x9b, 0x6c, 0xf5, 0xa5, 0x07, 0xe3, 0x17, 0xfe, 0xfd, + 0x92, 0x74, 0xf8, 0x7e, 0x71, 0xee, 0x9b, 0xd6, 0xc9, 0x61, 0x5d, 0x7a, 0x7d, 0x33, 0x96, 0x41, + 0x10, 0x69, 0xd9, 0xed, 0xec, 0x9c, 0xff, 0x2f, 0xe0, 0xc6, 0x06, 0x27, 0x7a, 0x92, 0x2b, 0x41, + 0x9b, 0x49, 0xf2, 0x50, 0x2e, 0x04, 0xcb, 0x14, 0xe3, 0xe9, 0x8e, 0x5b, 0xb8, 0x00, 0x07, 0xcd, + 0x53, 0x9a, 0x3f, 0xfc, 0xf3, 0x93, 0xba, 0xf4, 0x8e, 0x0c, 0xb2, 0xad, 0x22, 0xf2, 0xa4, 0x39, + 0xbe, 0x6b, 0xd9, 0xd7, 0xc0, 0x61, 0x91, 0x4e, 0x7c, 0x6f, 0x72, 0x54, 0x95, 0x9e, 0xf3, 0x61, + 0x5a, 0x97, 0x5e, 0xcf, 0x70, 0x2c, 0x42, 0xc4, 0x61, 0xd1, 0xe4, 0xd3, 0xed, 0x6f, 0x68, 0xdd, + 0x54, 0xd0, 0xba, 0xad, 0xa0, 0x7d, 0x57, 0x41, 0xfb, 0x57, 0x05, 0xed, 0x1f, 0x1b, 0x68, 0xdd, + 0x6d, 0xa0, 0xf5, 0x73, 0x03, 0xad, 0xaf, 0x67, 0x31, 0x53, 0xcb, 0x3c, 0xf4, 0x17, 0x7c, 0x85, + 0xbb, 0xe8, 0xce, 0xf8, 0xf5, 0x35, 0x5b, 0xb0, 0x20, 0xc1, 0xcb, 0x3c, 0xc4, 0xdf, 0xcc, 0xd7, + 0xa0, 0xe3, 0x0c, 0xf7, 0xf5, 0x13, 0x7e, 0xfb, 0x37, 0x00, 0x00, 0xff, 0xff, 0x7b, 0x6e, 0xbb, + 0xf2, 0x2b, 0x03, 0x00, 0x00, } func (m *EventRegister) Marshal() (dAtA []byte, err error) { @@ -262,6 +271,27 @@ func (m *EventUpdateDetails) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.RemoteURL) > 0 { + i -= len(m.RemoteURL) + copy(dAtA[i:], m.RemoteURL) + i = encodeVarintEvents(dAtA, i, uint64(len(m.RemoteURL))) + i-- + dAtA[i] = 0x22 + } + if len(m.HourlyPrices) > 0 { + i -= len(m.HourlyPrices) + copy(dAtA[i:], m.HourlyPrices) + i = encodeVarintEvents(dAtA, i, uint64(len(m.HourlyPrices))) + i-- + dAtA[i] = 0x1a + } + if len(m.GigabytePrices) > 0 { + i -= len(m.GigabytePrices) + copy(dAtA[i:], m.GigabytePrices) + i = encodeVarintEvents(dAtA, i, uint64(len(m.GigabytePrices))) + i-- + dAtA[i] = 0x12 + } if len(m.Address) > 0 { i -= len(m.Address) copy(dAtA[i:], m.Address) @@ -383,6 +413,18 @@ func (m *EventUpdateDetails) Size() (n int) { if l > 0 { n += 1 + l + sovEvents(uint64(l)) } + l = len(m.GigabytePrices) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.HourlyPrices) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } + l = len(m.RemoteURL) + if l > 0 { + n += 1 + l + sovEvents(uint64(l)) + } return n } @@ -571,6 +613,102 @@ func (m *EventUpdateDetails) Unmarshal(dAtA []byte) error { } m.Address = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field GigabytePrices", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.GigabytePrices = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field HourlyPrices", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.HourlyPrices = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RemoteURL", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.RemoteURL = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipEvents(dAtA[iNdEx:]) From 2aa62dafccbcce1388451048afd7e3c9539b6c45 Mon Sep 17 00:00:00 2001 From: Techno Freak Date: Sun, 17 Dec 2023 02:44:07 +0300 Subject: [PATCH 2/3] Fix signing Ledger transactions with newer Cosmos app --- go.mod | 5 +++-- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index cf6210a0d..3bca5c1f1 100644 --- a/go.mod +++ b/go.mod @@ -132,8 +132,8 @@ require ( github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect github.com/tendermint/go-amino v0.16.0 // indirect github.com/tidwall/btree v1.5.0 // indirect - github.com/zondax/hid v0.9.1 // indirect - github.com/zondax/ledger-go v0.14.1 // indirect + github.com/zondax/hid v0.9.2 // indirect + github.com/zondax/ledger-go v0.14.3 // indirect go.etcd.io/bbolt v1.3.7 // indirect golang.org/x/crypto v0.12.0 // indirect golang.org/x/exp v0.0.0-20230131160201-f062dba9d201 // indirect @@ -150,6 +150,7 @@ require ( replace ( github.com/CosmWasm/wasmvm => github.com/CosmWasm/wasmvm v1.2.4 + github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27 google.golang.org/grpc => google.golang.org/grpc v1.33.2 diff --git a/go.sum b/go.sum index 485533bf1..0114b5ae4 100644 --- a/go.sum +++ b/go.sum @@ -244,8 +244,8 @@ github.com/cosmos/iavl v0.19.5/go.mod h1:X9PKD3J0iFxdmgNLa7b2LYWdsGd90ToV5cAONAp github.com/cosmos/ibc-go/v4 v4.4.2 h1:PG4Yy0/bw6Hvmha3RZbc53KYzaCwuB07Ot4GLyzcBvo= github.com/cosmos/ibc-go/v4 v4.4.2/go.mod h1:j/kD2JCIaV5ozvJvaEkWhLxM2zva7/KTM++EtKFYcB8= github.com/cosmos/interchain-accounts v0.2.6 h1:TV2M2g1/Rb9MCNw1YePdBKE0rcEczNj1RGHT+2iRYas= -github.com/cosmos/ledger-cosmos-go v0.12.2 h1:/XYaBlE2BJxtvpkHiBm97gFGSGmYGKunKyF3nNqAXZA= -github.com/cosmos/ledger-cosmos-go v0.12.2/go.mod h1:ZcqYgnfNJ6lAXe4HPtWgarNEY+B74i+2/8MhZw4ziiI= +github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw= +github.com/cosmos/ledger-cosmos-go v0.12.4/go.mod h1:fjfVWRf++Xkygt9wzCsjEBdjcf7wiiY35fv3ctT+k4M= github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= @@ -1016,10 +1016,10 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -github.com/zondax/hid v0.9.1 h1:gQe66rtmyZ8VeGFcOpbuH3r7erYtNEAezCAYu8LdkJo= -github.com/zondax/hid v0.9.1/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= -github.com/zondax/ledger-go v0.14.1 h1:Pip65OOl4iJ84WTpA4BKChvOufMhhbxED3BaihoZN4c= -github.com/zondax/ledger-go v0.14.1/go.mod h1:fZ3Dqg6qcdXWSOJFKMG8GCTnD7slO/RL2feOQv8K320= +github.com/zondax/hid v0.9.2 h1:WCJFnEDMiqGF64nlZz28E9qLVZ0KSJ7xpc5DLEyma2U= +github.com/zondax/hid v0.9.2/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= +github.com/zondax/ledger-go v0.14.3 h1:wEpJt2CEcBJ428md/5MgSLsXLBos98sBOyxNmCjfUCw= +github.com/zondax/ledger-go v0.14.3/go.mod h1:IKKaoxupuB43g4NxeQmbLXv7T9AlQyie1UpHb342ycI= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.7 h1:j+zJOnnEjF/kyHlDDgGnVL/AIqIJPq8UoB2GSNfkUfQ= go.etcd.io/bbolt v1.3.7/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw= From 06bf1074a94ff45decfadb608989e1bc3be66cc2 Mon Sep 17 00:00:00 2001 From: Srinivas Baride Date: Wed, 10 Jan 2024 18:32:22 +0530 Subject: [PATCH 3/3] chore(deps): bump github.com/CosmWasm/wasmvm to v1.2.5 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3bca5c1f1..9357def6b 100644 --- a/go.mod +++ b/go.mod @@ -149,7 +149,7 @@ require ( ) replace ( - github.com/CosmWasm/wasmvm => github.com/CosmWasm/wasmvm v1.2.4 + github.com/CosmWasm/wasmvm => github.com/CosmWasm/wasmvm v1.2.5 github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27 diff --git a/go.sum b/go.sum index 0114b5ae4..6ffb83fe4 100644 --- a/go.sum +++ b/go.sum @@ -68,8 +68,8 @@ github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible/go.mo github.com/CloudyKit/jet/v3 v3.0.0/go.mod h1:HKQPgSJmdK8hdoAbKUUWajkHyHo4RaU5rMdUywE7VMo= github.com/CosmWasm/wasmd v0.31.0 h1:xACf6A/SkCeGWQWrKGsR4X9PQb5G4XYuNfnrl+HQ1mE= github.com/CosmWasm/wasmd v0.31.0/go.mod h1:VcyDGk/ISVlMUeW+1GGL0zdHWBS2FPwLEV2qZ86l7l8= -github.com/CosmWasm/wasmvm v1.2.4 h1:6OfeZuEcEH/9iqwrg2pkeVtDCkMoj9U6PpKtcrCyVrQ= -github.com/CosmWasm/wasmvm v1.2.4/go.mod h1:vW/E3h8j9xBQs9bCoijDuawKo9kCtxOaS8N8J7KFtkc= +github.com/CosmWasm/wasmvm v1.2.5 h1:D+ZRNvrcPveuX7sSb12VPNKm/hcU7XebPK07PMJkai8= +github.com/CosmWasm/wasmvm v1.2.5/go.mod h1:vW/E3h8j9xBQs9bCoijDuawKo9kCtxOaS8N8J7KFtkc= github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=