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

Integrate with eigensdk wallet #19

Merged
merged 4 commits into from
Mar 18, 2024
Merged

Integrate with eigensdk wallet #19

merged 4 commits into from
Mar 18, 2024

Conversation

ian-shim
Copy link
Contributor

This PR integrates EigenSDK wallet so that transactions can be sent using either a EOA with a private key or a Fireblocks MPC wallet.
It should be updated to identify correct sender and locally tested after Layr-Labs/eigensdk-go#154 is merged.

main.go Outdated Show resolved Hide resolved
@ian-shim ian-shim marked this pull request as ready for review March 15, 2024 04:26
avssync.go Outdated Show resolved Hide resolved
avssync.go Outdated Show resolved Hide resolved
flags.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
Copy link
Contributor

@samlaf samlaf left a comment

Choose a reason for hiding this comment

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

LGTM. One debug statement I'm not sure if you actually meant to leave in, but otherwise feel free to merge :)

if err != nil {
return fmt.Errorf("Cannot get sender address: %w", err)
}
logger.Infof("Sender address: %s", sender.Hex())
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this needed, or was this only used for debugging?
Or should this be at the debug level?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I left it at info level because it seemed useful enough and it's logged only once at initialization

@ian-shim ian-shim merged commit 98723bb into master Mar 18, 2024
1 check passed
@ian-shim ian-shim deleted the hot-wallet branch March 18, 2024 15:39
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