Skip to content
Snippets Groups Projects
  1. Feb 10, 2025
  2. Jan 03, 2025
  3. Oct 21, 2024
  4. Oct 11, 2024
    • Maksym H's avatar
      /cmd: Improved devx of benching many pallets simultaneously (#6007) · c0b73433
      Maksym H authored
      
      ### Improved devx of running many pallets simultaneously
      
      Changes to /cmd:
      - Replace (flip) `--continue-on-fail` with `--fail-fast`, but only for
      `bench`. This makes all pallets/runtimes run non-stop by default, as it
      was primary use-case during tests
      - The list of successful/failed pallets was hard to find within tons of
      logs, so decided to write only needed logs in a file, and output as a
      summary in the workflow and in the comment
      - Side fix: updated `tasks_example` to `pallet_example_tasks` to make
      compliant with standard naming
      
      <img width="1006" alt="image"
      src="https://github.com/user-attachments/assets/14896041-7018-4a0d-92b7-4508e81913c2">
      
      + added command results to workflow summary:
      <img width="1275" alt="image"
      src="https://github.com/user-attachments/assets/b4a8afdb-dc9f-4ff9-9720-28a88956035f">
      
      ---------
      
      Co-authored-by: default avatarGitHub Action <action@github.com>
      c0b73433
  5. Sep 20, 2024
    • Erin Shaben's avatar
      Update README.md (#5780) · 6ff41dca
      Erin Shaben authored
      # Description
      
      This PR just makes some minor adjustments to the README. The main goal
      of it is to consistently refer to the Polkadot SDK as such, without a
      hyphen. I noticed some other minor inconsistencies, so I fixed those
      while I was at it
      6ff41dca
  6. Sep 04, 2024
  7. Jul 26, 2024
    • Kian Paimani's avatar
      Update README.md (#5152) · 7e4433e4
      Kian Paimani authored
      Related to https://github.com/paritytech/polkadot-sdk/issues/5144, plus
      remove the lines of code badge as it was not working.
      7e4433e4
  8. Jul 25, 2024
  9. Jun 13, 2024
    • Kian Paimani's avatar
      Update the pallet guide in `sdk-docs` (#4735) · eca1052e
      Kian Paimani authored
      After using this tutorial in PBA, there was a few areas to improve it.
      Moreover, I have:
      
      - Improve `your_first_pallet`, link it in README, improve the parent
      `guide` section.
      - Updated the templates page, in light of recent efforts related to in
      https://github.com/paritytech/polkadot-sdk/issues/3155
      - Added small ref docs about metadata, completed the one about native
      runtime, added one about host functions.
      - Remove a lot of unfinished stuff from sdk-docs
      - update diagram for `Hooks`
      eca1052e
  10. Jun 08, 2024
    • batman's avatar
      Update README.md to move the PSVM link under a "Tooling" section under the... · cdb297b1
      batman authored
      Update README.md to move the PSVM link under a "Tooling" section under the "Releases" section (#4734)
      
      This update implements the suggestion from @Kianenigma mentioned in
      https://github.com/paritytech/polkadot-sdk/pull/4718#issuecomment-2153777367
      
      Replaces the "Other useful resources and tooling" section at the bottom
      with a new (nicer) "Tooling" section just under the "Releases" section.
      cdb297b1
  11. Jun 06, 2024
  12. May 29, 2024
  13. May 27, 2024
  14. May 23, 2024
  15. May 22, 2024
    • Kian Paimani's avatar
      Update README.md (#4502) · ae864e6a
      Kian Paimani authored
      ..and other high level docs.
      
      
      # Polling 
      
      Please vote in the reactions of this PR 
      
      - :thumbsup: I agree to replace the website of this repo to
      https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/index.html
      - :thumbsdown: Keep it as polkadot.network
      - :shrug:
      
       Different opinion
      
      ---------
      
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>
      ae864e6a
  16. Feb 08, 2024
  17. Jan 26, 2024
  18. Dec 25, 2023
  19. Dec 05, 2023
    • juangirini's avatar
      Move `developer-hub` to `polkadot-sdk-docs` (#2598) · a310df26
      juangirini authored
      
      This PR is a continuation of
      https://github.com/paritytech/polkadot-sdk/pull/2102 and part of an
      initiative started here https://hackmd.io/@romanp/rJ318ZCEp
      What has been done:
      - The content under `docs/*` (with the exception of `docs/mermaid`) has
      been moved to `docs/contributor/`
      - Developer Hub has been renamed to Polkadot SDK Docs, and the crate has
      been renamed from `developer-hub` to `polkadot-sdk-docs`
      - The content under `developer-hub/*` has been moved to `docs/sdk`
      
      ---
      Original PR https://github.com/paritytech/polkadot-sdk/pull/2565, it has
      been close due to too many rebase conflicts
      
      ---------
      
      Co-authored-by: default avatarSerban Iorga <serban@parity.io>
      Co-authored-by: default avatarChevdor <chevdor@users.noreply.github.com>
      Co-authored-by: default avatarEgor_P <egor@parity.io>
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>
      a310df26
  20. Sep 04, 2023
    • Chevdor's avatar
      Markdown linter (#1309) · a30092ab
      Chevdor authored
      
      * Add markdown linting
      
      - add linter default rules
      - adapt rules to current code
      - fix the code for linting to pass
      - add CI check
      
      fix #1243
      
      * Fix markdown for Substrate
      * Fix tooling install
      * Fix workflow
      * Add documentation
      * Remove trailing spaces
      * Update .github/.markdownlint.yaml
      
      Co-authored-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
      * Fix mangled markdown/lists
      * Fix captalization issues on known words
      a30092ab
  21. Aug 31, 2023