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

Load chain config from file #5694

Merged
merged 59 commits into from
May 5, 2020
Merged

Load chain config from file #5694

merged 59 commits into from
May 5, 2020

Commits on Apr 30, 2020

  1. load chain config from file

    shayzluf committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    048ba7a View commit details
    Browse the repository at this point in the history
  2. revert flag name change

    shayzluf committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d588ab0 View commit details
    Browse the repository at this point in the history
  3. add dependencies to image

    shayzluf committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ed92bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f23d85 View commit details
    Browse the repository at this point in the history
  5. Update shared/cmd/flags.go

    Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
    shayzluf and farazdagi authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    1691775 View commit details
    Browse the repository at this point in the history
  6. Update beacon-chain/main.go

    Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
    shayzluf and farazdagi authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    3b531e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feef5d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cae5f6f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    5c0c400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da564a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b60409c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf74332 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e65c6ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5240ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a87c10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    246e39c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    4649b49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5c70f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c44eda7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    49484c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'yaml_chain_config' of github.com:prysmaticlabs/prysm in…

    …to yaml_chain_config
    
    # Conflicts:
    #	beacon-chain/main.go
    shayzluf committed May 3, 2020
    Configuration menu
    Copy the full SHA
    e33255d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'yaml_chain_config' of github.com:prysmaticlabs/prysm in…

    …to yaml_chain_config
    
    # Conflicts:
    #	beacon-chain/main.go
    shayzluf committed May 3, 2020
    Configuration menu
    Copy the full SHA
    4dd7b61 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    5b4ac97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319efb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4ae1cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    994c933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf11aca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20fab1f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    24e4537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0363c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9adf112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227af7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a318a61 View commit details
    Browse the repository at this point in the history
  6. move to node package

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    5efedc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60c50dd View commit details
    Browse the repository at this point in the history
  8. gaz

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    5e8cb1a View commit details
    Browse the repository at this point in the history
  9. added contract address case

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7a28699 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e58c6d View commit details
    Browse the repository at this point in the history
  11. fix key name issue

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    6df99ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef50062 View commit details
    Browse the repository at this point in the history
  13. add tests

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2302d1e View commit details
    Browse the repository at this point in the history
  14. gaz

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    424aab4 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' of github.com:prysmaticlabs/prysm into yaml_cha…

    …in_config
    
    # Conflicts:
    #	shared/testutil/spectest.go
    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    0963ab5 View commit details
    Browse the repository at this point in the history
  16. add 1 byte handling

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    23ab4a1 View commit details
    Browse the repository at this point in the history
  17. change to fatal

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    21f0ead View commit details
    Browse the repository at this point in the history
  18. add config printout

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7e69729 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2a6b3eb View commit details
    Browse the repository at this point in the history
  20. revert main changes

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    85b8db1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b302765 View commit details
    Browse the repository at this point in the history
  22. revert line removal

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    703d19f View commit details
    Browse the repository at this point in the history
  23. fix one byte handling

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    4520a94 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    09a2915 View commit details
    Browse the repository at this point in the history
  25. remove log

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    d6f2f2d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    86f63a6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0678344 View commit details
    Browse the repository at this point in the history
  28. change to debug

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    09991a9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    09c785c View commit details
    Browse the repository at this point in the history
  30. move helper methods

    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    cace30b View commit details
    Browse the repository at this point in the history
  31. Merge branch 'yaml_chain_config' of github.com:prysmaticlabs/prysm in…

    …to yaml_chain_config
    
    # Conflicts:
    #	beacon-chain/node/node.go
    shayzluf committed May 5, 2020
    Configuration menu
    Copy the full SHA
    b7eff0c View commit details
    Browse the repository at this point in the history