You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "creating keys for _____" step, we want to speed things up and keep them more predictable by skipping key-generation and account-funding if the account already exists.
We should maybe ship this as an upstream update in soroban keys generate, which is what is used by build_clients.rs. I've created an issue there, to see how everyone feels about this logic being included in the main CLI:
Follow-up to #42
In the "creating keys for _____" step, we want to speed things up and keep them more predictable by skipping key-generation and account-funding if the account already exists.
We should maybe ship this as an upstream update in
soroban keys generate
, which is what is used bybuild_clients.rs
. I've created an issue there, to see how everyone feels about this logic being included in the main CLI:keys generate
: don't overwrite existing account stellar/stellar-cli#1380The text was updated successfully, but these errors were encountered: