interlay / interbtc-clients

interBTC Clients | Vault, Oracle, Faucet
Apache License 2.0
52 stars 30 forks source link

feat: shared relay #512

Open sander2 opened 1 year ago

sander2 commented 1 year ago

Moved the relay logic into the bitcoin crate, s.t. the parachain can reuse the logic without pulling in dependencies on the runtime crate. Because of this move, some refactoring had to be done with regards to error types and such