Skip to content

Commit

Permalink
Merge pull request #42 from MaxMustermann2/feat/app-dogfood
Browse files Browse the repository at this point in the history
feat(app): replace staking with dogfood
  • Loading branch information
MaxMustermann2 authored Apr 29, 2024
2 parents 9f1b6a8 + e85d955 commit 76a739d
Show file tree
Hide file tree
Showing 53 changed files with 1,463 additions and 1,879 deletions.
2 changes: 1 addition & 1 deletion app/ante/cosmos/fees.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import (
"math"

errorsmod "cosmossdk.io/errors"
anteutils "github.com/ExocoreNetwork/exocore/app/ante/utils"
sdk "github.com/cosmos/cosmos-sdk/types"
errortypes "github.com/cosmos/cosmos-sdk/types/errors"
authante "github.com/cosmos/cosmos-sdk/x/auth/ante"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
anteutils "github.com/evmos/evmos/v14/app/ante/utils"
)

// DeductFeeDecorator deducts fees from the first signer of the tx.
Expand Down
121 changes: 0 additions & 121 deletions app/ante/cosmos/vesting.go

This file was deleted.

2 changes: 1 addition & 1 deletion app/ante/evm/fee_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
errorsmod "cosmossdk.io/errors"
sdkmath "cosmossdk.io/math"

anteutils "github.com/ExocoreNetwork/exocore/app/ante/utils"
sdk "github.com/cosmos/cosmos-sdk/types"
errortypes "github.com/cosmos/cosmos-sdk/types/errors"
authante "github.com/cosmos/cosmos-sdk/x/auth/ante"
anteutils "github.com/evmos/evmos/v14/app/ante/utils"
evmostypes "github.com/evmos/evmos/v14/types"
"github.com/evmos/evmos/v14/x/evm/types"
)
Expand Down
143 changes: 0 additions & 143 deletions app/ante/evm/vesting.go

This file was deleted.

Loading

0 comments on commit 76a739d

Please sign in to comment.