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

EVM: Remove hardcoded private key form Ethereum RPC #571

Merged
merged 5 commits into from
Jul 27, 2023

Conversation

bkolad
Copy link
Member

@bkolad bkolad commented Jul 26, 2023

Description

This PR introduces the following changes:

  1. Removes a hardcoded private key from the Ethereum rpc (now the key is passes as parameter)
  2. Reorganizes demo-rollup/main.rs: the RPC registration logic was moved to separate methods.

Linked Issues

Testing

No tests were added.

Docs

No changes in the docs.

@bkolad bkolad marked this pull request as ready for review July 26, 2023 11:31
@bkolad bkolad requested a review from citizen-stig July 27, 2023 07:03
@bkolad bkolad merged commit 0ef438a into nightly Jul 27, 2023
13 checks passed
@bkolad bkolad deleted the blaze/evm_sov_priv_key branch July 27, 2023 10:24
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.

EVM: Pass sov private key as a dpendency in eth_sendRawTransaction endpoint
2 participants