-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Description
currently gentx events are dropped:
Lines 15 to 23 in ce68724
| 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels