Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 29, 2023
  3. Aug 25, 2023
  4. Jul 29, 2023
  5. Mar 08, 2023
  6. Dec 11, 2022
  7. Oct 17, 2022
  8. Sep 13, 2022
    • Dan Shields's avatar
      Update README (#12247) · 0c8ad7a6
      Dan Shields authored
      * Update README
      
      - rm Matrix chat banner reads as `inaccessible` and the channel is read only (not chat)
      - add SE banner
      - update links & call to action to SE
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      0c8ad7a6
  9. Aug 03, 2022
  10. Oct 13, 2021
  11. Oct 11, 2021
  12. Sep 13, 2021
  13. Aug 02, 2021
    • Dan Shields's avatar
      Add a matrix chat badge to the README (#9476) · c9ffce0f
      Dan Shields authored
      * Add a matrix chat badge to the README
      
      This is a fun addition for connecting users to our dedicated Substrate chat & to visualize the number of members there.
      ```
      [![Matrix](https://img.shields.io/matrix/substrate-technical:matrix.org)](https://matrix.to/#/#substrate-technical:matrix.org)
      ```
      
      https://img.shields.io/matrix/substrate-technical:matrix.org can be viewed directly to see the count before merging the PR here.
      
      * Update README.md
      c9ffce0f
  14. Nov 05, 2020
  15. Aug 11, 2020
  16. Jun 09, 2020
  17. Jun 04, 2020
  18. May 18, 2020
  19. May 15, 2020
  20. Jan 09, 2020
  21. Nov 16, 2019
  22. Jul 24, 2018
  23. Jul 19, 2018
    • Chevdor's avatar
      Add support for shell completion (#340) · ed7144d2
      Chevdor authored
      * Add build script to generate completion scripts
      
      * Add installation doc for the shell auto-completion
      ed7144d2
    • Gav Wood's avatar
      Various small v0.2 improvements (#367) · dd0eaa0d
      Gav Wood authored
      * Make telemetry less susceptible to flakey wifi
      
      * Update readme
      
      * Staging shouldn't autoconnect to telemetry
      
      * Don't try to output more than 1KB of hex to Display
      
      * Better logging of transactions
      
      * Grumbles
      
      * off-by-one
      dd0eaa0d
  24. Jul 17, 2018
  25. Jul 16, 2018
  26. Jul 15, 2018
    • Sergey Pepyakin's avatar
      Use --export-table from the latest LLD (#316) · fed50df6
      Sergey Pepyakin authored
      * Remove unused build.sh
      
      * Don't use wasm-export-table anymore.
      
      * Rebuild binaries.
      
      * Fix build script.
      fed50df6
    • Pierre Krieger's avatar
      Switch from devp2p to libp2p (#268) · 5924b361
      Pierre Krieger authored
      * Switch from devp2p to libp2p
      
      * Move the keys in the network state
      
      * Properly load, store or generate private key
      
      * Some robustness
      
      * Update for latest libp2p
      
      * Allow secio
      
      * Don't open a new Kademlia connec all the time
      
      * Handle Kademlia disconnection
      
      * Set correct permissions on key file
      
      * Improvements to secret key storage
      
      * Flush the peer store at Kademlia requests
      
      * Use RAII guards for disconnection
      
      * Some misc work
      
      * Set informations about peers
      
      * Fix tests and external URL
      
      * Fix some style
      
      * Split obtain_private_key into multiple function
      
      * More style fixes
      
      * More style fixes
      
      * Fix some concerns
      
      * Turn // into ///
      
      * More style fixes
      
      * More style fixes
      
      * Add annotations to unreachable!
      
      * Fix style again
      
      * Remove commented out code
      
      * Fix test year
      
      * More concerns
      5924b361
  27. Jun 25, 2018
  28. Jun 09, 2018
  29. Jun 07, 2018
    • Pierre Krieger's avatar
      Amend #205 (#206) · 094b2568
      Pierre Krieger authored and asynchronous rob's avatar asynchronous rob committed
      094b2568
    • Luke Schoen's avatar
      docs: Fixes #204. Update Readme. Add command to switch to Rust stable. Append... · 4307f456
      Luke Schoen authored
      docs: Fixes #204. Update Readme. Add command to switch to Rust stable. Append binaries to installation command (#205)
      
      * docs: Fixes #204
      
      * Add command to switch to a stable version of Rust before installing Polkadot PoC-1 since error occurs when trying to install using Rust Nightly, which some users may have configured as their active toolchain
      * Append ` polkadot subkey` to the command that installs the latest version of Polkadot PoC-1 to overcome error
      
      * Update README.md
      4307f456
  30. Jun 06, 2018
  31. May 16, 2018
  32. May 11, 2018
  33. May 07, 2018
    • Gav Wood's avatar
      Fixes and improvements for PoC-1 Testnet (#143) · 5d948114
      Gav Wood authored
      * Fix initialisations and add a test.
      
      * Fix test.
      
      * Fix overflow bug.
      
      * Minor refactoring and fixes.
      
      * Fix vote threshold.
      
      * Add note.
      
      * Fixes for latest rust and the readme.
      
      * Better readme.
      
      * An extra validator for PoC-1
      
      * Update README.
      
      * PoC-1 bootnodes.
      
      * don't return async::notready for messages without scheduling wakeup
      
      * Fix endowed account
      
      * give polkadot control over round proposer based on random seed
      
      * address grumbles.
      5d948114
  34. Nov 07, 2017