Draft
Conversation
…ock because of verification
- omitted any forks - alloc is very basic - validators are static
- omitted any forks - alloc is very basic - validators are static
- omitted any forks - alloc is very basic - validators are static - added dump from parity block 0
- omitted any forks - alloc is very basic - validators are static - added dump from parity block 0 - added basic struct for test and done go mod vendor to be able to run tests
- added parityChainSpec
- added parityChainSpec - moved to `bindings` package
- added parityChainSpec - moved to `bindings` package - some panic, lets resolve it
- added parityChainSpec - moved to `bindings` package - no more panic
- added parityChainSpec - moved to `bindings` package - no more panic - consider do not break naming convention
- added parityChainSpec - moved to `bindings` package - no more panic - consider do not break naming convention - it should work, lets test that e2e
- added parityChainSpec - moved to `bindings` package - no more panic - consider do not break naming convention - it should work, lets test that e2e
- added parityChainSpec - moved to `bindings` package - no more panic - consider do not break naming convention - it should work, lets test that e2e - injected block 0 from parity outcome
- 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`
atif-konasl
reviewed
Nov 4, 2020
| ts := header.Time | ||
|
|
||
| step := ts / a.config.Period | ||
| println(header.Number.Uint64()) |
| @@ -0,0 +1,326 @@ | |||
| // Copyright 2017 The go-ethereum Authors | |||
There was a problem hiding this comment.
@blazejkrzak i think, we do not need this file because we do not take any snapshot for checkpointing. I guess, this feature is used for clique and we just copy and paste it when i ported from goerli
Author
There was a problem hiding this comment.
good point, lets check it out
removed aura-genesis.json
Feature/04/puppeth integration
Now we can handle std headers and aura headers at once
522531f to
b64f831
Compare
Fix: Panic from parity sync
…cache Fix invalid header from cache
Fixed invalid header delivery and wrong difficulty
Author
|
@atif-konasl why have you closed that? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is against master, because we want to track epic branch changeset.
Epic branch is treated as current upstream before we acheive state, when we can merge to
go-ethereumrepository.