You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: use hex for transaction digest in events (#257)
* update event indexer and txn indexer to insert txDigest as a hex string
* fix bug related to events cursor txDigest
* update events indexer test
* tidy
* block hash base58
* Misc fixes (#274)
* allow maxRetries instead of maxRetries - 1
* avoid overwriting the module name in event selector when querying for events
* update tests to skip if the DB url is not provided
* update txm confirmer test
* edit error logs
* Enhancement/allow override event offset (#295)
* firedrill contracts test
* add firedrill sanity check
* extend configs to allow overriding event offset
* add an offset override fallback for events
* remove unnecessary unlock
* ensure base58 instead of hex when parsing block and tx digest in transaction indexer
* cleanup logs
* search SourceChainConfigSet using strings instead of u64 for chain selectors
* add a database table to store transactions cursors when replaying failed transactions from transmitters
* disable firedrill sanity test
---------
Co-authored-by: Sishir Giri <[email protected]>
Co-authored-by: FelixFan1992 <[email protected]>
0 commit comments