- Aug 29, 2023
-
-
Maksym H authored
-
Oliver Tale-Yazdi authored
Closes https://github.com/paritytech/polkadot-sdk/issues/1174 Configures dependabot to run daily but group some dependencies together that I assume to be sember abiding. Signed-off-by: Oliver Tale-Yazdi <[email protected]>
-
Bastian Köcher authored
* Fix `test-rustdoc` * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
-
Nazar Mokrynskyi authored
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
-
Alexandru Vasile authored
* chainSpec: Stabilize chainSpec methods to V1 Signed-off-by: Alexandru Vasile <[email protected]> * chainSpec/api: Remove unstable documentation Signed-off-by: Alexandru Vasile <[email protected]> --------- Signed-off-by: Alexandru Vasile <[email protected]> Co-authored-by: James Wilson <[email protected]>
-
Javyer authored
@the-right-joyce has requested to disable the Audit rule until we can fix the problem that it always request reviewers (even if the user belongs to the `prevent-review-request` field.
-
Adrian Catangiu authored
"sc-consensus-beefy: restart voter on pallet reset #14821" introduced a mechanism to reinitialize the BEEFY worker on certain errors; but re-creating the GossipEngine doesn't play well with "Rework the event system of sc-network #14197". So this PR slightly changes the re-initialization logic to reuse the original GossipEngine and not recreate it. Signed-off-by: Adrian Catangiu <[email protected]>
-
Oliver Tale-Yazdi authored
* Remove .cargo folders Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove rustfmt.toml Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Hide rustfmt.toml file Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Merge .gitignore files Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Update commit hash after history-rewrite Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Try to hot-fix license scanner Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Update .gitignore Co-authored-by: Chevdor <[email protected]> * Undo changes to check-license Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Chevdor <[email protected]>
-
Javier Viola authored
* bump zombienet to latest version * add env var * fix upgrade node text, env var for downloading artifacts
-
Alexander Samusev authored
* [ci] Add DAG * add dag * add more dag and disable deny * test cancel pipeline * fix clippy
-
Joyce Siqueira authored
* update contribution guidelines, remove redundant files * removing doc ref labels, updating links on contribution * add manifest formatting * update title Co-authored-by: Oliver Tale-Yazdi <[email protected]> * update links to the new repo * terminal friendly convention * update doc guideline format --------- Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
-
Francisco Aguirre authored
* Add instruction limit when decoding XCMs * Make the instruction limit a constant * Use vec for buffer * ".git/.scripts/commands/fmt/fmt.sh" * Go back on std * Use BoundedVec's Decode implementation * ".git/.scripts/commands/fmt/fmt.sh" * Use an actual BoundedVec to decode XCMs * Change comment location * ".git/.scripts/commands/fmt/fmt.sh" * Remove unused imports * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
-
Oliver Tale-Yazdi authored
* Fix build profiles Closes https://github.com/paritytech/polkadot-sdk/issues/1155 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Manually set version to 1.0.0 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Use workspace repo Signed-off-by: Oliver Tale-Yazdi <[email protected]> * 'Authors and Edition from workspace Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
-
Joyce Siqueira authored
* update readmes * temporary ReadMe for the Polkadot SDK * delete welcome readme * update links on substrate readme * update links on polkadot readme * update links on cumulus readme * update overseer feature comment Co-authored-by: Liam Aharon <[email protected]> * Update cumulus/README.md Co-authored-by: Liam Aharon <[email protected]> * Update cumulus/README.md Co-authored-by: Liam Aharon <[email protected]> * Update polkadot/README.md Co-authored-by: Liam Aharon <[email protected]> * Update polkadot/README.md Co-authored-by: Liam Aharon <[email protected]> * Update polkadot/README.md Co-authored-by: Liam Aharon <[email protected]> * update gitlab links Co-authored-by: Liam Aharon <[email protected]> * terminal friendly convention --------- Co-authored-by: Liam Aharon <[email protected]>
-
Nazar Mokrynskyi authored
Co-authored-by: Bastian Köcher <[email protected]>
-
- Aug 28, 2023
-
-
Oliver Tale-Yazdi authored
* Manually fix conflicting ? Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove duplicates Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Autofix feature propagation zepter lint propagate-feature --feature try-runtime --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="try-runtime:frame-try-runtime" zepter lint propagate-feature --feature runtime-benchmarks --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="runtime-benchmarks:frame-benchmarking" zepter lint propagate-feature --feature std --left-side-feature-missing=ignore --workspace --fix zepter f f Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump zepter Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add some duplicates Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Revert "Add some duplicates" This reverts commit c6ce6272 . * Remove default enabled features Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump Zepter Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump in correct location
🤦 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <[email protected]> * DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Revert "DNM: Add some mistakes" This reverts commit d469b3f0. * Revert "DNM: Add some mistakes" This reverts commit d892a73a . --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> -
Alexander Samusev authored
* [ci] Add missing components to CI * add timestamp * add pipeline-stopper-artifacts to jobs * break clippy * mv definition * fix clippy * comment timestamp, rm verbose * commen cancel * rm --verbose from build jobs * disable rusty-cachier before_script * enable timestamp back * rollback .gitignore * rollback .gitignore * rollback .gitignore
-
ordian authored
* deps: replace lru with schnellru * bring the peace to the galaxy
-
ordian authored
-
Alexander Samusev authored
* [DNM] Debug check-licenses * fix gha * add permissions * add install * add debug * try one path * run for each repo * rm check d labels * run 3 in parallel * try fail-fast: false * fix gitlab pipeline
-
Aaro Altonen authored
Co-authored-by: Bastian Köcher <[email protected]>
-
Alexandru Gheorghe authored
* ci: fix worker binaries could not be found Signed-off-by: Alexandru Gheorghe <[email protected]> * Add missing bits Signed-off-by: Alexandru Gheorghe <[email protected]> * Fix malus build Signed-off-by: Alexandru Gheorghe <[email protected]> --------- Signed-off-by: Alexandru Gheorghe <[email protected]> Co-authored-by: Alexander Samusev <[email protected]>
-
Javyer authored
As requested by @the-right-joyce and @louismerlin, the amount of required reviews from the `srlabs` team has been reduced to 1. See related discussion: https://github.com/paritytech/pr-custom-review/issues/136#issuecomment-1695262664
-
Tom Mi authored
* add Rotko Networks to relay chain bootnodes * add backed up key to westend
-
- Aug 26, 2023
-
-
Alexander Samusev authored
* [ci] Add experimental feature in tests and cargo check * fix labels GHA * disable D-labels * add check license * add auto-label-issues * fix CHECK_SPECS for labels * rm useless commands * Update .github/workflows/check-labels.yml * fix * Fudge license scanner * remove spellcheck job --------- Co-authored-by: Oliver Tale-Yazdi <[email protected]>
-
- Aug 25, 2023
-
-
Alexander Samusev authored
* CI pr-custom-review * Fix checks-reviews-api for pr-custom-review
-
Alexander Samusev authored
* Add CI for monorepo * fix frame tests * Format features Signed-off-by: Oliver Tale-Yazdi <[email protected]> * add note for skipping tests and disable test-linux-stable-all * Fix tests and compile issues (#1152) * Fix feature dependant import Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump test timeout Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove feature gate Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add resolver 2 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove old lockfile Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Format features Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fix check-dependency-rules Signed-off-by: Oliver Tale-Yazdi <[email protected]> * rm test-runtime Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Actually fix script Signed-off-by: Oliver Tale-Yazdi <[email protected]> * enable cargo-check-each-crate-macos * Run check-each-crate on 6 machines (#1163) --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
-
Liam Aharon authored
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Alexander authored
Signed-off-by: alvicsam <[email protected]>
-
Oliver Tale-Yazdi authored
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
-
Joyce Siqueira authored
* Update README.md * Update README.md
-
Joyce Siqueira authored
* Update README.md * Update README.md
-