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

Support Infura in onboard.py #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxholloway
Copy link

Why?

There have been a number of issues () where people cannot use the account_signTypedData on geth nodes. This is an issue, since Infura runs on geth. This causes problems in the Stark key generation step, as client.onboarding.derive_stark_key() specifically throws this error.

What?

I have found that this problem can be circumvented by explicitly passing the ethereum private key into the dydx Client() constructor. I have modified the existing examples/onboard.py to reflect this change.

Testing

This ran fine locally after filling in values for ETHEREUM_PRIVATE_KEY and WEB_PROVIDER_URL and running python3 onboard.py.

Copy link

@cirethic cirethic left a comment

Choose a reason for hiding this comment

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

Hi, I just wondering how safe it is by passing the eth private key directly to the dydx client?

@maxholloway
Copy link
Author

Hi, I just wondering how safe it is by passing the eth private key directly to the dydx client?

All of the signing happens offline, so there's no risk introduced by the dydx client. It's precisely as secure as the machine it's running on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants