Skip to content
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

Release tracking for V0.2.0 - Polkadot m1, Queries, extras #32

Open
7 of 11 tasks
flipchan opened this issue May 8, 2024 · 2 comments
Open
7 of 11 tasks

Release tracking for V0.2.0 - Polkadot m1, Queries, extras #32

flipchan opened this issue May 8, 2024 · 2 comments
Assignees

Comments

@flipchan
Copy link
Contributor

flipchan commented May 8, 2024

Prev:
#19

Features:

Threadbag - Continuously run your scenarios
API
Latest polkadot.js dependencies
Queries, instead of the 6 pallets we promised, we support queriing all pallets and storage entries on both relay and parachains.
New XCM transfers
Templates

Supported XCM transfers:

[ ] - a

  • Rococo <> Rococo Assethub
  • Paseo(new test ) <> Paseo Assethub
  • Polkadot Assethub <> Kusama Assethub
  • [ x] Kusama <> Kusama Assethub
  • Turing <> Moonriver
  • Turing > MangataX
  • Kusama <> Turing
  • Polkadot <> Interlay
  • Polkadot <> Assethub
  • Polkaodt <> HydraDX
  • HydraDx <> Polkadot Assethub
  • [ ]
    Link to docs for each transfer

Remarks

  • System remarks
    Examples docs link

System remarks in api: XcmSend/api#36

$ curl -X POST -H "Content-Type: application/json" -d '{"chain": "polkadot", "msg": "hack the planet"}' http://localhost:8080/system-remark 
{"result":"0x4c0400073c6861636b2074686520706c616e6574"}

Swaps:

HydraDX powered swaps, support the following pools:

Tests:

@flipchan flipchan self-assigned this May 8, 2024
@flipchan
Copy link
Contributor Author

XcmSend/docusaurus#14

@flipchan
Copy link
Contributor Author

flipchan commented May 15, 2024

💥 💥 release contains breaking api changes 💥 💥 💥

Scenario

  • /create/scenario ---> /api/scenario/create
  • /scenario/info ---> /api/scenario/info
  • /scenario/info/full ---> /api/scenario/info/full
  • /scenario/info/multi ---> /api/scenario/info/multi

Actions

  • /system-remark/ ---> /api/actions/system-remark
  • /create/swap ---> /api/actions/swap/create
  • /xcm-asset-transfer ---> api/actions/xcm/asset-transfer
  • /polkadot/xcm-native-transfer ---> /api/actions/xcm/polkadot/native-transfer

HRMP

  • /polkadot/openchannels ---> /api/hrmp/polkadot/openchannels

Chain

  • /broadcast ---> /api/chain/broadcast

Template

  • /saveUrl ---> /api/template/saveUrl
  • /getUrl/:shortUrl ---> /api/template/getUrl/:shortUrl

Browse templates:
https://docs.bagpipes.io/docs/workflows/templates/intro

Webhook

  • /create/webhook ---> /api/webhook/create

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant