Skip to content

Commit 827c7ec

Browse files
yrongalistair-singhclaravanstaden
authored
Merge from V1 (#1422)
* Add support for ether (#1409) * Upgrade gateway on Sepolia for westend (#1407) * Log gateway codehash * Upgrade Gateway on Westend-Sepolia * Update indexer endpoint & Cleanup (#1411) * Ban lido token (#1412) * Fix hardcoded url (#1414) * Register Polkadot Native Assets in Control Tool (#1405) * added function to register tokens * fmt * fix build errors * clean up * more assets * fix message * more tokens * Update control/preimage/src/commands.rs --------- Co-authored-by: Clara van Staden <[email protected]> * Force rebuild (#1418) * Update with V1 bindings * Remove channel config * Remove channel * Remove topic id from InboundMessageDispatched * Format codes (#1416) * Generate delivery receipt * Revert "Remove topic id from InboundMessageDispatched" This reverts commit 7e77f49. modified: smoketest/src/helper.rs modified: web/packages/test/scripts/build-binary.sh * Fix script * Clean up unused code * Cleanup * Minor fix * Fix binding * Change storage location * Fix template --------- Co-authored-by: Alistair Singh <[email protected]> Co-authored-by: Clara van Staden <[email protected]>
1 parent 4d64e1d commit 827c7ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2519
-1443
lines changed

contracts/scripts/DeployLocalGatewayLogic.sol

Lines changed: 0 additions & 29 deletions
This file was deleted.

control/preimage/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,4 @@ westend = [
5555
"asset-hub-westend-runtime",
5656
"bridge-hub-westend-runtime",
5757
]
58-
paseo = [
59-
"paseo-runtime",
60-
"asset-hub-paseo-runtime",
61-
"bridge-hub-paseo-runtime",
62-
]
58+
paseo = ["paseo-runtime", "asset-hub-paseo-runtime", "bridge-hub-paseo-runtime"]

0 commit comments

Comments
 (0)