mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-12 14:13:07 +00:00
The DeployProgram command previously submitted the transaction and immediately returned success, even if the sequencer rejected it. Now it polls get_transaction_by_hash until the transaction appears in a block, exiting non-zero with a clear error message after a 30s timeout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>