darwinia-network / bridger

Relayer client implementation for Darwinia LCMP protocols.
https://rust-docs.darwinia.network/bridger
GNU General Public License v3.0
11 stars 10 forks source link

Unnecessary transactions #554

Closed furoxr closed 1 year ago

furoxr commented 1 year ago

Running ethv2 bridger from scratch may cause unnecessary transactions, since bridger tries to sign the ecdsa events from the beginning by default: unnecessary transactions

image

And adding a procedure to skip the unnecessary events could solve this issue.