Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Konradstaniec/add configurable remote signer #37

Merged
merged 5 commits into from
Nov 25, 2024

Conversation

KonradStaniec
Copy link
Contributor

  • Adds config option to sue remote signer
  • Adds e2e test calling remote signer

@KonradStaniec KonradStaniec force-pushed the konradstaniec/add-configurable-remote-signer branch from 831fbf5 to c386ef5 Compare November 25, 2024 09:19
Copy link
Member

@gitferry gitferry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

config/config.go Outdated
@@ -46,6 +46,10 @@ type Config struct {
Metrics *MetricsConfig `group:"metrics" namespace:"metrics"`

BabylonConfig *BBNConfig `group:"babylon" namespace:"babylon"`

UseRemoteSigner bool `long:"use-remotesigner" description:"if true, covenant will use the remote signer to sign transactions"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it more common to use RemoteSignerEnabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm it indeed sounds nicer 👍

@KonradStaniec KonradStaniec merged commit cc6d93f into main Nov 25, 2024
13 checks passed
@KonradStaniec KonradStaniec deleted the konradstaniec/add-configurable-remote-signer branch November 25, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants