ChainSafe / ChainBridge

🌉 Modular Multi-Directional Blockchain Bridge to interact with Multiple Networks; Ethereum, Ethereum Classic, Substrate, based chains. Stay tuned for ChainBridge Hub!
GNU Lesser General Public License v3.0
474 stars 300 forks source link

Support for Substrate metadata v14 #748

Closed tdelabro closed 2 years ago

tdelabro commented 2 years ago

Hi,

I'm in the process of integrating your solution to our Substrate chain. But it make use of metadata v14, which are not supported by your codebase, even if the package you are using internally, github.com/centrifuge/go-substrate-rpc-client, does through it's v4. Is there a current effort on your side to support v14 ? Or should I create my own fork and rewrite part of the app so it does ?

P1sar commented 2 years ago

Hey, we are slowly moving in this direction. But there are no estimates that you can rely on. Anyway, we are not supporting this repo, for now, all development effort put into the https://github.com/ChainSafe/chainbridge-core

tdelabro commented 2 years ago

Ok thanks. Does chainbridge-core support substrate chain now ? Because the README present it like more a "on progress" thing. Can I actually use it to interact with my chain in it's current state ?

P1sar commented 2 years ago

No, the state is the same is for the old one