1. Sep 02, 2020
  2. Aug 31, 2020
  3. Aug 28, 2020
  4. Aug 25, 2020
  5. Aug 20, 2020
    • Hernando Castano's avatar
      Use Images from DockerHub in Rialto Docker-Compose (#276) · 6b70db39
      Hernando Castano authored
      * Use images from DockerHub for Substrate nodes and relay
      
      * Use OpenEthereum image from Docker Hub
      
      * Pull latest images from Docker Hub during updates
      
      * Add Docker Compose override for building from Git
      
      * Pin Prometheus and Grafana Docker containers
      
      * Support updates via Git or Docker in update script
      
      * Add override instructions to deployment README
      
      * Use Git or Docker based on a .env config
      
      * Update deployment instructions to cover .env files
      
      * Define healthcheck URL during build process
      
      * Use include statments in healthcheck matrix
      6b70db39
    • Svyatoslav Nikolsky's avatar
      Fix (workaround) for "cannot read property 'toFixed' of null" (#297) · 4af22afd
      Svyatoslav Nikolsky authored
      * fix (workaround) for NaN CPU usage
      
      * cargo fmt --all
      4af22afd
  6. Aug 19, 2020
  7. Aug 18, 2020
  8. Aug 17, 2020
  9. Aug 10, 2020
    • Hernando Castano's avatar
      Add instructions and scripts for local development (#280) · 880291a9
      Hernando Castano authored
      * Add dev deployment profile with Ethereum PoA config
      
      * Add scripts for running local components
      
      * Use `openethereum` folder
      
      * Add local development instructions in README
      
      * Add note about clone location
      
      * Point to right folder for scripts
      
      * Add some missing back-ticks
      
      * Remove Bertha and Carlos as authorities
      
      * Fix a line length issue
      880291a9