Skip to content

Commit b3204f9

Browse files
udpatilcodchen
andauthored
Deprecate dex (#1686)
* Remove CPUFeature panic * Add dex list all contract info query * Update tests and add max gas allowed * Remove dex usages and register module removal upgrade * Update CI and other usages to remove dex * fix ignite * remove dex mention * update test * Update sei-cosmos and fix test * Update sei-cosmos tag * Update the store removal upgrade name --------- Co-authored-by: codchen <[email protected]>
1 parent f9be5b2 commit b3204f9

File tree

320 files changed

+38
-52576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

320 files changed

+38
-52576
lines changed

.github/workflows/fuzz.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

aclmapping/bank/mappings.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ var ErrorInvalidMsgType = fmt.Errorf("invalid message received for bank module")
1818
func GetBankDepedencyGenerator() aclkeeper.DependencyGeneratorMap {
1919
dependencyGeneratorMap := make(aclkeeper.DependencyGeneratorMap)
2020

21-
// dex place orders
2221
placeOrdersKey := acltypes.GenerateMessageKey(&banktypes.MsgSend{})
2322
dependencyGeneratorMap[placeOrdersKey] = MsgSendDependencyGenerator
2423

aclmapping/dependency_generator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package aclmapping
33
import (
44
aclkeeper "github.com/cosmos/cosmos-sdk/x/accesscontrol/keeper"
55
aclbankmapping "github.com/sei-protocol/sei-chain/aclmapping/bank"
6-
acldexmapping "github.com/sei-protocol/sei-chain/aclmapping/dex"
76
aclevmmapping "github.com/sei-protocol/sei-chain/aclmapping/evm"
87
acloraclemapping "github.com/sei-protocol/sei-chain/aclmapping/oracle"
98
acltokenfactorymapping "github.com/sei-protocol/sei-chain/aclmapping/tokenfactory"
@@ -21,7 +20,6 @@ func (customDepGen CustomDependencyGenerator) GetCustomDependencyGenerators(evmK
2120
dependencyGeneratorMap := make(aclkeeper.DependencyGeneratorMap)
2221
wasmDependencyGenerators := aclwasmmapping.NewWasmDependencyGenerator()
2322

24-
dependencyGeneratorMap = dependencyGeneratorMap.Merge(acldexmapping.GetDexDependencyGenerators())
2523
dependencyGeneratorMap = dependencyGeneratorMap.Merge(aclbankmapping.GetBankDepedencyGenerator())
2624
dependencyGeneratorMap = dependencyGeneratorMap.Merge(acltokenfactorymapping.GetTokenFactoryDependencyGenerators())
2725
dependencyGeneratorMap = dependencyGeneratorMap.Merge(wasmDependencyGenerators.GetWasmDependencyGenerators())

aclmapping/dex/mappings.go

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)