- May 19, 2021
-
-
ordian authored
* validator_discovery: less flexible, but simpler design * fix test * remove unused struct * smol optimization
-
Robert Klotzner authored
* Actually connect to new validators at session boundary. * Add tracing.
-
Sergey Pepyakin authored
* Register ReadRuntimeVersionExt * Update Substrate This includes the fix of compilation for macOS platforms.
-
- May 18, 2021
-
-
Martin Pugh authored
* bump version & spec version * update Cargo.lock * bump substrate
-
Martin Pugh authored
* remove weights migration from kusama * remove migrations in westend also
-
Gavin Wood authored
* Statemint can teleport into Kusama * Bump * Fixes * Fixes
-
Shaun Wang authored
* Migrate auctions pallet to pallet attribute macro. * Rename extra constants.
-
Bernhard Schuster authored
-
- May 17, 2021
-
-
Denis_P authored
-
Martin Pugh authored
* fix check_labels * runtime change test. revert me * Revert "runtime change test. revert me" This reverts commit 6bec7e34f522555f9ac84332721c191d547bdf16.
-
- May 15, 2021
-
-
Xiliang Chen authored
* issue with ArtifactId::path * fix artifacts path * Wrap an overly long line Co-authored-by: Sergei Shulepov <[email protected]>
-
- May 14, 2021
-
-
Pierre Krieger authored
-
Pierre Krieger authored
-
Shawn Tabrizi authored
* Add check that parachain is fully registered before starting crowdloan * fix tests * fix benchmarks
-
- May 13, 2021
-
-
Hernando Castano authored
* Add bridges code to workspace * Add Rococo and Wococo bridge instances to Rococo runtime * Add Rococo and Wococo runtime APIs * Add GenesisConfig parameters for bridge pallet * Update Rococo spec_version used by bridge relayer * Add scripts for running Rococo and Wococo dev nodes * Add scripts for running Rococo<>Wococo header sync * Apply patch for build artifact location * Remove bridges crates from workspace * Downgrade async related dependencies * Change bridge pallet owner to be `root_key` * Bump number of `MaxRequests` allowed * Revert changes in `bridges` subtree folder * Use correct account for Sudo * Add comment explaining duplicate bridge pallets * Remove WeightInfo comment. Co-authored-by: Tomasz Drwięga <[email protected]>
-
ordian authored
* bump spec versions in kusama, polkadot and westend again II * Don't build artifacts for the downstream simnet job as it's disabled now * uncomment rococo-v1 publishing job Co-authored-by: Vladimir Istyufeev <[email protected]>
-
Sergey Pepyakin authored
-
ordian authored
* validator_discovery: simplification * compilation fixes * compilation fixes II * compilation fixes III * compilation fixes IV
-
Sergey Pepyakin authored
-
- May 12, 2021
-
-
Gavin Wood authored
* Introduce reserve-asset transfer extrinsic * Fixes
-
Andreas Doerr authored
-
Shawn Tabrizi authored
* enable registration on kusama * Update runtime/westend/src/lib.rs Co-authored-by: Gavin Wood <[email protected]>
-
Gavin Wood authored
* Check out/in assets when teleporting to maintain total issuance * Fixes * Fixes * Fixes * Fixes * Update xcm/xcm-executor/src/traits/transact_asset.rs Co-authored-by: Shawn Tabrizi <[email protected]> * Docs Co-authored-by: Shawn Tabrizi <[email protected]>
-
- May 11, 2021
-
-
Shawn Tabrizi authored
* add to westend * fixes * fix runtime tests * add to kusama * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_auctions.rs * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::crowdloan --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_crowdloan.rs * fix auctions benchmarks * add benchmark to kusama * update weights * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::crowdloan --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_crowdloan.rs * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_auctions.rs * update to use weights * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_auctions.rs * Initiate auctions with 2/3 council * add check and docs * update crowdloan deposits * move tests * move other tests * update ending period * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_auctions.rs * fix origin * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_auctions.rs Co-authored-by: Parity Bot <[email protected]> Co-authored-by: Gavin Wood <[email protected]>
-
Gavin Wood authored
* Extrinsic for reserving a parachain ID * Fixes * Fixes * Docs * cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_common::paras_registrar --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_common_paras_registrar.rs * Update runtime/common/src/paras_registrar.rs Co-authored-by: Robert Habermeier <[email protected]> * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::paras_registrar --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_paras_registrar.rs Co-authored-by: Parity Bot <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: Robert Habermeier <[email protected]>
-
Gavin Wood authored
* Initial integration of Gilts pallet (Kusama) * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_gilt --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * Use real weights * Update lock * Merge * Fixes * Add working. * Add proper curve arithmetic * Fixes * Fixes * Make build * Fixes * Fixes * Fix build * remove dep. * undo dep. * upadte substrate * Fix * Bump Substrate * Fixes * Fixes * Fix test * Remove cap and some tests * Fixes * Fixes * Update runtime/kusama/src/lib.rs Co-authored-by: Kian Paimani <[email protected]> * bump the lock file * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes Co-authored-by: Parity Benchmarking Bot <[email protected]> Co-authored-by: kianenigma <[email protected]> Co-authored-by: Kian Paimani <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
-
Martin Pugh authored
* bump version and spec_version * fix generate_release_text.rb * Revert "fix generate_release_text.rb" This reverts commit 9e01e0ae4f6db2155d123f69063db7d7564588e0. * fix publish_draft_release * fix publish_draft_release * update target cache
-
- May 10, 2021
-
-
Vladimir Istyufeev authored
-
Andreas Doerr authored
* Add --disable-beefy CLI flag * Update cli/src/command.rs Co-authored-by: Andronik Ordian <[email protected]> * Update node/test/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update parachain/test-parachains/adder/collator/src/main.rs Co-authored-by: Bastian Köcher <[email protected]> * Update cli/src/command.rs Co-authored-by: André Silva <[email protected]> * Update cli/src/cli.rs Co-authored-by: André Silva <[email protected]> * Update cli/src/cli.rs Co-authored-by: Bastian Köcher <[email protected]> * Update cli/src/cli.rs Co-authored-by: André Silva <[email protected]> Co-authored-by: Andronik Ordian <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: André Silva <[email protected]>
-
Robert Klotzner authored
* Reporting peer might come first before trying to request data, depending on scheduler. * Better test.
-
Gavin Wood authored
* Dispatchable for teleporting assets * Fixes * Fixes * Fixes * Fixes * Fixes * Update node/network/protocol/src/peer_set.rs Co-authored-by: Shawn Tabrizi <[email protected]> * Update xcm/src/v0/traits.rs Co-authored-by: Shawn Tabrizi <[email protected]>
-
- May 07, 2021
-
-
ordian authored
-
Gavin Wood authored
* Make ParaId value of public paras non-discretionary * Fixes * Fixes * fix tests * fix benchmark tests * dont use hardcoded number Co-authored-by: Shawn Tabrizi <[email protected]>
-
- May 06, 2021
-
-
Robert Klotzner authored
* Flood protection for large statements. * Add test for flood protection. * Doc improvements.
-
Pierre Krieger authored
* Companion PR for #8682 * Compilation fix * Update beefy * update Substrate Co-authored-by: parity-processbot <>
-
Robert Klotzner authored
* Cleanup obsolete code. * Move session cache to requester.
-
Robert Klotzner authored
* Guide updates WIP * Add note. * Statement distribution guide update. * Small fixes.
-
Robert Klotzner authored
* Always connect in collator protocol. * Fix unused import. * We always issue connection requests now. * Fix stupid boolean logic with one variable. * Fix CI.
-
- May 04, 2021
-
-
Hernando Castano authored
b2099c5c Bump Substrate to `b094edaf` (#958) 3f037094 Bump endowment amounts on Rialto and Millau (#957) b21fd07c Bump Substrate WASM builder (#947) 30ccd07c Bump Substrate to `ec180313` (#955) a7422ab1 Upgrade to GitHub-native Dependabot (#945) ed20ef34 Move pallet-bridge-dispatch types to primitives (#948) 2070c4d6 Endow accounts and add `bridgeIds` to chainspec. (#951) f43c9243 Fix account derivation in CLI (#952) 9ac07e73 Add backbone configuration of cargo-spellcheck (#924) 2761c3fe Message dispatch support multiple instances (#942) 801c99f3 Add Wococo<>Rococo Header Relayer (#925) 21f49051 Remove Westend<>Rococo header sync (#940) 06235f16 do not panic if pallet is not yet initialized (#937) a13ee0bc Bump Substrate (#939) f8680cbf jsonrpsee alpha6 (#938) 6163bcbf reonnect to failed client in on-demand relay background task (#936) 14e82bea Do not spawn additional task for on-demand relays (#933) b1557b88 Relay at least one header for every source chain session (#923) 9420649c Remove deprecated Runtime Header APIs (#932) 9627011e Update README.md (#931) 7b736b9c Truncate output in logs. (#930) faad06e3 Make sure that relayers have dates in logs. (#927) 07734535 Update dump-logs script. (#928) c2d56b2e Add pruning to bechmarks & update weights. (#918) a30c51dc Add properties to Chain Spec (#917) d691c73e Fix issue with on-demand headers relay not starting (#921) 8ee55c1e Fix image publishing. (#922) f51fb59d Prefix in relay loops logs (#920) git-subtree-dir: bridges git-subtree-split: b2099c5c0baf569e2ec7228507b6e4f3972143cc
-
Gavin Wood authored
* Enable Pallet XCM for Kusama & Westend * Fixes Co-authored-by: André Silva <[email protected]>
-