Skip to content

Commit

Permalink
lint: golang ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 27, 2024
1 parent 6fe8f82 commit 0beed4a
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 930 deletions.
30 changes: 0 additions & 30 deletions app/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,4 @@ const (

// Set ProtocolVersion to app's major version number
ProtocolVersion = 2

// allowed msg types of ica host
authzMsgExec = "/cosmos.authz.v1beta1.MsgExec"
authzMsgGrant = "/cosmos.authz.v1beta1.MsgGrant"
authzMsgRevoke = "/cosmos.authz.v1beta1.MsgRevoke"
bankMsgSend = "/cosmos.bank.v1beta1.MsgSend"
bankMsgMultiSend = "/cosmos.bank.v1beta1.MsgMultiSend"
distrMsgSetWithdrawAddr = "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress"
distrMsgWithdrawValidatorCommission = "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
distrMsgFundCommunityPool = "/cosmos.distribution.v1beta1.MsgFundCommunityPool"
distrMsgWithdrawDelegatorReward = "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward"
feegrantMsgGrantAllowance = "/cosmos.feegrant.v1beta1.MsgGrantAllowance"
feegrantMsgRevokeAllowance = "/cosmos.feegrant.v1beta1.MsgRevokeAllowance"
govMsgVoteWeighted = "/cosmos.gov.v1beta1.MsgVoteWeighted"
govMsgSubmitProposal = "/cosmos.gov.v1beta1.MsgSubmitProposal"
govMsgDeposit = "/cosmos.gov.v1beta1.MsgDeposit"
govMsgVote = "/cosmos.gov.v1beta1.MsgVote"
stakingMsgEditValidator = "/cosmos.staking.v1beta1.MsgEditValidator"
stakingMsgDelegate = "/cosmos.staking.v1beta1.MsgDelegate"
stakingMsgUndelegate = "/cosmos.staking.v1beta1.MsgUndelegate"
stakingMsgBeginRedelegate = "/cosmos.staking.v1beta1.MsgBeginRedelegate"
stakingMsgCreateValidator = "/cosmos.staking.v1beta1.MsgCreateValidator"
vestingMsgCreateVestingAccount = "/cosmos.vesting.v1beta1.MsgCreateVestingAccount"
ibcMsgTransfer = "/ibc.applications.transfer.v1.MsgTransfer"

// cheqd namespace
didMsgCreateDidDoc = "/cheqd.did.v2.MsgCreateDidDoc"
didMsgUpdateDidDoc = "/cheqd.did.v2.MsgUpdateDidDoc"
didMsgDeactivateDidDoc = "/cheqd.did.v2.MsgDeactivateDidDoc"
resourceMsgCreateResource = "/cheqd.resource.v2.MsgCreateResource"
)
5 changes: 0 additions & 5 deletions app/migrations/helpers/constant.go

This file was deleted.

25 changes: 0 additions & 25 deletions app/migrations/helpers/indy_style.go

This file was deleted.

17 changes: 0 additions & 17 deletions app/migrations/helpers/indy_style_test.go

This file was deleted.

42 changes: 0 additions & 42 deletions app/migrations/helpers/protobuf.go

This file was deleted.

39 changes: 0 additions & 39 deletions app/migrations/helpers/protobuf_test.go

This file was deleted.

28 changes: 0 additions & 28 deletions app/migrations/helpers/storage.go

This file was deleted.

13 changes: 0 additions & 13 deletions app/migrations/helpers/suite_test.go

This file was deleted.

26 changes: 0 additions & 26 deletions app/migrations/helpers/uuid.go

This file was deleted.

18 changes: 0 additions & 18 deletions app/migrations/helpers/uuid_test.go

This file was deleted.

20 changes: 0 additions & 20 deletions app/migrations/migration_did_indy_style.go

This file was deleted.

54 changes: 0 additions & 54 deletions app/migrations/migration_did_simple.go

This file was deleted.

20 changes: 0 additions & 20 deletions app/migrations/migration_did_uuid.go

This file was deleted.

19 changes: 0 additions & 19 deletions app/migrations/migration_did_version_id.go

This file was deleted.

Loading

0 comments on commit 0beed4a

Please sign in to comment.