Skip to content
  1. Sep 04, 2020
  2. Aug 31, 2020
  3. 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
  4. Aug 19, 2020
  5. Aug 18, 2020
  6. Aug 10, 2020
  7. Aug 07, 2020
  8. Aug 06, 2020
  9. Aug 05, 2020
  10. Jul 30, 2020
  11. Jul 29, 2020
  12. Jul 28, 2020
  13. Jul 27, 2020
  14. Jul 24, 2020
  15. Jul 23, 2020
  16. Jul 21, 2020
    • Hernando Castano's avatar
      Add Prometheus and Grafana to Docker Compose (#221) · d284b84f
      Hernando Castano authored
      * Add Prometheus and Grafana to Docker Compose
      
      * Expose relay's Prometheus metrics port
      
      * Use Docker network references intead of localhost
      
      When you have containers on the same network they don't communicate
      over localhost, they instead refer to their container names
      
      * Move dashboard components into deployment folder
      
      * Update folder structure for Grafana and Prometheus config files
      
      The new folder structure more closely matches the expected defaults
      by Grafana and Prometheus, which allows us to clean up the paths
      in our docker-compose file a bit.
      
      * Add documentation about Prometheus and Grafana
      
      * Refer to Prometheus server instead of node
      d284b84f
  17. Jul 17, 2020
    • Tomasz Drwięga's avatar
      Rialto test network setup (#163) · 010c65be
      Tomasz Drwięga authored
      
      
      * Dockerfile for OpenEth.
      
      * Add relayer dockerfile.
      
      * Add docker-compose.
      
      * Working on the relay.
      
      * Bump a bunch of deps.
      
      * Change relay branch.
      
      * Running a 3-validators poa network.
      
      * Add bridge nodes.
      
      * Conditional compilation of bridge configs.
      
      * Fix genesis hash.
      
      * Disable features build.
      
      * Disable empty steps.
      
      * Work on sub2eth
      
      * Add some logs.
      
      * More logs.
      
      * Fix compilation.
      
      * Add chain-id parameter to relay.
      
      * Unify bridge-hash.
      
      * Update the hash.
      
      * Ditch sub2eth for now.
      
      * Add some docs & proxy configuration.
      
      * Fixes.
      
      * Fix remaining issues.
      
      * Increase health timeout.
      
      * Make sure to install curl for health monitoring.
      
      * Fix kovan.
      
      * Fix build.
      
      * Create if does not exist.
      
      * Fix benches.
      
      * Revert CLI params requirements.
      
      * cargo fmt --all
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * Add some docs.
      
      * Update BRIDGE_HASH to master
      
      * Duplicate compose file.
      
      * Rename testpoa to Rialto.
      
      * Fix borked merge.
      
      * Fix entrypoints to take arguments.
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      010c65be