-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] 340 add handling for non recoverable stellar submission errors (#…
…391) * Moved cache population from send_to_address to submit_transaction function * Added draft implementation for error handling * removed pub visibility modifier from submit_transaction * Made struct fields public * Changed submit_transaction function * Fixed unit test. Added mocktopus to Cargo.toml * Update Cargo.lock * Refactor code * Added draft implementation for error handling * re-add again Adel's code * cargo fmt * incorporate Marcel's changes * cleanup after rebase * apply changes * update resubmission code * add test cases * update test cases and some functions * remove stray println * increase loop time interval * increase loop time interval * remove the "break", as we want it to loop endlessly * add logs and update the auto checker * cleanup logs * https://github.com/pendulum-chain/spacewalk/actions/runs/6732117257/job/18298175427#step:10:39 * removed the idea of auto-check; immediately just delete from cache; #391 (comment), #391 (comment), #391 (comment), #391 (comment), #391 (comment), #391 (comment), #391 (comment) * update unfinished comment * update unfinished commenthttps://github.com/pendulum-chain/spacewalk/actions/runs/6743040605/job/18330206794?pr=391#step:9:152 * https://github.com/pendulum-chain/spacewalk/actions/runs/6743411899/job/18387709725#step:11:12 * https://github.com/pendulum-chain/spacewalk/actions/runs/6768409960/job/18392787715?pr=391#step:12:665 * #391 (comment), #391 (comment), #391 (comment), #391 (comment), #391 (comment), #391 (comment) * https://github.com/pendulum-chain/spacewalk/actions/runs/6822042466/job/18553402505?pr=391#step:10:56 * https://github.com/pendulum-chain/spacewalk/actions/runs/6846493065/job/18613198292?pr=391#step:10:41 * cargo fmt --------- Co-authored-by: Marcel Ebert <[email protected]> Co-authored-by: b-yap <[email protected]>
- Loading branch information
1 parent
479ec0e
commit 82f9e43
Showing
17 changed files
with
1,125 additions
and
418 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.