Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Jan 21, 2022
  3. Jan 19, 2022
  4. Dec 17, 2021
  5. Dec 13, 2021
  6. Dec 10, 2021
  7. Nov 02, 2021
  8. Oct 12, 2021
  9. Oct 05, 2021
  10. Oct 01, 2021
  11. Sep 26, 2021
  12. Sep 23, 2021
  13. Sep 21, 2021
  14. Sep 01, 2021
  15. Aug 17, 2021
    • David's avatar
      Remove substrate-in-the-browser (#9541) · 2de7e51c
      David authored
      * Comment out browser stuff
      
      * Remove browser stuff
      
      * Remove more wasm transport code
      
      * Remove ExtTransport and rework how telemetry initialises.
      
      * Change (most) wasm-timer using code to use std::time
      
      * Rename CI-job
      
      * Aura does not compile for wasm
      
      * Remove testing in the browser on CI
      
      * Update README
      
      * Leave `StreamSink` be
      
      * fmt
      2de7e51c
  16. Jul 30, 2021
  17. Jul 12, 2021
  18. Jul 05, 2021
  19. Jun 01, 2021
  20. May 03, 2021
  21. Mar 29, 2021
  22. Mar 23, 2021
  23. 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
  24. Feb 10, 2021
  25. Jan 21, 2021
  26. Jan 11, 2021
    • Igor Matuszewski's avatar
      Merge 2.0.1 backport branch into mainline master (#7842) · 028f3d26
      Igor Matuszewski authored
      
      * Backport paritytech/substrate#7381
      
      * Bring back genesis storage build in aura/timestamp
      
      To not change spec version, see
      https://github.com/paritytech/substrate/pull/7686#discussion_r540032743
      
      * Backport paritytech/substrate#7238
      
      * Backport paritytech/substrate#7395
      
      * Bump impl_version
      
      * Fix UI tests and bump trybuild dep
      
      See https://github.com/rust-lang/rust/pull/73996
      
      Backports:
      https://github.com/paritytech/substrate/pull/7764
      https://github.com/paritytech/substrate/pull/7656
      
      * Partially backport paritytech/substrate#7838
      
      * Release frame-support with a dep compilation fix
      
      * Bump patch level for remaining crates
      
      This is done because at the time of writing cargo-unleash does not fully
      support partial workspace publishing and mixes both local and crates.io
      versions of the packages, leading to errors in the release check workflow.
      
      * Backport paritytech/substrate#7854
      
      ...to fix compilation error when using futures-* v0.3.9.
      
      * Adding Changelog  entry for patch release
      
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>
      Co-authored-by: default avatarBenjamin Kampmann <ben@parity.io>
      028f3d26
  27. Jan 04, 2021
    • Bastian Köcher's avatar
      Happy new year (#7814) · e3e651f7
      Bastian Köcher authored
      * Happy new year
      
      Updates the copyright years and fixes wrong license headers.
      
      * Fix the template
      
      * Split HEADER into HEADER-APACHE & HEADER-GPL
      e3e651f7
  28. Dec 21, 2020
  29. Nov 24, 2020
    • Bastian Köcher's avatar
      Wasm-builder 3.0 (#7532) · 923cb8ee
      Bastian Köcher authored
      
      * Build every wasm crate in its own project with wasm-builder
      
      Building all wasm crates in one workspace was a nice idea, however it
      just introduced problems:
      
      1. We needed to prune old members, but this didn't worked for old git
      deps.
      2. We locked the whole wasm workspace while building one crate. This
      could lead to infinitely locking the workspace on a crash.
      
      Now we just build every crate in its own project, this means we will
      build the dependencies multiple times. While building the dependencies
      multiple times, we still decrease the build time by around 30 seconds
      for Polkadot and Substrate because of the new parallelism ;)
      
      * Remove the requirement on wasm-builder-runner
      
      This removes the requirement on wasm-builder-runner by using the new
      `build_dep` feature of cargo. We use nightly anyway and that enables us
      to use this feature. This solves the problem of not mixing
      build/proc-macro deps with normal deps. By doing this we get rid off
      this complicated project structure and can depend directly on
      `wasm-builder`. This also removes all the code from wasm-builder-runner
      and mentions that it is deprecated.
      
      * Copy the `Cargo.lock` to the correct folder
      
      * Remove wasm-builder-runner
      
      * Update docs
      
      * Fix deterministic check
      
      Modified-by: default avatarBastian Köcher <git@kchr.de>
      
      * Try to make the ui test happy
      
      * Switch to `SKIP_WASM_BUILD`
      
      * Rename `SKIP_WASM_BINARY` to the correct name...
      
      * Update utils/wasm-builder/src/builder.rs
      
      Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>
      
      * Update utils/wasm-builder/src/builder.rs
      
      Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>
      
      Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>
      923cb8ee
  30. Nov 22, 2020
  31. Nov 05, 2020
  32. Oct 30, 2020
  33. Oct 29, 2020
  34. Sep 22, 2020
  35. Sep 10, 2020
  36. Sep 08, 2020
  37. Aug 20, 2020
    • Benjamin Kampmann's avatar
      prepping for releasing rc6 (#6922) · 2416aa79
      Benjamin Kampmann authored
      * Bump version
      
      * update test-utils crates to be ready for publishing
      
      * adding changelog
      
      * Adding automaticly generated READMEs
      
      * fixing versions
      
      * another version mishap
      2416aa79
  38. Aug 11, 2020
  39. Aug 06, 2020
    • Cecile Tonglet's avatar
      Allow task manager to have children (#6771) · 4e03c879
      Cecile Tonglet authored
      * Initial commit
      
      Forked at: 7df97aba
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 7df97aba
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 7df97aba
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 7df97aba
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 7df97aba
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 7df97aba
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 7df97aba
      
      
      Parent branch: origin/master
      
      * changelog
      
      * Remove Box
      
      * Make future nicer
      
      * Revert "Make future nicer"
      
      This reverts commit 49fb8fb6f245c3ca2c384468df14b34f34616736.
      
      * Simplify
      
      * Additional check
      
      * Simplify more
      
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>
      4e03c879