Skip to content

Commit

Permalink
feat(halo/evmstaking2): add stub EvmEventProcessor impl for keeper (#…
Browse files Browse the repository at this point in the history
…2543)

- rename proto type (singular <> plural)
- add stub `EvmEventProcessor` implementation for evmstaking2 keeper
- initialize the keeper
- add basic implementation for `Deliver`

issue: #2525
  • Loading branch information
chmllr authored Nov 22, 2024
1 parent 1e52033 commit f6b9307
Show file tree
Hide file tree
Showing 7 changed files with 460 additions and 331 deletions.
163 changes: 163 additions & 0 deletions halo/evmstaking2/keeper/evmstaking.cosmos_orm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

162 changes: 162 additions & 0 deletions halo/evmstaking2/keeper/evmstaking.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import "octane/evmengine/types/tx.proto";

option go_package = "halo/evmstaking2/keeper";

// EVMEvents is a list of unparsed EVM events.
message EVMEvents {
// EVMEvent is an unparsed EVM event.
message EVMEvent {
option (cosmos.orm.v1.table) = {
id: 1;
primary_key: { fields: "id", auto_increment: true }
Expand Down
Loading

0 comments on commit f6b9307

Please sign in to comment.