Skip to content

Commit

Permalink
Merge branch 'main' into jeremy/immunifi-34992
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 committed Sep 23, 2024
2 parents da3f44c + 5081dc1 commit aa7a702
Show file tree
Hide file tree
Showing 6 changed files with 779 additions and 48 deletions.
1 change: 1 addition & 0 deletions baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ func (app *BaseApp) DeliverTx(ctx sdk.Context, req abci.RequestDeliverTx, tx sdk
evmErr := sdkerrors.Wrap(sdkerrors.ErrEVMVMError, result.EvmError)
res.Codespace, res.Code, res.Log = sdkerrors.ABCIInfo(evmErr, app.trace)
resultStr = "failed"
return
}
}
for _, hook := range app.deliverTxHooks {
Expand Down
7 changes: 7 additions & 0 deletions proto/cosmos/bank/v1beta1/bank.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,10 @@ message Metadata {
// Since: cosmos-sdk 0.43
string symbol = 6;
}

message AllowList {
option (gogoproto.equal) = true;

// Can be empty for no admin, or a valid sei address
repeated string addresses = 1 [ (gogoproto.moretags) = "yaml:\"addresses\"" ];
}
Loading

0 comments on commit aa7a702

Please sign in to comment.