1. 20 Jul, 2020 1 commit
  2. 14 Jul, 2020 1 commit
  3. 07 Jul, 2020 1 commit
  4. 20 Jun, 2020 1 commit
    • Sergey Pepyakin's avatar
      Fix glossary link (snowballed) (#1297) · ff708f3a
      Sergey Pepyakin authored
      * Add mdbook-linkcheck
      
      * Convert todo to not a link
      
      * Fix external glossary link
      
      * Fix various broken links
      
      * Mass replace: s/.html/.md/
      
      * My sloppy attempt to add a gitlab CI check
      ff708f3a
  5. 19 Jun, 2020 1 commit
  6. 17 Jun, 2020 1 commit
    • s3krit's avatar
      [CI] Add criticality of release to release notes (#1259) · fdc278a4
      s3krit authored
      * Enforces presence of C-labels to designate the importance of a release
      * Iterates over them on a release, takes the highest present and includes it in the release notes
      * Lists the change(s) that caused the release to be that priority
      fdc278a4
  7. 16 Jun, 2020 1 commit
  8. 10 Jun, 2020 1 commit
  9. 09 Jun, 2020 1 commit
  10. 20 May, 2020 1 commit
  11. 15 May, 2020 2 commits
    • s3krit's avatar
      [CI] Expose WASM binaries on publish (#1093) · 952acb6f
      s3krit authored
      * add build-wasm-release CI job
      
      * temporarily run build-wasm-release everywhere
      
      * temporary job to inspect artifacts dir
      
      * fix test job
      
      * fix test job again
      
      * remove temporary job
      
      * remove FIXME for when to run jobs
      
      * remove pointless echo
      
      * Change cargo build for wasm-pack
      
      * Checksum polkadot_cli files
      
      * make separate wasm dir for artifacts
      
      * fix nits
      952acb6f
    • Denis_P's avatar
      change (ci): fail test on warnings (#1102) · aba6b3ed
      Denis_P authored
      aba6b3ed
  12. 08 May, 2020 1 commit
    • s3krit's avatar
      [CI] add check_tags CI job (#1072) · 17994373
      s3krit authored
      * add check_tags CI job
      
      * fix typo in gitlab-ci.yml
      
      * add more useful CI output
      
      * Make presence of github token optional
      17994373
  13. 27 Apr, 2020 1 commit
  14. 06 Apr, 2020 1 commit
  15. 03 Apr, 2020 1 commit
  16. 25 Mar, 2020 1 commit
  17. 21 Mar, 2020 2 commits
  18. 05 Mar, 2020 1 commit
  19. 10 Jan, 2020 1 commit
    • s3krit's avatar
      Add publish_draft_release.sh (#752) · 9df5b9a8
      s3krit authored
      * Add publish_draft_release.sh
      
      This new CI script will generate a list of differences between
      this tagged version and the previous tagged version (including
      substrate changes), and create a draft release on Github. Once
      this is done, the draft release will be posted in Matrix (the
      channel is determined by a Gitlab CI environment variable).
      
      * Add highlighting gav for draft release
      9df5b9a8
  20. 06 Jan, 2020 1 commit
  21. 03 Jan, 2020 2 commits
  22. 24 Dec, 2019 1 commit
  23. 13 Dec, 2019 1 commit
  24. 03 Dec, 2019 1 commit
    • Fedor Sakharov's avatar
      Erasure encoding availability (#345) · e5138efc
      Fedor Sakharov authored and asynchronous rob's avatar asynchronous rob committed
      
      
      * Erasure encoding availability initial commit
      
       * Modifications to availability store to keep chunks as well as
         reconstructed blocks and extrinsics.
       * Gossip messages containig signed erasure chunks.
       * Requesting eraure chunks with polkadot-specific messages.
       * Validation of erasure chunk messages.
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatarLuke Schoen <ltfschoen@users.noreply.github.com>
      
      * Fix build after a merge
      
      * Gossip erasure chunk messages under their own topic
      
      * erasure_chunks should use the appropriate topic
      
      * Updates Cargo.lock
      
      * Fixes after merge
      
      * Removes a couple of leftover pieces of code
      
      * Fixes simple stuff from review
      
      * Updates erasure and storage for more flexible logic
      
      * Changes validation and candidate receipt production.
      
      * Adds add_erasure_chunks method
      
      * Fixes most of the nits
      
      * Better validate_collation and validate_receipt functions
      
      * Fixes the tests
      
      * Apply suggestions from code review
      
      Co-Authored-By: asynchronous rob's avatarRobert Habermeier <rphmeier@gmail.com>
      
      * Removes unwrap() calls
      
      * Removes ErasureChunks primitive
      
      * Removes redundant fields from ErasureChunk struct
      
      * AvailabilityStore should store CandidateReceipt
      
      * Changes the way chunk messages are imported and validated.
      
       * Availability store now stores a validator_index and n_validators for
       each relay_parent.
       * Availability store now also stores candidate receipts.
       * Removes importing chunks in the table and moves it into network
       gossip validation.
       * Validation of erasure messages id done against receipts that are
       stored in the availability store.
      
      * Correctly compute topics for erasure messages
      
      * Removes an unused parameter
      
      * Refactors availability db querying into a helper
      
      * Adds the apis described in the writeup
      
      * Adds a runtime api to extract erasure roots form raw extrinsics.
      
      * Adds a barebone BlockImport impl for avalability store
      
      * Adds the implementation of the availability worker
      
      * Fix build after the merge with master.
      
      * Make availability store API async
      
      * Bring back the default wasmtime feature
      
      * Lines width
      
      * Bump runtime version
      
      * Formatting and dead code elimination
      
      * some style nits (#1)
      
      * More nits and api cleanup
      
      * Disable wasm CI for availability-store
      
      * Another nit
      
      * Formatting
      e5138efc
  25. 02 Dec, 2019 1 commit
  26. 29 Nov, 2019 1 commit
  27. 09 Nov, 2019 1 commit
  28. 31 Oct, 2019 1 commit
  29. 22 Oct, 2019 1 commit
  30. 16 Oct, 2019 1 commit
  31. 10 Oct, 2019 1 commit
  32. 12 Sep, 2019 2 commits
  33. 03 Sep, 2019 1 commit
  34. 09 Jul, 2019 1 commit
    • Bastian Köcher's avatar
      Update to latest Substrate master (#320) · 5935e5ac
      Bastian Köcher authored
      * Make `collator::Network` require `Send + Sync` to make it work
      
      * Update packages
      
      * Update to latest Substrate
      
      * Make it compile and make tests work
      
      * Use `polkadot-master`
      
      * Fix CI
      
      * Remove `build.sh` from readmes
      
      * Delete old stuff
      
      * Bring one back
      5935e5ac
  35. 11 Jun, 2019 1 commit
  36. 03 Jun, 2019 1 commit