-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: thread new blockheight expiry strategy through `sendAndConfirmT…
…ransaction` (#25227) * chore: extract expirable blockhash record into its own type * fix: the local latest blockhash cache now fetches and stores lastValidBlockHeight * fix: allow people to supply a confirmation strategy to sendAndConfirmRawTransaction * test: upgrade RPC helpers to use blockheight confirmation method * test: patch up tests to use blockheight based confirmation strategy * fix: eliminate deprecated construction of Transaction inside simulateTransaction * test: eliminate deprecated constructions of Transaction in tests
- Loading branch information
1 parent
d07e47c
commit ad38806
Showing
7 changed files
with
172 additions
and
72 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
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.