1. Sep 04, 2020
  2. Sep 02, 2020
  3. Aug 31, 2020
  4. Aug 28, 2020
  5. Aug 25, 2020
  6. 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
  7. Aug 19, 2020
  8. Aug 18, 2020
  9. Aug 17, 2020
  10. Aug 10, 2020
  11. Aug 07, 2020
  12. Aug 06, 2020
  13. Aug 05, 2020
    • Svyatoslav Nikolsky's avatar
      Prepare for sub to eth relay - part2 (#253) · 065339cf
      Svyatoslav Nikolsky authored
      
      
      * fixed PoA contract deploy (granda_authorities call)
      
      * pause if all submitted headers were rejected
      
      * give funds to Bertha and Carlos
      
      * max 1 active PoA transaction in headers sync :(
      
      * display initial header id when deploying PoA contract
      
      * cargo fmt + clipy
      
      * update PoA contract to accept <= 4 Substrate headers at once
      
      * pause submitting headers when contract rejects all new headers + we have active transactions
      
      * fix compilation
      
      * cargo fmt --all
      
      * does_not_select_new_headers_to_submit_when_submit_is_paused
      
      * updated bridge contract
      
      * Update relays/ethereum/src/sync.rs
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * WiP.
      
      * Submit first incomplete header.
      
      * Finish up test.
      
      * cargo fmt --all
      
      * Remove redundant clone.
      
      * Address review comments.
      
      * cargo fmt --all
      
      * Fix clippy.
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      065339cf
    • Tomasz Drwięga's avatar
      Fix vars substitution on update. (#264) · 6e380b59
      Tomasz Drwięga authored
      * Fix vars substition on update.
      
      * Update comment.
      6e380b59