terra-money / fcd-classic

Terra ETL + RestFul API Server
https://fcd.terra.dev/swagger
MIT License
63 stars 40 forks source link

fix(collector/tx): duplicate tx #178

Closed kjessec closed 2 years ago

kjessec commented 2 years ago

Block 7549547 on mainnet contains duplicate txs (txHash: 27DD29EE9EB19B1BBEB4785233C2D92092E6221700EBBF88C3E76421B193D04D), which would lead to creating SQL that violates the unique constraint

The fix is safe as the transaction would be processed exactly once (because of account sequencing).