Skip to content
Snippets Groups Projects
  1. Mar 29, 2022
  2. Mar 28, 2022
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.52 to 0.1.53 (#1117) · 108d1582
      dependabot[bot] authored
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.52 to 0.1.53.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.52...0.1.53)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      108d1582
    • dependabot[bot]'s avatar
      Bump syn from 1.0.89 to 1.0.90 (#1119) · 0a90dbe7
      dependabot[bot] authored
      
      Bumps [syn](https://github.com/dtolnay/syn) from 1.0.89 to 1.0.90.
      - [Release notes](https://github.com/dtolnay/syn/releases)
      - [Commits](https://github.com/dtolnay/syn/compare/1.0.89...1.0.90)
      
      ---
      updated-dependencies:
      - dependency-name: syn
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      0a90dbe7
    • Chevdor's avatar
      Fix #851 (#1110) · 8c58ccbd
      Chevdor authored
      * Fix doc
      
      * Formatting fixes and bump prio if host functions are detected
      
      * Add canvas
      
      * Bump canvas-kusama's runtime version to 800
      
      * Add db migrations
      
      * Prepare for client releases
      
      * Split the upload of the context artifact
      
      * Rename of the srtool digests to match script default expectations
      
      * Fix runtime name for canvas
      
      * Fix jobs dependencies when skipping jobs/steps for client builds
      
      * Fix CI for the client builds
      
      * Fix issue when building in client mode
      
      * Bump checkout action to v3 and gate some tests
      
      * Fix notification
      
      ref #851
      8c58ccbd
  3. Mar 24, 2022
  4. Mar 23, 2022
  5. Mar 22, 2022
  6. Mar 21, 2022
  7. Mar 17, 2022
  8. Mar 16, 2022
  9. Mar 15, 2022
  10. Mar 14, 2022
  11. Mar 12, 2022
  12. Mar 11, 2022
  13. Mar 10, 2022
  14. Mar 08, 2022
  15. Mar 07, 2022
  16. Mar 05, 2022
  17. Mar 04, 2022
  18. Mar 03, 2022
  19. Mar 02, 2022
    • dependabot[bot]'s avatar
      Bump clap from 3.1.3 to 3.1.5 (#1064) · 231a8218
      dependabot[bot] authored
      
      Bumps [clap](https://github.com/clap-rs/clap) from 3.1.3 to 3.1.5.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v3.1.3...v3.1.5)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      231a8218
    • Bastian Köcher's avatar
      polkadot-collator: Switch to wasm only (#1054) · b78414e9
      Bastian Köcher authored
      
      * polkadot-collator: Switch to wasm only
      
      This switches the polkadot-collator to run everything in wasm only mode. While we should not that
      yet with the relay chain, because it can happen that we run out of memory (very unlikely). On the
      relay chain that would be bad, because we only have at max 2 sessions to bring everything back, for
      Parachains that isn't such a problem as they would only stall and we could roll out a release that
      fixes it. Besides that, Parachain validation on the relay chain happens in Wasm already all the time
      and there is the memory usage even higher then on block import.
      
      * cargo fmt
      
      * remove unused var
      
      Co-authored-by: default avatarSquirrel <gilescope@gmail.com>
      b78414e9