-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: PRT Block Hash Retry Archive After Redesign Part 3 - Add Cachin…
…g Logic to successful attempts (#1731) * feat: PRT Block Hash Retry Archive * fix deref * feat: PRT-Block-Hash-Cache-after-redesign-part-2 * fix lint * WIP * Part 2 complete? * fix lint * WIP * apply archive only on 2nd relay. * using parse msg to create a new protocol message with archive. * lint * removing sdk tests * feature is done? * ocd * fix test * Feature finished + tests * setting finalized so we cache for longer hashes that are archive. * fix test * remove extensions from all flows and save RouterKey in singleConsumerSession * version merge * rename function for better description on functionality * bigger consistency timeout to succeed on actions * adding initialized flag * append existing extensions to archive * WIP * finished state machine * fix nil deref * fix tests * increase timeout * fix possible race on protocol message during async code * add comments and rename * claude is great * rename * update function * adding upgrade functionality and state change * LINTUSH * add used default value * fix bug * fix edge cases * more info --------- Co-authored-by: omerlavanet <omer@lavanet.xyz> Co-authored-by: Omer <100387053+omerlavanet@users.noreply.github.com>
- Loading branch information
1 parent
c9c52cb
commit f41ce88
Showing
14 changed files
with
434 additions
and
103 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.