Skip to content
Snippets Groups Projects
  1. Aug 04, 2021
  2. Jul 11, 2021
    • Benjamin Kampmann's avatar
      Attempting to fix publishing (#9140) · c78c2892
      Benjamin Kampmann authored
      
      * mark template and utils as non-publish
      
      * switch to development version for testing
      
      * activate unleash check
      
      * maybe if I disable all rules...
      
      * Fix isolated compilation of `max-encoded-len-derive` with `syn`
      
      error[E0369]: binary operation `==` cannot be applied to type `syn::Path`
        --> src/lib.rs:88:29
         |
      88 |             .filter(|attr| attr.path == parse_quote!(max_encoded_len_crate))
         |                            --------- ^^ ----------------------------------- _
         |                            |
         |                            syn::Path
      
      error: aborting due to previous error
      
      For more information about this error, try `rustc --explain E0369`.
      Error: could not compile `max-encoded-len-derive`
      
      * WIP: bump changes crates since v3 tag to next breaking
      
      cargo unleash version bump-breaking --changed-since v3.0.0
      cargo unleash version set-pre dev --changed-since v3.0.0
      
      FIXME: Don't modify crates that are not yet released, e.g.
      `max-encoded-len-derive`
      
      * Update lockfile
      
      * WIP: Bump sp-transaction-pool as well
      
      * WIP: Bump sp-offchain as well
      
      * WIP: Bump frame-system-rpc-runtime-api as well
      
      * WIP: Bump sp-authority-discovery as well
      
      * Manually deactivate dev-deps before `cargo unleash check`
      
      Otherwise we run into `Cycle detected` error.
      
      * Bump sp-consensus-slots
      
      * Add missing Cargo.lock change
      
      * Bump sp-consensus-vrf as well
      
      * Bump sp-keyring as well
      
      * Bump sp-consensus-pow as well
      
      * Try to speed up the `unleash-check` job
      
      Previously, the job took 106 minutes - let's see if explicitly
      specifying a `CARGO_TARGET_DIR` will help
      
      * fixup: Ensure the temp target dir exists for unleash check
      
      * Bump pallet-transaction-payment-rpc-runtime-api as well
      
      Needed for Polkadot
      
      * Bump pallet-transaction-payment-rpc as well
      
      Needed for Polkadot
      
      * Try updating crates after patching in the Polkadot CI job
      
      * Use another approach to update patched Substrate crates
      
      * Try to update all sp-core versions in Polkadot CI job
      
      * Simplify sp-core version checking
      
      * Apply another shellcheck lint
      
      * Just do the simplest thing I guess
      
      * Welp don't do --offline then
      
      * Clean up `unleash-check` job triggers
      
      Co-authored-by: default avatarDenis Pisarev <denis.pisarev@parity.io>
      
      * Fix a note in unleash-check cache step
      
      * Add a note about temporary optimization in cargo-unleash
      
      * Pin a newer version of cargo-unleash
      
      Co-authored-by: default avatarIgor Matuszewski <xanewok@gmail.com>
      Co-authored-by: default avatarDenis Pisarev <denis.pisarev@parity.io>
      c78c2892
  3. Jun 09, 2021
    • Radu Popa's avatar
      READY Update simnet tests to v5 (#8946) · 43422ba4
      Radu Popa authored
      * Update simnet tests to v4
      
      * enable simnet tests for PRs
      
      * add stage to job "test-linux-stable-int"
      
      * v2.0.0simnet
      
      * alow build-for-simnet option
      
      * Fix passing of IMAGE_TAG to downstream
      
      * forgot to build-for-simnet
      
      * build-for-simnet
      
      * build-for-simnet
      
      * build-for-simnet
      
      * build-for-simnet
      
      * build-for-simnet
      
      * take a shortcut build-for-simnet
      
      * build-for-simnet
      
      * update triggering script to polkadot version
      
      * "revert me"
      
      * "revert me"  build-for-simnet
      
      * add simnet version as arg to script
      
      * revert me build-for-simnet
      
      * build-for-simnet
      
      * remove triggering simnet for PRs for now
      
      * Add suggestions from Vladimir
      
      * Add suggestions from Vladimir
      43422ba4
  4. May 28, 2021
  5. May 27, 2021
  6. Apr 16, 2021
    • Denis_P's avatar
      CI updates (#8633) · 4dcbac4b
      Denis_P authored
      * CI: opt bench jobs; add bench to triggered job
      
      * CI: no need in manual builds; build=publish
      
      * CI: more logs to the trigger job
      
      * CI: DAGs and louts
      4dcbac4b
  7. Apr 12, 2021
  8. Apr 08, 2021
  9. Apr 07, 2021
  10. Mar 26, 2021
  11. Mar 23, 2021
  12. Mar 16, 2021
    • Martin Pugh's avatar
      [CI] Require D*-audit labels for any runtime changes (#8345) · d6bc59df
      Martin Pugh authored
      * add check for audit labels if runtime change
      
      * fix shellcheck nits
      
      * include lib.sh in check_runtime.sh
      
      * fix check_labels.sh
      
      * fix check_labels.sh
      
      * oops, this is github actions...
      
      * why wont this work
      
      * fetch all refs
      
      * Update check-labels.yml
      
      * print env - wtf is happening
      
      * checkout the PR...
      
      * ffs
      
      * fix
      
      * REVERT ME: test runtime check
      
      * Revert "REVERT ME: test runtime check"
      
      This reverts commit 0fd2b04abeeac12dd8ede4c0708cb796f9e3e722.
      d6bc59df
    • Bastian Köcher's avatar
      Update diener to enable polkadot companions that use new crates (#8371) · 2cc9329b
      Bastian Köcher authored
      
      * Update diener to enable polkadot companions that use new crates
      
      Diener will be updated in the CI image to make it possible to have
      companions that add new crates from Substrate.
      
      Besides that the wasm-bindgen is updated, because `0.2.70` is not
      available anymore on crates.io.
      
      * update lock
      
      Co-authored-by: default avatarkianenigma <kian@parity.io>
      2cc9329b
  13. Feb 19, 2021
    • Denis_P's avatar
      CI: test and update ci image, codeowners (#8142) · 82e52b8b
      Denis_P authored
      * CI: prep for the new ff deployment
      
      * CI: variable for CI image
      
      * git: add CI team and remove Max from CODEOWNERS
      
      * CI: diener should be updated in CI image, not here.
      
      * CI: diener should be updated in CI image, not here.
      
      * CI: run cargo deny on changes to manifests and lock; run build jobs on schedules [skip ci]
      
      * CI: remove flaming-fir deployment, it will be handled from s3 updates [skip ci]
      
      * CI: trigger simnet with a certain substrate version
      
      * CI: remove cargo-audit in favor of cargo-deny; prepare for being triggered
      
      * CI: prepare to be triggered
      
      * CI: chore
      82e52b8b
  14. Feb 11, 2021
  15. Feb 10, 2021
    • Bastian Köcher's avatar
      Switch to use `diener patch` for companion build (#8073) · fd5fbd62
      Bastian Köcher authored
      This switch to the new `diener patch` command to patch all Substrate
      crates in Polkadot. This should remove the requirement to manually merge
      Substrate master to make the companion build, as we now would use the
      already with master merged code from this build job local checkout.
      fd5fbd62
  16. Jan 16, 2021
  17. Jan 14, 2021
    • Denis_P's avatar
      tests: fix UI test so we can update CI image (#7901) · 3ee8b66e
      Denis_P authored
      * tests: fix UI test so we can update CI image
      
      * CI: remove diener installation from the script as it's installed in CI image
      
      * tests: another fix
      
      * tests: fix another fix
      
      * tests: NLoEOF
      
      * tests: another broken stderr
      3ee8b66e
  18. Dec 19, 2020
  19. Dec 15, 2020
  20. Dec 07, 2020
  21. Nov 23, 2020
    • Max Inden's avatar
      client/authority-discovery: Publish and query on exponential interval (#7545) · d692d173
      Max Inden authored
      * client/authority-discovery: Publish and query on exponential interval
      
      When a node starts up publishing and querying might fail due to various
      reasons, for example due to being not yet fully bootstrapped on the DHT.
      Thus one should retry rather sooner than later. On the other hand, a
      long running node is likely well connected and thus timely retries are
      not needed. For this reasoning use an exponentially increasing interval
      for `publish_interval`, `query_interval` and
      `priority_group_set_interval` instead of a constant interval.
      
      * client/authority-discovery/src/interval.rs: Add license header
      
      * .maintain/gitlab: Ensure adder collator tests are run on CI
      d692d173
  22. Nov 09, 2020
  23. Nov 05, 2020
  24. Sep 17, 2020
  25. Sep 14, 2020
  26. Aug 13, 2020
  27. Jul 20, 2020
  28. Jul 16, 2020
  29. Jul 15, 2020
  30. Jul 03, 2020
  31. Jul 02, 2020
    • pscott's avatar
      Update SubstrateCli to return String (#6550) · 540ae1c1
      pscott authored
      
      * Update SubstrateCli to return String
      
      * Add default implementation for executable_name()
      
      * Use display instead of PathBuf
      
      * Get file_name in default impl of executable_name
      
      * Remove String::from and use .into()
      
      * Use default impl for executable_name()
      
      * Use .as_str() and remove useless .to_string()
      
      * Update only sp-io when running companion build
      
      * Remove unneeded update of sp-io in CI
      
      Co-authored-by: default avatarCecile Tonglet <cecile@parity.io>
      540ae1c1
  32. Jun 25, 2020
  33. Jun 17, 2020
  34. Jun 16, 2020
  35. Jun 12, 2020
  36. May 15, 2020
  37. May 13, 2020