File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.24.5
44
55replace (
66 cosmossdk.io/x/feegrant => cosmossdk.io/x/feegrant v0.1.1
7- cosmossdk.io/x/upgrade => github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.1.0.20251209122831-78bba2652016
8- github.com/cosmos/cosmos-sdk => github.com/atomone-hub/cosmos-sdk v0.50.14-atomone.1.0.20251209122831-78bba2652016
7+ cosmossdk.io/x/upgrade => github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.1.0.20251210200739-4aacf0de5158
8+ github.com/cosmos/cosmos-sdk => github.com/atomone-hub/cosmos-sdk v0.50.14-atomone.1.0.20251210200739-4aacf0de5158
99 github.com/cosmos/ibc-go/v10 => github.com/cosmos/ibc-go/v10 v10.2.0
1010)
1111
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
9797github.com/armon/go-metrics v0.4.1 /go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4 =
9898github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
9999github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a /go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A =
100- github.com/atomone-hub/cosmos-sdk v0.50.14-atomone.1.0.20251209122831-78bba2652016 h1:iLY7GyYSTTxdSqPmSZBxZFExLee5OY+x4xdHsI4CwG0 =
101- github.com/atomone-hub/cosmos-sdk v0.50.14-atomone.1.0.20251209122831-78bba2652016 /go.mod h1:8v3OPuJUlCLNkm6VRWDsKlxIIMHpG80P+GASgCvW9XA =
102- github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.1.0.20251209122831-78bba2652016 h1:gDwll365dXzUFbvAr+1tEFA7wfNz8v4JFwUNf8j/bgo =
103- github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.1.0.20251209122831-78bba2652016 /go.mod h1:9wFcVRdHssief/vHtEgaZT8ukTFzwd3+QDs6FnkLqbo =
100+ github.com/atomone-hub/cosmos-sdk v0.50.14-atomone.1.0.20251210200739-4aacf0de5158 h1:81A2Z0rGWRFQJTYCub+i/Mwa7ipXKXcGGTIbq//Ur+I =
101+ github.com/atomone-hub/cosmos-sdk v0.50.14-atomone.1.0.20251210200739-4aacf0de5158 /go.mod h1:8v3OPuJUlCLNkm6VRWDsKlxIIMHpG80P+GASgCvW9XA =
102+ github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.1.0.20251210200739-4aacf0de5158 h1:9M12r+qU2EpRNJhDXJ+3rnsUeWXEH9VcZfTMdTiOMjk =
103+ github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.1.0.20251210200739-4aacf0de5158 /go.mod h1:9wFcVRdHssief/vHtEgaZT8ukTFzwd3+QDs6FnkLqbo =
104104github.com/aws/aws-lambda-go v1.13.3 /go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU =
105105github.com/aws/aws-sdk-go v1.27.0 /go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo =
106106github.com/aws/aws-sdk-go-v2 v0.18.0 /go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g =
Original file line number Diff line number Diff line change @@ -267,3 +267,7 @@ func (msg MsgProposeLaw) ValidateBasic() error {
267267
268268 return nil
269269}
270+
271+ func (msg MsgProposeConstitutionAmendment ) IsProposalKindConstitutionAmendment () {}
272+
273+ func (msg MsgProposeLaw ) IsProposalKindLaw () {}
You can’t perform that action at this time.
0 commit comments