rooch-network / rooch

VApp Container with Move Language
https://rooch.network
Apache License 2.0
138 stars 63 forks source link

transactions.tx_hash repeat #1898

Open jolestar opened 2 weeks ago

jolestar commented 2 weeks ago

2024-06-16T20:57:53.740718Z ERROR rooch_pipeline_processor::actor::processor: Update indexer error: Failed to write transactions to SQLiteDB: Indexer failed to write SQLiteDB with error:UNIQUE constraint failed: transactions.tx_hash``

jolestar commented 1 week ago

If the L1Block tx fails, the relayer tries to execute it again, but the L1Block tx hash remains the same. We need to refactor the L1Block tx hash function.