-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use configured client options in
assign_new_chain_to_key
. (#3254)
## Motivation In `assign_new_chain_to_key` we need a temporary `Client` instance tracking the new chain and its parent. We currently set all options to their defaults. ## Proposal Use the configured options instead. ## Test Plan This should at best negligibly change performance when assigning a key to a new chain. CI will catch regressions. ## Release Plan - Nothing to do / These changes follow the usual release cycle. ## Links - Closes #3237 - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
- Loading branch information
Showing
2 changed files
with
43 additions
and
31 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