Overview
contract/src/stellar.rs (1285 lines) is the largest file in the crate and, despite CT-41 adding tests for its zero-coverage state, likely still treats a network timeout and a genuine Horizon-returned error (e.g. tx failed, bad sequence number) the same way for retry purposes — only the former should be retried; the latter usually shouldn't be, since retrying a rejected transaction as-is will just fail again.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
contract/src/stellar.rs(1285 lines) is the largest file in the crate and, despite CT-41 adding tests for its zero-coverage state, likely still treats a network timeout and a genuine Horizon-returned error (e.g. tx failed, bad sequence number) the same way for retry purposes — only the former should be retried; the latter usually shouldn't be, since retrying a rejected transaction as-is will just fail again.Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.