Tags: peter-jim/polkadot
Tags
Initialize telemetry earlier (paritytech#2549) This fixes a bug in block import not reporting to the telemetry.
[release] Prep for v0.8.29 (paritytech#2497) * bump version and substrate * update weights * bump substrate * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --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=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --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=kusama-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
Backports for v0.8.28-rc4 (paritytech#2386) * Cancel Proxy Type (paritytech#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 (paritytech#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>
v0.8.28-rc3 (paritytech#2350) * switch substrate to polkadot-v0.8.28 branch * Bump substrate, backport substrate/pulls#8006
Use Extensible Multiaddress in all Polkadot Runtimes (paritytech#2126) * Use extensible multiaddress * copy pasta
bump transaction_version for polkadot + kusama (paritytech#2330)
PreviousNext