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

sealing halt on exec fork #178

Merged
merged 40 commits into from
Dec 3, 2020

Commits on Nov 2, 2020

  1. added height to error msg for inconsistent blocks

    Alexander Hentschel committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a97d504 View commit details
    Browse the repository at this point in the history
  2. fixed typo in error msg

    Alexander Hentschel committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    0b7ae9a View commit details
    Browse the repository at this point in the history
  3. refactored temporary sanity checks into its own method to no bloat ma…

    …in business logic
    Alexander Hentschel committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    8682f5f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. unit tests for consensus.Builder updated and extended

    Alexander Hentschel committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    9ad30da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8624f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Update module/builder/consensus/builder.go

    Co-authored-by: Leo Zhang <zhangchiqing@gmail.com>
    Alexander Hentschel and zhangchiqing committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    0c84641 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. wip

    Alexander Hentschel committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    fb21a73 View commit details
    Browse the repository at this point in the history
  2. cleanup; first algorithmic draft completed; still needs testing

    Alexander Hentschel committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    8da45d3 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Alexander Hentschel committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b82c533 View commit details
    Browse the repository at this point in the history
  4. code cleaning and polishing

    Alexander Hentschel committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c075e73 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. restructured unittest fixtures to avoid naming collision

    Alexander Hentschel committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    9662906 View commit details
    Browse the repository at this point in the history
  2. wip

    Alexander Hentschel committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f1742a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    f186c66 View commit details
    Browse the repository at this point in the history
  2. wip

    Alexander Hentschel committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    36a3ec5 View commit details
    Browse the repository at this point in the history
  3. rough draft for execution fork suppressor: compiles but still needs t…

    …esting
    Alexander Hentschel committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7269be8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. implementing tests (interim commit)

    Alexander Hentschel committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    94288ff View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. completed implementation and tests

    Alexander Hentschel committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    bcd4f3d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. shortened naming

    Alexander Hentschel committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    5de72e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4c7ad View commit details
    Browse the repository at this point in the history
  3. updated EpochBuilder to new fixtures

    Alexander Hentschel committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    4bd114e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. extended Builder tests

    Alexander Hentschel committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    0c1f245 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. linted code

    Alexander Hentschel committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    278b470 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    0df7cce View commit details
    Browse the repository at this point in the history
  2. integrated ExecForkSuppressor

    Alexander Hentschel committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4524714 View commit details
    Browse the repository at this point in the history
  3. removed logic from builder that now is in ExecStateSupressor

    Alexander Hentschel committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    d61f61f View commit details
    Browse the repository at this point in the history
  4. cleanup

    Alexander Hentschel committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    7c48153 View commit details
    Browse the repository at this point in the history
  5. removed test for conflicting seals as this is now handled by ExecFork…

    …Suppressor
    Alexander Hentschel committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6fc4c6a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    a6f3aa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. interim commit

    Alexander Hentschel committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2d0fef0 View commit details
    Browse the repository at this point in the history
  2. cleanup

    Alexander Hentschel committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    e1006ad View commit details
    Browse the repository at this point in the history
  3. fixed main

    Alexander Hentschel committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0e7af9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab67a1b View commit details
    Browse the repository at this point in the history
  5. comments on builder unittests

    Alexander Hentschel committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    33de9d9 View commit details
    Browse the repository at this point in the history
  6. fixed outdated comment on builder unittest TestPayloadSealOnlyFork

    Alexander Hentschel committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    addcb4b View commit details
    Browse the repository at this point in the history
  7. changed local executionForkErr to be non-exported

    Alexander Hentschel committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    49fb4a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Rolled back my changes to incorporated_result.go

    Alexander Hentschel committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d14a1e7 View commit details
    Browse the repository at this point in the history
  2. addressed reviewers comments (part 1)

    Alexander Hentschel committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2b6e669 View commit details
    Browse the repository at this point in the history
  3. addressed reviewers comments (part 2)

    Alexander Hentschel committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d798b6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a9d171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ded2bf View commit details
    Browse the repository at this point in the history