Skip to content

Feature/04/puppeth integration #32

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

Merged
merged 8 commits into from
Nov 5, 2020

Conversation

blazejkrzak
Copy link

This changes allowed me to spin up 3-nodes go-ethereum network in aura engine via puppeth with this genesis:

{
  "config": {
    "chainId": 6288,
    "homesteadBlock": 0,
    "eip150Block": 0,
    "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "eip155Block": 0,
    "eip158Block": 0,
    "aura": {
      "period": 5,
      "epoch": 500,
      "authorities": [
        "0x6ea692cc57771de1c35c390d07f056d9cbd9e9d6",
        "0x1556c8746531e7a0b74d66586bdc6d399a336a97",
        "0xf4a69e7aa5c6a785ab072a2c934298d2a8b85dea"
      ],
      "difficulty": 131072,
      "signatures": null
    }
  },
  "nonce": "0x0",
  "timestamp": "0x0",
  "extraData": "0x",
  "gasLimit": "0x222222",
  "difficulty": "0x20000",
  "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "coinbase": "0x0000000000000000000000000000000000000000",
  "alloc": {
    "0000000000000000000000000000000000000001": {
      "balance": "0x1"
    },
    "0000000000000000000000000000000000000002": {
      "balance": "0x1"
    },
    "0000000000000000000000000000000000000003": {
      "balance": "0x1"
    },
    "0000000000000000000000000000000000000004": {
      "balance": "0x1"
    },
    "ea294b897567b3a677c499a051e9032d52bd7347": {
      "balance": "0x21e19e0c9bab2400000"
    }
  },
  "number": "0x0",
  "gasUsed": "0x0",
  "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "seal": {
    "signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
  }
}

- genesis is created from wizard_genesis.go
- genesis is created from wizard_genesis.go
- added module node with image handling
- genesis is created from wizard_genesis.go
- added module node with image handling
- nodes authorize before starting to seal in clique and aura
- genesis is created from wizard_genesis.go
- added module node with image handling
- nodes authorize before starting to seal in clique and aura
- time after implemented, not time.sleep
- genesis is created from wizard_genesis.go
- added module node with image handling
- nodes authorize before starting to seal in clique and aura
- time after implemented, not time.sleep
- todo: Timestamp in block is 0, look for `TODO: WTF?`
- genesis is created from wizard_genesis.go
- added module node with image handling
- nodes authorize before starting to seal in clique and aura
- time after implemented, not time.sleep
TODO: revert `authorize before starting to seal in clique and aura`
removed aura-genesis.json
@blazejkrzak blazejkrzak force-pushed the feature/04/puppeth-integration branch from f49770c to 9c8d22b Compare November 5, 2020 12:03
@blazejkrzak blazejkrzak self-assigned this Nov 5, 2020
@blazejkrzak blazejkrzak added the enhancement New feature or request label Nov 5, 2020
@blazejkrzak blazejkrzak linked an issue Nov 5, 2020 that may be closed by this pull request
@blazejkrzak blazejkrzak merged commit b64f831 into epic/aura-consensus Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Puppeth integration
1 participant