This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Conversation
* Only use dummy subsystems in overseer * Fix compilation and warnings
* switch to using paritytech/srtool * update release link
* new polkadot weights * kusama weights * update for westend * cargo update -p sp-io * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_session --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_session --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_session --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
* Update proxy filters * add session
* added new bootnode to chain spec's * remove trailing newline
* bump tx version for westend and test-runtime & bump substrate * Update runtime/test-runtime/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
* Use extensible multiaddress * copy pasta
* switch substrate to polkadot-v0.8.28 branch * Bump substrate, backport substrate/pulls#8006
* Cancel Proxy Type (#2334) * cancel proxy * fix * Remove reject_announcement and add CancelProxy to westend Co-authored-by: David Dorgan <david@parity.io> * node: pass local authorship info to the transaction pool (#2385) * node: pass local authorship to the transaction pool * update substrate Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: David Dorgan <david@parity.io>
* Bump substrate bump substrate to include fix for paritytech/substrate#8068 (comment) * bump version * bump impl_version for polkadot, kusama, westend * Blank commit to kick github
This fixes a bug in block import not reporting to the telemetry.
This reverts commit 99043f7.
* bump substrate to polkadot-v0.8.30 branch * update srtool * switch to chevdors srtool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FallbackStrategytoNothing#3088I updated westend/kusama anyhow as well, but technically we only want the wasm blob of polkadot for this one.