pendulum-chain / pendulum-chain/vortex
Add Parachain status check to pre-flight
Open
@gianfra-t is already working on this.
Since Jul 29, 2025.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 5
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 33
Description
Description and potential addition
Recently an off-ramp failed at the RequestRedeem stage due to the Oracle being offline, and the redeem extrinsic failing with security.ParachainNotRunning. Furthermore, since the extrinsic was executed but failed, there is no way to recover these funds by re-executing it again.
This can actually be checked on initialization of the app (or in the backend and append to the status), and avoid starting off-ramps that will fail for certain.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.