Skip to content
Snippets Groups Projects
  1. Jan 03, 2025
  2. Oct 21, 2024
  3. 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>
  4. 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
  5. Sep 04, 2024
  6. Jul 26, 2024
  7. Jul 25, 2024
  8. 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`
  9. Jun 08, 2024
  10. Jun 06, 2024
  11. May 29, 2024
  12. May 27, 2024
  13. May 23, 2024
  14. 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>
  15. Feb 08, 2024
  16. Jan 26, 2024
  17. Dec 25, 2023
  18. Dec 05, 2023
  19. 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
  20. Aug 31, 2023