- 02 Apr, 2020 1 commit
-
-
Pierre Krieger authored
* Don't depend directly on libp2p * Fix bad import
-
- 31 Mar, 2020 2 commits
-
-
Cecile Tonglet authored
-
https://github.com/paritytech/substrate/pull/5236Cecile Tonglet authored
* Adapt code to API changes * Update sp-io
-
- 26 Mar, 2020 1 commit
-
-
Cecile Tonglet authored
-
- 24 Mar, 2020 1 commit
-
-
Cecile Tonglet authored
-
- 21 Mar, 2020 1 commit
-
-
Gavin Wood authored
* Updates for the new democracy * Introduce progressive democracy Also move to "master" branch of Substrate ready for continuous sync with Substrate master.
-
- 13 Mar, 2020 1 commit
-
-
Gavin Wood authored
* Flag to force kusama runtime * Chainspecs for kusama * Polkadot config for westend Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * network/src/legacy/gossip: Wrap GossipEngine in Arc Mutex & lock it on use `GossipEngine` in itself has no need to be Send and Sync, given that it does not rely on separately spawned background tasks anymore. `RegisteredMessageValidator` needs to be `Send` and `Sync` due to the inherited trait bounds from implementing `GossipService`. In addition `RegisteredMessageValidator` derives `Clone`. Thereby `GossipEngine` needs to be wrapped in an `Arc` and `Mutex` to keep the status quo. * Needed fixes. * Fixes * Fixed build * Fixed build w benchmarking CLI * Fixed building tests * Added --dev shortcut Co-authored-by:
arkpar <arkady.paronyan@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Max Inden <mail@max-inden.de>
-
- 10 Mar, 2020 1 commit
-
-
Ashley authored
* Copy over files * Most network tests work * Fix copyrights * Strip out unneeded pallets * Update test-runtime and remove unused network test things * Upgrade test runtime * Strip more things out of the test runtime * Bump kusama impl version
-