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
{{ message }}
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
This PR exposes the ability to specify a network ID when generating keys with GSRPC. We should extend the accounts generate command to allow a user to specify this when generating sr25519 (substrate) keys.
Here's where the key generation gets called by the CLI:
This PR exposes the ability to specify a network ID when generating keys with GSRPC. We should extend the
accounts generate
command to allow a user to specify this when generating sr25519 (substrate) keys.Here's where the key generation gets called by the CLI:
ChainBridge/cmd/chainbridge/account.go
Lines 354 to 359 in a92ea6f
We'll need to update this method to pass the network string:
ChainBridge/crypto/sr25519/sr25519.go
Line 21 in a92ea6f
(Probably best to use a local replace directive if the PR is still pending, issues do a replace with branch name golang/go#30851 (comment))
The text was updated successfully, but these errors were encountered: