Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

feat(core): expose genesis and private key in Geth #2091

Merged
merged 3 commits into from
Jan 30, 2023

Conversation

Rjected
Copy link
Contributor

@Rjected Rjected commented Jan 30, 2023

Motivation

While the genesis and clique_private_key fields are exposed in Geth, they can't be accessed once the GethInstance is spawned.

Solution

This exposes the genesis and clique_private_key fields in GethInstance.

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog
  • Breaking changes

 * expose the genesis and clique_private_key fields in GethInstance
 * add tests which initialize geth with clique_private_key, making sure
   the genesis and clique_private_key fields are exposed on the
   GethInstance
@gakonst gakonst merged commit 9ebc5b3 into gakonst:master Jan 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants