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

Public networks #117

Merged
merged 19 commits into from
Mar 2, 2021
Merged

Public networks #117

merged 19 commits into from
Mar 2, 2021

Commits on Feb 17, 2021

  1. support for public networks

    * generate config is now much simpler, gets rid of argparse
    * replace zerotier in use true/false with network_type public/private/isolated
    nicolasochem committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    733ecee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ee815 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

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

Commits on Feb 23, 2021

  1. run tezos-node config init and extract bootstrap ppers

    Done as part of config-generator. It is now using the tezos container as base.
    
    remove identity generation - nodes does it
    
    temporarily change tezos container version to master - will revert
    nicolasochem committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    24f724f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. add snapshot downloader

    change ordering of init containers again to make sure they all download snapshots
    nicolasochem committed Feb 24, 2021
    1 Configuration menu
    Copy the full SHA
    5bc4c0f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    874e07c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3201f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41d3cfa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    80f62d0 View commit details
    Browse the repository at this point in the history
  2. add mkchain support

    nicolasochem committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    776653b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    5007325 View commit details
    Browse the repository at this point in the history
  2. move default protocol to edo2

    move back zerotier ip before everything to fix zerotier use case
    
    make snapshot download only happen with public mode
    nicolasochem committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    d6e33ef View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. don't put history mode in rolling if not public node

    later it will be parametrized
    nicolasochem committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4a098f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32b222e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdd4f97 View commit details
    Browse the repository at this point in the history
  4. revert custom version

    nicolasochem committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    14a9297 View commit details
    Browse the repository at this point in the history
  5. lint

    nicolasochem committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7d851b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ab21fc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. move wait-for-bootstrap back to the first init container

    do not download snapshot for nodes in isolated chains
    nicolasochem committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9fcb451 View commit details
    Browse the repository at this point in the history