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

Adding pangolin ropsten task #200

Closed hackfisher closed 3 years ago

hackfisher commented 3 years ago

Related https://github.com/darwinia-network/bridger/issues/47

Not only different runtime types, darwinia and pangolin could have different substrate dependency(and types), this could cause different client implementation if nessesary.

After https://github.com/darwinia-network/bridger/pull/190 being merged, different runtime definition and even different clients can be put in different components being used in different bridge tasks.

hackfisher commented 3 years ago

Fixed in #208