-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridges: Making relayer compatible with runtime upgrades #4256
base: master
Are you sure you want to change the base?
Commits on Apr 22, 2024
-
added RelayerVersion struct + compatible relayer version constant to …
…pallet_bridge_grandpa + tests to ensure GRANDPA relayer compatibility
Configuration menu - View commit details
-
Copy full SHA for 98db78f - Browse repository at this point
Copy the full SHA 98db78fView commit details -
generate_bridge_reject_obsolete_headers_and_messages now uses a set o…
…f filters to generate signed extension identifier + renamed refund extensions to "ComplexRefund" - we will change it in upcoming upgrade
Configuration menu - View commit details
-
Copy full SHA for 044242d - Browse repository at this point
Copy the full SHA 044242dView commit details -
added compatible relayer version constant to pallet_bridge_parachains…
… + tests to ensure parachains relayer compatibility
Configuration menu - View commit details
-
Copy full SHA for 94cb11d - Browse repository at this point
Copy the full SHA 94cb11dView commit details -
added compatible relayer version constant to pallet_bridge_messages +…
… tests to ensure messages relayer compatibility
Configuration menu - View commit details
-
Copy full SHA for 7a02460 - Browse repository at this point
Copy the full SHA 7a02460View commit details -
added runtime API to query compatible relayers version. Once runtimes…
… are upgraded to metadata v15, we will be able to fetch that using regural state_metadata call (given that we will be able to parse metadata from rust code)
Configuration menu - View commit details
-
Copy full SHA for 3a0767d - Browse repository at this point
Copy the full SHA 3a0767dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c09d2ac - Browse repository at this point
Copy the full SHA c09d2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc6e3d3 - Browse repository at this point
Copy the full SHA bc6e3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bb551 - Browse repository at this point
Copy the full SHA 39bb551View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0fff5 - Browse repository at this point
Copy the full SHA ca0fff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1dbe5 - Browse repository at this point
Copy the full SHA ea1dbe5View commit details -
make relayer version an Option<_> until all chains will migrate to ne…
…w versioning scheme
Configuration menu - View commit details
-
Copy full SHA for b698ab1 - Browse repository at this point
Copy the full SHA b698ab1View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00a14cb - Browse repository at this point
Copy the full SHA 00a14cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3569d - Browse repository at this point
Copy the full SHA 2f3569dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f973f81 - Browse repository at this point
Copy the full SHA f973f81View commit details -
updated RelayerVersion documentation to support multiple running rela…
…yer versions (see paritytech/parity-bridges-common#2891 for request)
Configuration menu - View commit details
-
Copy full SHA for af38849 - Browse repository at this point
Copy the full SHA af38849View commit details -
change ensure_relayer_compatibility behavior to abort relayer if we a…
…re running an older version
Configuration menu - View commit details
-
Copy full SHA for f16296d - Browse repository at this point
Copy the full SHA f16296dView commit details -
include pallet name, pallet storage version and runtime state trie ve…
…rsion into bridge version
Configuration menu - View commit details
-
Copy full SHA for 96908f5 - Browse repository at this point
Copy the full SHA 96908f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb8f1c9 - Browse repository at this point
Copy the full SHA eb8f1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9680bd8 - Browse repository at this point
Copy the full SHA 9680bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596b8aa - Browse repository at this point
Copy the full SHA 596b8aaView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf037a6 - Browse repository at this point
Copy the full SHA bf037a6View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43c49e1 - Browse repository at this point
Copy the full SHA 43c49e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b5375 - Browse repository at this point
Copy the full SHA d3b5375View commit details
Commits on May 3, 2024
-
- change the way BridgeRejectObsoleteHeadersAndMessages::IDENTIFIE is…
… generated; - change RelayerVersion comparison in relayer - only `manual` field matters; - fixed merge damage and updated versions
Configuration menu - View commit details
-
Copy full SHA for d7297ca - Browse repository at this point
Copy the full SHA d7297caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa3aea - Browse repository at this point
Copy the full SHA 4fa3aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b32b3 - Browse repository at this point
Copy the full SHA 54b32b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 510c903 - Browse repository at this point
Copy the full SHA 510c903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7590930 - Browse repository at this point
Copy the full SHA 7590930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ec6fa - Browse repository at this point
Copy the full SHA 81ec6faView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e8fbb3 - Browse repository at this point
Copy the full SHA 2e8fbb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ca322 - Browse repository at this point
Copy the full SHA e5ca322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a548e2 - Browse repository at this point
Copy the full SHA 2a548e2View commit details