Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Local Testnet command #378

Merged
merged 45 commits into from
Jul 31, 2020
Merged

Local Testnet command #378

merged 45 commits into from
Jul 31, 2020

Commits on Jul 2, 2020

  1. evm: fix non-determinism

    fedekunze committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    f481ff6 View commit details
    Browse the repository at this point in the history
  2. fixes

    fedekunze committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    e139d96 View commit details
    Browse the repository at this point in the history
  3. typo

    fedekunze committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    9601ed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    1a5991c View commit details
    Browse the repository at this point in the history
  2. fix tests

    fedekunze committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    a64afb6 View commit details
    Browse the repository at this point in the history
  3. local testnet command

    fedekunze committed Jul 7, 2020
    1 Configuration menu
    Copy the full SHA
    cacc374 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. fix testnet cmd (#383)

    fix export-eth-key
    
    generate eth type account in genesis.json file
    Holechain authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9d35880 View commit details
    Browse the repository at this point in the history
  2. merge development

    fedekunze committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    776fc27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f4fc91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f50b833 View commit details
    Browse the repository at this point in the history
  5. fixes

    fedekunze committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f21b88e View commit details
    Browse the repository at this point in the history
  6. update docker

    fedekunze committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    c36f498 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. merge development

    fedekunze committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    caa492a View commit details
    Browse the repository at this point in the history
  2. minor changes

    fedekunze committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    3e1b09b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    b4c20e1 View commit details
    Browse the repository at this point in the history
  2. fix dockerfile

    fedekunze committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    f004dc9 View commit details
    Browse the repository at this point in the history
  3. update Makefile

    fedekunze committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    0392949 View commit details
    Browse the repository at this point in the history
  4. update denoms

    fedekunze committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    cf3d14a View commit details
    Browse the repository at this point in the history
  5. update genesis file

    fedekunze committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    0495592 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    1fc38d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8545e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22f4bb View commit details
    Browse the repository at this point in the history
  4. update makefile

    fedekunze committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ab6c564 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    592dde7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    de3f05d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff3060c View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    fedekunze committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    81e95cd View commit details
    Browse the repository at this point in the history
  4. finish documentation

    fedekunze committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    184c9ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    505c17b View commit details
    Browse the repository at this point in the history
  6. update codecov

    fedekunze committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    fe11029 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed72b0d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. update testnet docs

    fedekunze committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    7b573e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8efa6ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7bea0d View commit details
    Browse the repository at this point in the history
  4. update docs

    fedekunze committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    79fd45d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. fix errors and make testnet work (#403)

    * fix errors and make testnet work
    
    * Update Dockerfile
    
    Co-authored-by: Federico Kunze <[email protected]>
    
    * wip - fix db
    
    * fixes emintd nodes and syncs nodes
    
    * starts daemon and rpc server in bg
    
    Co-authored-by: Federico Kunze <[email protected]>
    Co-authored-by: Federico Kunze <[email protected]>
    3 people authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a9983c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7eb14d View commit details
    Browse the repository at this point in the history
  3. update entrypoint and docs

    araskachoi committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ced5dc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. fix conflicts

    fedekunze committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    e196178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b3236d View commit details
    Browse the repository at this point in the history
  3. update logs

    fedekunze committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    43f396e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. try fix rpc

    fedekunze committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    1a220c4 View commit details
    Browse the repository at this point in the history
  2. build docker image

    araskachoi committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    28442ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d886c5 View commit details
    Browse the repository at this point in the history
  4. Update Dockerfile

    fedekunze authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0f776c0 View commit details
    Browse the repository at this point in the history