snowbridge
snowbridge copied to clipboard
A trustless bridge between Polkadot and Ethereum
- stores last synced block number in the basic and incentivized channel - relayer should backfill messages as they their headers are synced (todo)
- Stores last finalized header hash on beacon client - Reads the above in relayer - Syncs from the last finalized header Resolves: [SNO-292](https://linear.app/snowfork/issue/SNO-292/relayer-and-beacon-client-should-support-syncing-from-last-synced-slot) Note: Message verification backfill will be...
Resolves: SNO-281 Added a base fee and tip multiplier. If either of these are specified the code will estimate these based on the default behavior in `go-ethereum` (See SNO-281 for...
This switches from Ethereum PoW to PoS verification. 🥳 Keeping in draft until Rococco deploy.
Resolves: SNO-185
It's currently using identity fee for xcm: type Trader = UsingComponents; This is likely to mean the same fees as the relay chain. In all likelyhood parachains don't need as...
In theory, Solidity apps could potentially send a message (dispatchable call) to our parachain with an abnormally high weight. Executing these messages could result in huge fees for the relayer,...
Resolves: https://linear.app/snowfork/issue/SNO-140/upgrade-make-xcm-transferts-scripts-to-v2