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

Remove serialization from consensus #924

Merged
merged 7 commits into from
Apr 22, 2019
Merged

Remove serialization from consensus #924

merged 7 commits into from
Apr 22, 2019

Commits on Apr 14, 2019

  1. Remove serialization from consensus

    Consensus now only cares about Merkleisation (i.e. `hash_tree_root`), not about serialization (i.e. `serialize`). This simplifies consensus code by a few tens of lines, is conceptually cleaner, and is more future proof.
    
    A corresponding change is required in the deposit contract.
    JustinDrake committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    9eba123 View commit details
    Browse the repository at this point in the history
  2. Update 0_beacon-chain.md

    JustinDrake committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    a25c436 View commit details
    Browse the repository at this point in the history
  3. Update 0_beacon-chain.md

    JustinDrake committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    b6b82ae View commit details
    Browse the repository at this point in the history
  4. Adjust tests

    hwwhww committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    084919e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

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

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    5744fef View commit details
    Browse the repository at this point in the history
  2. lint

    djrtwo committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    d648b09 View commit details
    Browse the repository at this point in the history