1. Jul 22, 2020
  2. Jul 21, 2020
  3. Jul 20, 2020
  4. Jul 17, 2020
    • Svyatoslav Nikolsky's avatar
      Relay dashboard (#191) · 6be18c57
      Svyatoslav Nikolsky authored
      * expose metrics for Prometheus
      
      * added preconfigured configs for Prometheus and Grafana
      
      * metrics-related cli args
      
      * fix compilation
      6be18c57
    • 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
  5. Jul 16, 2020
  6. Jul 14, 2020
  7. Jul 13, 2020
  8. Jul 10, 2020
    • Tomasz Drwięga's avatar
      Remove less maintenance friendly deny. (#174) · b0c6034b
      Tomasz Drwięga authored
      * Remove less maintenance friendly deny.
      
      * Run always on PRs.
      
      * Create if does not exist.
      b0c6034b
    • Svyatoslav Nikolsky's avatar
      e5d939f0
    • Denis S. Soldatov aka General-Beck's avatar
      Add CI cargo build (#167) · 4c5b7974
      Denis S. Soldatov aka General-Beck authored
      
      
      * Add cargo deny
      
      * deny - master
      
      * Copy deny.toml to .
      
      * cargo deny check
      
      * upload artifacts
      
      * install cargo deny
      
      * typo
      
      * up install cargo deny
      
      * update archive
      
      * typo
      
      * path's
      
      * allow failure cargo deny
      
      * allew failure log
      
      * cargo deny init
      
      * Build stage
      
      * rm deny from build PR
      
      * lint
      
      * Use correct name for Ethereum bridge node crate
      
      * add clippy to test
      
      * clippy -nightly
      
      * add release
      
      * Style stage
      
      * add doc-book
      
      * disable doc
      
      * add cache to clippy
      
      * test macos & windows build
      
      * cargo clean
      
      * move build stage after test, add nightly
      remove windows and macos targets
      
      * remove install steps
      
      * move check style to rust.yml
      
      * cache fixes
      
      * Test needs check
      
      * clippy -> nightly toolchain
      
      * build needs test
      
      * clippy -- -D warnings
      
      * disable needs test for build
      
      * latest build before rest
      fix runs-on in build section
      
      * whitespace
      
      * atrtifacts list
      
      * enable self-hosted
      
      * remove target/sccache
      
      * global env
      
      * check self-hosted
      
      * test cache on selfhosted
      
      * all-in one stage
      
      * lint
      
      * new cache
      
      * check new cache
      
      * disable cache
      
      * add docker volume
      
      * lint
      
      * fix yml
      
      * fix volumes
      
      * change target dir
      
      * switch volumes path
      
      * echo refs
      
      * change mount point
      
      * head ref to cargo home
      
      * add CARGO_TARGET_DIR
      
      * fix artifact path
      
      * path
      
      * $CARGO_TARGET_DIR/
      
      * test 2
      
      * test 3
      
      * test 4
      
      * update deny
      
      * test 5
      
      * deny
      
      * remove deny actions
      
      * move clippy to new workflow, only nightly check
      
      * rename lint workflow
      
      * Update .github/workflows/rust.yml
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * Update .github/workflows/lint.yml
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * Update .github/workflows/rust.yml
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * Update .github/workflows/rust.yml
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * rustfmt in every job
      nightly build -> weekly
      
      * check nightly Rus and clean cache
      
      * check nightly Rus and clean cache 2
      
      * check nightly Rus and clean cache 3
      
      * check nightly Rus and clean cache 4
      
      * check nightly Rus and clean cache 5
      
      * Split clippy and fmt
      
      * Run build only on master.
      
      * Don't fail if nightly file does not exist.
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      Co-authored-by: default avatarHernando Castano <[email protected]>
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      4c5b7974