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
This PR (#1181) introduced a breaking change: all wallet creation methods now require a provider instance.
For me it looks like that provider should not be necessary for such methods, cause a wallet is just a key pair, to create one, you don't need any chain parameters.
Author of the PR refers to the Rust SDK, but in Rust SDK provider is optional.
This issue is a suggestion to make the provider parameter optional again. Are the any pitfalls which do not allow to do this?
This PR (#1181) introduced a breaking change: all wallet creation methods now require a provider instance.
For me it looks like that provider should not be necessary for such methods, cause a wallet is just a key pair, to create one, you don't need any chain parameters.
Author of the PR refers to the Rust SDK, but in Rust SDK provider is optional.
This issue is a suggestion to make the provider parameter optional again. Are the any pitfalls which do not allow to do this?
Note
The text was updated successfully, but these errors were encountered: