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

when the affirm returns an error, we can't re-affirm the block #212

Closed xiaoch05 closed 3 years ago

xiaoch05 commented 3 years ago

[2021-07-28T05:58:03Z TRACE task_pangolin_ropsten::service::relay] The last confirmed ethereum block is 10708900 [2021-07-28T05:58:03Z TRACE task_pangolin_ropsten::service::relay] You do not need to affirm ethereum block 10722954

Before we tried to affirm 10722954 but failed. Then we can't affirm it again, even the bridger restarted.

hackfisher commented 3 years ago

Fixed in https://github.com/darwinia-network/bridger/pull/213/files#diff-bf8e2454294d33dcbd64f1f90d6d07e4fcbce77c5019435714fa4fc738d00a36R181