Bastian Köcher
fa598f176b
Companion for #6726 ( #1469 )
...
* Companion for #6726
* Spaces
* 'Update substrate'
Co-authored-by: parity-processbot <>
2020-07-26 13:16:09 +00:00
Gavin Wood
79954ae589
Reduce Westend deposit requirements ( #1341 )
...
* Switch branch
* Return chain ops parts in new_chain_ops
* Remove where param from new_chain_ops
* Add task manager to new_chain_ops return
* Revert branch switch
* Revert "Revert branch switch"
This reverts commit 7c7900c047abd794ddc759aa092811db4961a7a6.
* network/test/src/lib: Adjust network worker polling
Companion for https://github.com/paritytech/substrate/pull/6552 .
* Fix adder parachain
* Fix collator tests
* Revert branch switch
* Bump everything
- Remove old migration code
- Reduce deposit requried for westend
* Reapply fixes
* Bump locl
* Fix for #6550
* Fix message
Co-authored-by: Ashley Ruglys <ashley.ruglys@gmail.com >
Co-authored-by: Max Inden <mail@max-inden.de >
2020-07-03 15:35:36 +02:00
Bastian Köcher
c8a039067a
Companion for Substrate #6508 ( #1329 )
...
* Companion for Substrate #6508
* Update Cargo.lock
2020-06-30 15:21:45 +00:00
Arkadiy Paronyan
a6f35ee989
Companion PR to #6039 ( #1100 )
...
* remove on_block_imported
* remove on_block_imported
Co-authored-by: Gav Wood <gavin@parity.io >
2020-05-16 13:26:33 +02:00
Benjamin Kampmann
b660c226d8
Companion for #6025 ( #1098 )
2020-05-15 19:35:39 +02:00
Nikolay Volf
9049579103
Companion PR for substrate #5939 ( #1075 )
2020-05-11 12:13:24 +02:00
Bastian Köcher
054a64af7e
Companion for Substrate#5860 ( #1061 )
...
* Companion for Substrate#5860
* Update Substrate
2020-05-04 20:20:06 +02:00
pscott
15c0e6e3ed
Companion PR for #5647 ( #1035 )
2020-04-29 18:46:51 +02:00
Seun Lanlege
0e0760d56c
Drop sc-client ( #1037 )
...
* WIP
* collator
* fix missing reference
* Make collator builder more generic
* all clear
* revert start colator fn
* fix return type of start_collator
* sc-consensus
* bump back to master
* Update collator/src/lib.rs
Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org >
* Update collator/src/lib.rs
Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com >
* uncomment type MaxIterations
* reactivate append storage feature
Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org >
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com >
2020-04-28 16:20:47 +02:00
Nikolay Volf
39e8013490
Companion PR for 5657 ( #1003 )
...
* prometheus registry to txpool
* Fix network tests
* Use None as the network config path
* update substrate
Co-authored-by: Ashley Ruglys <ashley.ruglys@gmail.com >
Co-authored-by: Bastian Köcher <git@kchr.de >
2020-04-17 17:29:33 +02:00
Arkadiy Paronyan
280bf3928a
Updated for the new db ( #996 )
...
* Updated for the new db
* Bumped version
* Sort out features
* Update to substrate master
2020-04-15 15:08:51 +02:00
Pierre Krieger
75ebe7fb2e
Companion PR to #5560 - Also includes polkadot#979 and polkadot#986 ( #982 )
...
* Companion PR to #5560
* Set priorities.
* Update substrate.
* Fix tests.
* Update Substrate
* Companion of SignedExtension refactor (#5540 )
Co-authored-by: Tomasz Drwięga <tomasz@parity.io >
Co-authored-by: Alexander Theißen <alexander.theissen@parity.io >
2020-04-08 16:12:28 +02:00
Cecile Tonglet
9477be3440
Update cli to new sc-cli API ( #935 )
...
* Initial commit
Forked at: 9283855dba
Parent branch: origin/master
* Switch substrate to branch cecton-the-revenge-of-the-cli
* Adapting code
* Update Cargo.lock
* Adapting code
* Adapt more code
* Implement force_kusama parameter
* Revert dependency update
* Adapt code to use ref to SubstrateCli object
* Updated to latest version
* Updated with latest changes
* Bump spec vesion
* Fixed tests
* WIP
Forked at: 9283855dba
Parent branch: origin/master
* More fixes
* Cargo.lock
* Updated code
* Fixed and adapt
* Fixed dependency issue with wasm
* Adapted code
* Revert branch change
* Cargo.lock
* Cargo.lock
* Adapt code
* Clean-up
* More clean-up
* Cargo.lock
2020-04-07 12:08:53 +02:00
Pierre Krieger
8ce7154111
Companion PR to splitting Roles ( #960 )
...
* Companion PR to splitting Roles
* Fix network tests
* Fix service build
* Even more fixing
* Oops, quick fix
* use is_network_authority in grandpa service config
Co-authored-by: André Silva <andre.beat@gmail.com >
2020-04-03 19:08:46 +02:00
Pierre Krieger
5b5ab9757b
Don't depend directly on libp2p ( #963 )
...
* Don't depend directly on libp2p
* Fix bad import
2020-04-03 00:53:10 +02:00
Cecile Tonglet
080eb240fa
Companion PR for https://github.com/paritytech/substrate/pull/5236 ( #955 )
...
* Adapt code to API changes
* Update sp-io
2020-03-31 11:45:53 +02:00
Gavin Wood
1ddfb5c4e1
Bump to latest Substrate ( #898 )
...
* 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 >
2020-03-13 14:43:31 +01:00
Ashley
1736c2d576
Add a testnet similar to sc_network_test. ( #852 )
...
* 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
2020-03-10 15:36:21 +01:00