Skip to content

Fix bridge tests#8900

Merged
bkontur merged 12 commits intomasterfrom
fix-bridge-tests
Jun 19, 2025
Merged

Fix bridge tests#8900
bkontur merged 12 commits intomasterfrom
fix-bridge-tests

Conversation

@antkve
Copy link
Copy Markdown
Contributor

@antkve antkve commented Jun 18, 2025

Fixes: #8800

Description

Fixing bridges integration tests by setting up pool

Comment thread bridges/testing/environments/rococo-westend/bridges_rococo_westend.sh Outdated
Comment thread bridges/testing/framework/utils/bridges.sh Outdated
antkve and others added 2 commits June 18, 2025 16:38
Comment thread bridges/testing/framework/utils/bridges.sh Outdated
Comment thread bridges/testing/framework/utils/generate_hex_encoded_call/index.js Outdated
Comment thread bridges/testing/framework/utils/generate_hex_encoded_call/index.js Outdated
Comment thread bridges/testing/environments/rococo-westend/bridges_rococo_westend.sh Outdated
@bkontur bkontur marked this pull request as ready for review June 18, 2025 22:12
@bkontur bkontur added R0-no-crate-publish-required The change does not require any crates to be re-published. T15-bridges This PR/Issue is related to bridges. labels Jun 18, 2025
@bkontur bkontur enabled auto-merge June 18, 2025 22:13
@bkontur bkontur added this pull request to the merge queue Jun 19, 2025
true
# create foreign asset pool
create_pool \
"ws://127.0.0.1:9910" \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to use variables here instead of raw addresses ? like "${WESTEND_RPC_URL}" vs "ws://127.0.0.1:9910" so its clear which chain this is targetting

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karolk91 actually, a very good point :), yes, we could do this, but I am also thinking about rewriting this scripts to PAPI, so I would keep it this way for now

Merged via the queue into master with commit 7d87565 Jun 19, 2025
244 checks passed
@bkontur bkontur deleted the fix-bridge-tests branch June 19, 2025 08:33
10000000000 \
true
# create foreign asset pool
create_pool \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antkve Anthony, cool, create_pool / add_liquidity works, but I think we need here more fixes for polkadot-sdk, please port the changes from here polkadot-fellows/runtimes#764 to the polkadot-sdk

alvicsam pushed a commit that referenced this pull request Oct 17, 2025
Fixes: #8800

# Description
Fixing bridges integration tests by setting up pool

---------

Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R0-no-crate-publish-required The change does not require any crates to be re-published. T15-bridges This PR/Issue is related to bridges.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Bridges zombienet tests

4 participants