- Apr 09, 2021
-
-
Svyatoslav Nikolsky authored
* update CA certificates in relay images * clippy * clippy * clippy
-
- Mar 08, 2021
-
-
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: Hernando Castano <[email protected]>
-
- Jan 21, 2021
-
-
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
-
- Jan 11, 2021
-
-
Hernando Castano authored
-
- Jan 07, 2021
-
-
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
-
- Nov 30, 2020
-
-
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
-
- Nov 09, 2020
-
-
Hernando Castano authored
-
- Oct 15, 2020
-
-
Hernando Castano authored
* Pin nightly to the 2020-10-04 release * Update nightly version in Dockerfiles * Actually install pinned nightly and Wasm utils
-
- Sep 14, 2020
-
-
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
-
- Jul 29, 2020
-
-
Svyatoslav Nikolsky authored
* fix docker * Fix copy paths. Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Jul 28, 2020
-
-
Hernando Castano authored
* Correctly resolve project in Dockerfile entrypoint * Improve instruction for running local Docker containers * Rename bridge entrypoint script
-
- Jul 23, 2020
-
-
Tomasz Drwięga authored
* Add Relay healthcheck. * Use built-in healthcheck. * Update to full URL. * Fix URL and increase timeout. * Fix default. * show sccache Co-authored-by: Denis S. Soldatov aka General-Beck <[email protected]>
-
- Jul 17, 2020
-
-
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: Hernando Castano <[email protected]> * Add some docs. * Updat...
-