Skip to content

gentx events #25984

@benluelo

Description

@benluelo

currently gentx events are dropped:

func (ba *BaseApp) ExecuteGenesisTx(tx []byte) error {
res := ba.deliverTx(tx, nil, nil, -1, nil)
if res.Code != types.CodeTypeOK {
return errors.New(res.Log)
}
return nil
}

this makes it difficult to build indexing solutions that solely use events for tracking chain state. is there any way to read these events?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions