- Sep 04, 2023
-
-
Serban Iorga authored
* Use polkadot-sdk dependencies * Fix ring-proof ref * Fix Beefy * Fix imports * Simple runtimes fixes * Fix substrate-relay * Add ParaAssignmentProvider for Rialto * Rialto chain_spec fix * Fix Rialto build * Fix Rialto pvf workers * Allow rialto-parachain deprecated features warnings
-
- Jul 20, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jun 21, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* fix on-different-forks metrics during initialization * "initialize" parachain finality pallet in on-demand parachains relay * decrease converstion rate requests count * more error logging * fix compilation * clippy
-
- Mar 15, 2022
-
-
Svyatoslav Nikolsky authored
* cumulus: 4e952282914719fafd2df450993ccc2ce9395415 polkadot: 975e780ae0d988dc033f400ba822d14b326ee5b9 substrate: 89fcb3e4f62d221d4e161a437768e77d6265889e * fix refs * sync changes from https://github.com/paritytech/polkadot/pull/3828 * sync changes from https://github.com/paritytech/polkadot/pull/4387 * sync changes from https://github.com/paritytech/polkadot/pull/3940 * sync with changes from https://github.com/paritytech/polkadot/pull/4493 * sync with changes from https://github.com/paritytech/polkadot/pull/4958 * sync with changes from https://github.com/paritytech/polkadot/pull/3889 * sync with changes from https://github.com/paritytech/polkadot/pull/5033 * sync with changes from https://github.com/paritytech/polkadot/pull/5065 * compilation fixes * fixed prometheus endpoint startup (it now requires to be spawned within tokio context)
-
- Jan 31, 2022
-
-
Svyatoslav Nikolsky authored
* Revert "pin bridges-ci image (#1256)" This reverts commit 4009d970. * Revert "remporary use pinned bridges-ci image in Dockerfile (#1258)" This reverts commit 4f988406.
-
- Dec 17, 2021
-
-
Svyatoslav Nikolsky authored
-
- Nov 15, 2021
-
-
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: acatangiu <[email protected]>
-
- Jun 02, 2021
-
-
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. ...
-
- 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...
-