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

Local genesis file #181

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 26, 2021

  1. Add support for analyzing ledger (RocksDB) databases

    - Add support for restoring an archive to a named volume.
    - Add support for mounting a named volume into a `analysis` instance of the `von-network-base` image.
    - Add the `sst_dump` tool to the bin folder to support analysis of RocksDB database (`*.sst`) files.
    - Update `read_ledger` to the latest version from `indy-node`.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    6f4c168 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Upgrade to indy-node 1.12.4

    All of the updates are contained in the `bcgovimages/von-image:node-1.12-4` base image.
    Changes include updates to fix a crashing issue on node startup with large ledger sizes.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c0a5f60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#165 from WadeBarnes/backup

    Add support for backup and restore.
    swcurran authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    a50462a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6205711 View commit details
    Browse the repository at this point in the history
  4. Merge pull request bcgov#166 from WadeBarnes/node-1.12.4

    Upgrade to indy-node 1.12.4 and add ledger debug support
    swcurran authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    81bfe44 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Move sst_dump into the bcgovimages/von-image:node-1.12-4 base image

    - Fix for build issue when the sst_dump binary is included at the `von-network` level.
    - sst_dump is now included in the `bcgovimages/von-image:node-1.12-4` image.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    29b8a03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#168 from WadeBarnes/node-1.12.4

    Move sst_dump into the bcgovimages/von-image:node-1.12-4 base image
    ianco authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    4bd712a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Fixes for the recent version(s) of docker compose

    - Updates the syntax for setting logging levels and binding volumes.
    - resolves bcgov#161
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    8da3bc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#169 from WadeBarnes/docker-compose-fixes

    Fixes for the recent version(s) of docker compose
    WadeBarnes authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ff39ce7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Add support for existing and new docker compose syntax

    - Dynamically detect the version of docker compose and adjust the calling syntax appropriately.
    - resolves bcgov#170
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    654a691 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#171 from WadeBarnes/docker-compose-fixes

    Add support for existing and new docker compose syntax
    swcurran authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f041c11 View commit details
    Browse the repository at this point in the history
  3. Update the remaining direct calls to docker compose

    - A few explicit calls to docker compose were missed in the previous commit.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2e06da1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request bcgov#172 from WadeBarnes/docker-compose-fixes

    Update the remaining direct calls to docker compose
    swcurran authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    bb7b865 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Fix 'command not found' errors reported by ./manage -h

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    9ebb76e View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#175 from WadeBarnes/fix-help-txt

    Fix 'command not found' errors reported by ./manage -h
    swcurran authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    665c979 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Add documentation and examples for the indy-cli

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    c64b66b View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#178 from WadeBarnes/indy-cli-docs

    Add documentation and examples for the indy-cli
    swcurran authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    9808692 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Fix spelling mistake.

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a62547d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Add a security statement regarding seeds and keys.

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    7b02b27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#179 from WadeBarnes/master

    Add a security statement regarding seeds and keys.
    swcurran authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    bf7ac66 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Local genesis file

    Signed-off-by: Aberasturi <[email protected]>
    Aberasturi committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    504bbe8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Add generate did command.

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    076c205 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bcgov#183 from WadeBarnes/master

    Add generate did command.
    WadeBarnes authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    0f4d14e View commit details
    Browse the repository at this point in the history
  3. Add generate genesis files command.

    - Add the external (downloaded) script to the gitignore file.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6c5b62d View commit details
    Browse the repository at this point in the history
  4. Merge pull request bcgov#184 from WadeBarnes/master

    Add generate genesis files command.
    WadeBarnes authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    25a64cc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Add support for changes to internal Docker networking.

    - Networking changes introduced in Docker 4.1.x and forward on Windows and MAC stop the direct use of the internal docker host IP returned by the `docker run --rm --net=host eclipse/che-ip` process.  On Windows and MAC `host.docker.internal` needs to be used for internal connections between containers.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0ba4a1b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Updates for branch renaming.

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    38995a3 View commit details
    Browse the repository at this point in the history
  2. Post branch renaming update.

    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    da7cb9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f83136f View commit details
    Browse the repository at this point in the history
  4. Merge pull request bcgov#188 from WadeBarnes/fix/docker-updates

    Add support for changes to internal Docker networking.
    swcurran authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3e81ef6 View commit details
    Browse the repository at this point in the history
  5. Centralize docker host IP script.

    - This is an update to the previous commit to update the support for Docker networking.  The `getDockerHost` has been pulled out and placed in a central location where it can be updated as needed rather than having to update dozens of scripts the next time there is a change.
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e607473 View commit details
    Browse the repository at this point in the history
  6. Merge pull request bcgov#189 from WadeBarnes/fix/docker-updates

    Centralize docker host IP script.
    swcurran authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    4fd4702 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Add lifecycle badge

    - resolves bcgov#133
    
    Signed-off-by: Wade Barnes <[email protected]>
    WadeBarnes committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d678991 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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