Snowfork / snowbridge

A trustless bridge between Polkadot and Ethereum
https://docs.snowbridge.network
Apache License 2.0
289 stars 102 forks source link

Local setup for Westend #1262

Closed yrong closed 1 month ago

yrong commented 1 month ago

Requires: https://github.com/Snowfork/polkadot-sdk/pull/163

yrong commented 1 month ago

Tested the E2E tests work as expected for westend local setup.

@claravanstaden Just let you know I revert https://github.com/Snowfork/snowbridge/pull/1251 which does not apply to our forked polkadot-sdk or submit extrinsic will fail. But we can upgrade polkadot-sdk to a more recent version and add that back in another PR.

claravanstaden commented 1 month ago

@yrong I have updated https://github.com/Snowfork/polkadot-sdk with the latest from upstream. Please let me know if it resolves the gsprc issue for you. :)

yrong commented 1 month ago

Hey Clara, thanks for the upgrade. Though it still requires https://github.com/Snowfork/polkadot-sdk/pull/163/commits/c8f9fe0ccdfe581f3608d04b2eb04e61b8958a7f to include the gsprc fix.

Just tested the e2e tests work as expected.