chore: stellar and hedera scripts#1348
Open
Deiadara wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
why
Had to manually construct proof for hedera so I documented the process, also updated the stellar script and readme which was outdated.
how
Note
Low Risk
Mostly documentation and developer scripts; the only behavior change is a small CLI argument/default tweak for Stellar
change-trustwith limited blast radius.Overview
Adds a new runbook (
evm/docs/manual-proof-construction.md) describing how to manually unblock stuck Amplifier hub-routed messages by constructing a MultisigProver proof, polling for completion, submitting it to the destination EVM gateway, and optionally manually callingITS.execute()(includes a Hedera testnet worked example and session-id quoting gotcha).Introduces
scripts/construct-proof-hedera.js, a self-contained script that triggersconstruct_prooffor a specific axelar→hedera message, extracts/normalizes themultisig_session_id, and polls until the proof is completed.Fixes Stellar tooling/docs by making
stellar/token-utils.js change-trustaccept an optional[limit](defaulting to1000000000) and aligning thestellar/README.mdexample accordingly.Written by Cursor Bugbot for commit fbf2635. This will update automatically on new commits. Configure here.