Skip to content
  1. Nov 15, 2021
    • Adrian Catangiu's avatar
      Remove unused PoA<>Substrate bridge (#1210) · 9bc071d4
      Adrian Catangiu authored
      
      
      * Decouple the PoA bridge code from Rialto
      * Remove Rialto PoA bridge code
      * Remove relays/bin-ethereum code
      * Remove relays/client-ethereum code
      * Remove modules/ethereum code
      * Remove modules/ethereum-contract-builtin code
      * Remove PoA bridge documentation
      * Remove primitives/ethereum-poa code
      * Decouple Rialto from currency-exchange
      * Fix building with runtime-benchmarks
      * Fix should_encode_bridge_send_message_call test
          Because we removed some runtime modules/pallets, the
          substrate2substrate bridge pallet has a different index within
          the runtime so its calls have a different encoding.
          Update the test to use the new encoding.
      * Update readme - no more PoA bridge
      * Remove deployments/bridges/poa-rialto
          Also removes:
          - deployments/networks/eth-poa.yml
          - deployments/networks/OpenEthereum.Dockerfile
      * Remove deployments/dev/poa-config
      * Update deployments readme - no more PoA bridge
      * Remove eth-related scripts
          Deletes:
          - deployments/networks/eth-poa.yml
          - scripts/run-openethereum-node.sh
      * Remove poa-relay from gitlab-ci
      * Dockerfiles to use substrate-relay as default
      * Remove modules/currency-exchange code
      * Remove primitives/currency-exchange code
      
      Signed-off-by: default avataracatangiu <[email protected]>
      9bc071d4
  2. Jun 02, 2021
    • Denis_P's avatar
      Move CI from GitHub Actions to GitLab (#814) · e74e8ab7
      Denis_P authored
      * CI: do not trust this CI 1
      
      * CI: don't want to trigger unneded statuses
      
      * CI: debug 1
      
      * CI: new CI
      
      * CI: temp allow failure
      
      * CI: exclude paths
      
      * doc: check if docs won't trigger pipelines
      
      * doc: check hybrid changes pipeline
      
      * doc: do not push excluded files together with others
      
      * CI: undebug fmt
      
      * CI: better deny
      
      * CI: fix deny and spellcheck
      
      * CI: global backtrace
      
      * CI: deny config
      
      * CI: publishing
      
      * Dockerfile: metadata fix [skip ci]
      
      * CI: revert me
      
      * CI: debug bash
      
      * CI: mv ci.Dockerfile; fix buildah bug
      
      * CI: fix artifact name
      
      * Dockerfile: fix context
      
      * CI: separate deny check licenses
      
      * CI: when to run
      
      * CI: unneded stuff in these Dockerfiles
      
      * CI: merged test-refs and build-refs
      
      * CI: test-build optimizations
      
      * CI: changes, web, scheduled pipelines now work as intended
      
      * CI: use tested production CI image
      
      * CI: substitute GHA
      
      * Fix clippy.
      
      * Moar clippy fixes.
      ...
      e74e8ab7
  3. Apr 09, 2021
  4. Mar 08, 2021
    • Denis_P's avatar
      Overhaul releasing process (#779) · a363ec0c
      Denis_P authored
      
      
      * CI: instead of migrating docker's action braking changes move to buildah
      
      * CI: try docker v2 action
      
      * CI: correct user var
      
      * CI: copypasta
      
      * CI: debug
      
      * CI: weird action
      
      * CI: hates quotes
      
      * CI: hates all quotes
      
      * CI: masterpiece (debug)
      
      * CI: migrate to docker/build-push-action@v2
      
      * CI: very heavy compilation, gotta be selfhosted
      
      * CI: now image cache ruins the build
      
      * CI: tuning the self-hosted build
      
      * CI: pin checkout
      
      * CI: strip dockerfile; use buildah
      
      * dockerfile: qualify the registry
      
      * dockerfile: fogot to remove chef
      
      * dockerfile: nit
      
      * dockerfile: fryin to guess
      
      * CI: fix tags ang images name
      
      * CI: space separated, right
      
      * CI: ad quoted
      
      * CI: masterpiece (truly)
      
      * CI: noninteractive frontend
      
      * CI: thre's no g++
      
      * Bump LAST_UPDATE dates
      
      * Address some small style nitpicks
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      a363ec0c
  5. Jan 21, 2021
    • Hernando Castano's avatar
      Bump Cargo Chef (#666) · ee9a103e
      Hernando Castano authored
      * Break cache of dependency image
      
      * Build images on PR
      
      * Restore dependency image to keep cache
      
      * Pin cargo-chef to patched version
      
      * Don't publish dependency image on PRs
      
      * Stop publishing nodes and relayers on PRs
      ee9a103e
  6. Jan 11, 2021
  7. Jan 07, 2021
    • Hernando Castano's avatar
      Use `cargo-chef` for caching dependencies in Dockerfile (#582) · 352dc686
      Hernando Castano authored
      * Use `cargo-chef` for caching deps in Dockerfile
      
      * Move dependencies to dedicated Dockerfile
      
      * Use my published bridge-deps image
      
      * Remove unused Bridge Dockerfile
      
      * Remove unnecessary dependencies
      
      * Add GitHu Action for publishing dependencies Dockerfile
      
      * Change publishing schedule to be nightly
      
      * Remove leftover comment
      
      * Add better docs to Dockerfile
      352dc686
  8. Nov 30, 2020
    • Svyatoslav Nikolsky's avatar
      Fixed clippy warnings (#537) · 1eedbb1b
      Svyatoslav Nikolsky authored
      * fixed clippy warnings
      
      * Revert "Actually use pinned nightly version when building runtimes (#465)"
      
      This reverts commit 03ef7638.
      
      * Revert "Pin Rust Nightly Version (#420)"
      
      This reverts commit 8902ac20.
      
      * fix after revert
      
      * another fix after revert
      
      * more clippy fixes
      1eedbb1b
  9. Nov 09, 2020
  10. Oct 15, 2020
  11. Sep 14, 2020
    • Svyatoslav Nikolsky's avatar
      Prepare separate runtime for testing sub2sub bridge (#341) · e31eada2
      Svyatoslav Nikolsky authored
      * renamed bin/node/runtime to bin/node/rialto-runtime
      
      * replaced bridge-node-runtime references with rialto-runtime references
      
      * separate folders for millau/rialto nodes+runtimes
      
      * extracted pallet-shift-session-manager
      
      * bridge-node -> bridge-node-runtime
      
      * uninstall previous rust (temp solution???)
      
      * fix dockerfile
      
      * cargo fmt
      
      * fix benchmarks check
      
      * fix benchmarks again
      
      * update LAST_RUST_UPDATE to clear the cache
      
      * changed runtime comments
      
      * move bin/node/* to bin/
      
      * REVERT ME
      
      * Revert "REVERT ME"
      
      This reverts commit 7c335f94.
      
      * specify container name
      
      * REVERT ME
      
      * container_name -> hostname
      
      * fix typo
      
      * aliases
      
      * Revert "REVERT ME"
      
      This reverts commit 0e74af5f.
      
      * removed prefixes
      e31eada2
  12. Jul 29, 2020
  13. Jul 28, 2020
  14. Jul 23, 2020
  15. 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.
      
      * Updat...
      010c65be