- 31 Mar, 2021 14 commits
-
-
André Silva authored
-
André Silva authored
-
André Silva authored
- revert unnecessary changes - add missing /std dependencies - remove unused dependencies
-
adoerr authored
-
asynchronous rob authored
* onto the front * fix early exit for waiting for requests * add logging back
-
adoerr authored
-
adoerr authored
-
adoerr authored
-
adoerr authored
-
adoerr authored
-
adoerr authored
-
adoerr authored
-
Gavin Wood authored
Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
Kian Paimani authored
* Add some tests to demonstrate an estimate of the nominator limit * Update runtime/kusama/src/lib.rs * Update runtime/polkadot/src/lib.rs Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> * Fix build * remove max Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- 30 Mar, 2021 12 commits
-
-
Shawn Tabrizi authored
* Add Root functions to Paras * note past code * fix build * fix test build * compile fix and force_queue_action
-
Andronik Ordian authored
* gossip: choose random subset on send * naming bikeshed
-
Andronik Ordian authored
-
thiolliere authored
-
Gavin Wood authored
* Fungibles adapter and MultiLocation::X8 * Comments * Comment & whitespace * Fix up CI/CD for the new labels. * Fix labels * Whitespace * Fixes * Update Cargo.lock * Update xcm/xcm-builder/src/fungibles_adapter.rs Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
adoerr authored
-
asynchronous rob authored
* guide updates * keep interactions alive until receivers drop * retry indefinitely * cancel approval tasks on finality * use swap_remove instead of remove
-
adoerr authored
-
adoerr authored
-
Robert Klotzner authored
* Add tags to pov-fetcher. * Add stage as well. * Get rid of redundant tags.
-
Andronik Ordian authored
-
Bastian Köcher authored
* Companion for Substrate#8472 https://github.com/paritytech/substrate/pull/8472 * update Substrate Co-authored-by: parity-processbot <>
-
- 29 Mar, 2021 11 commits
-
-
Robert Klotzner authored
* availability-distribution: Retry on fail on next block. Retry failed fetches on next block when still pending availability. * Update node/network/availability-distribution/src/requester/fetch_task/mod.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Fix existing tests. * Add test for trying all validators. * Add test for testing retries. Co-authored-by:
Andronik Ordian <write@reusable.software>
-
asynchronous rob authored
* tracing for pending_known map * fix condition in retain * add block hash to pending tracing
-
asynchronous rob authored
-
asynchronous rob authored
-
Shawn Tabrizi authored
* Add many sanity checks to Crowdloans * fix tests * test contribution block in integration test * fix rococo build * remove leaser from crowdloans * fix docs and terms * fix compile
-
asynchronous rob authored
-
legacycode authored
-
asynchronous rob authored
* reduce signal channel capacity * more tracing for approval-voting
-
Shawn Tabrizi authored
* Update auctions.rs * Add integration test * check that bid to another para requires new funds
-
Tomasz Drwięga authored
-
Robert Klotzner authored
* Remove stuff out of the runtime that does not belong there. There might be more, but it is a start. * White space fixes. * Fix tests. * Leave whitespace in ui tests alone. * Add back zstd for no reason. * Fix browser wasm (hopefully)
-
- 28 Mar, 2021 3 commits
-
-
Shawn Tabrizi authored
* Update auctions.rs * Update auctions.rs
-
asynchronous rob authored
* overseer: pass messages directly between subsystems * test that message is held on to * Update node/overseer/src/lib.rs Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> * give every subsystem an unbounded sender too * remove metered_channel::name 1. we don't provide good names 2. these names are never used anywhere * unused mut * remove unnecessary &mut * subsystem unbounded_send * remove unused MaybeTimer We have channel size metrics that serve the same purpose better now and the implementation of message timing was pretty ugly. * remove comment * split up senders and receivers * update metrics * fix tests * fix test subsystem context * use SubsystemSender in jobs system now * refactor of awful jobs code * expose public `run` on JobSubsystem * update candidate backing to new jobs & use unbounded * bitfield signing * candidate-selection * provisioner * approval voting: send unbounded for assignment/approvals * async not needed * begin bridge split * split up network tasks into background worker * port over network bridge * Update node/network/bridge/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * rename ValidationWorkerNotifications Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> Co-authored-by:
Andronik Ordian <write@reusable.software>
-
Andronik Ordian authored
* approval-distribution: limit the amount of packets on unify * guide: fix a typo * compilation fix * grammar * Update roadmap/implementers-guide/src/node/approval/approval-distribution.md Co-authored-by:
David <dvdplm@gmail.com> * more grammar * propagate only local assignments/approvals after a certain depth * increase the threshold * guides update Co-authored-by:
David <dvdplm@gmail.com>
-