- May 26, 2021
-
-
Kian Paimani authored
* Update lock file * revert * fix properly * update Substrate Co-authored-by: parity-processbot <>
-
- May 25, 2021
-
-
ordian authored
* validator_discovery: small tweak in retrying logic * validator_discovery: use timeouts instead
-
Bastian Köcher authored
* Introduce polkadot code substitute This introduces a code substitute for the on-chain wasm of Polkadot from block `0x86aa36a140dfc449c30dbce16ce0fea33d5c3786766baa764e33f336841b9e29` on wards. The underlying problem was that there exists some miscompilation by the rust compiler in the wasm runtime that results in state mismatches between the native/wasm runtime of the the 0.8.30 release. This resulted in blocks being authored by the native runtime not being importable by nodes using the wasm runtime. The on-chain wasm is replaced by a wasm build from the 0.8.30 using the rustc nightly from 1.03.2021. * update the wasm substitute blob * update Substrate Co-authored-by: André Silva <[email protected]> Co-authored-by: parity-processbot <>
-
- May 24, 2021
-
-
Giuseppe Bertone authored
-
Martin Pugh authored
-
asynchronous rob authored
-
- May 23, 2021
-
-
asynchronous rob authored
-
- May 22, 2021
-
-
Shawn Tabrizi authored
-
stanly-johnson authored
-
asynchronous rob authored
* log validator index when importing statement * log validation failures in debug
-
ordian authored
* network-bridge: downgrade log level of benefit rep change * remove it as we log it at higher level
-
Bernhard Schuster authored
-
- May 21, 2021
-
-
Robert Klotzner authored
* State can be finished due to `Share` message. Therefoe a task can still be running in that state. Removed panic and changed state name to reflect possibility of `Share` message. * bump spec versions in kusama, polkadot and westend again III * properly bump for the upcoming release Co-authored-by: Andronik Ordian <[email protected]>
-
Pierre Krieger authored
-
Sergey Pepyakin authored
* Put WIP artifacts next to ready ones Fixes #3044 * Apply suggestions from code review Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
- May 20, 2021
-
-
Shawn Tabrizi authored
-
Bastian Köcher authored
-
Bastian Köcher authored
-
Martin Pugh authored
-
ordian authored
* validator_discovery: less flexible, but simpler design * fix test * remove unused struct * smol optimization * validator_discovery: basic retrying logic * add a test * add more tests * update the guide * more test logic * Require at least 2/3 connectivity. * Fix test. * Update node/network/gossip-support/src/lib.rs Co-authored-by: André Silva <[email protected]> * Update node/network/gossip-support/src/lib.rs Co-authored-by: André Silva <[email protected]> Co-authored-by: Robert Klotzner <[email protected]> Co-authored-by: Robert Klotzner <[email protected]> Co-authored-by: André Silva <[email protected]>
-
Gavin Wood authored
* Reserves for bids during ending period persist until auction done * Fixes * Fixes * Fixes * Fixes * Update auctions.rs
-
- May 19, 2021
-
-
Shaun Wang authored
-
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
-