Bastian Köcher
be7dedd20c
Companion for Taskmanager: Remove clean_shutdown ( #4336 )
...
* Companion for Taskmanager: Remove `clean_shutdown`
https://github.com/paritytech/substrate/pull/10314
* Update Substrate
* Remove warning
2021-11-19 22:23:35 +01:00
Bernhard Schuster
e0af286dac
prefer code upgrades in inherent filtering ( #4334 )
...
* impl prefered items
Closes #4330
* do not stop attempting to select, just because one did not fit
* doc
* prefered -> preferred
* missing usage of the preferred indices
* sigh
* shuffle is not available for chacha
* remove duplicate weight addition
* ref vs no ref
2021-11-19 18:30:45 +00:00
Bernhard Schuster
d5d916a915
remove provisioner checks ( #4254 )
...
* chore/provisioner: move metrics to a separate module
* avoid the duplicate names
* reduce all checks
* fixup tests
* Update node/core/provisioner/src/lib.rs
Co-authored-by: Zeke Mostov <z.mostov@gmail.com >
* chore: fmt
* chore: spellcheck
* doc
* remove the enum anti-pattern
* guide update - remove all the responsibilities
* add another trivial check
* Update node/core/provisioner/src/metrics.rs
Co-authored-by: Andronik Ordian <write@reusable.software >
* Update roadmap/implementers-guide/src/node/utility/provisioner.md
Co-authored-by: Andronik Ordian <write@reusable.software >
* Update node/core/provisioner/src/metrics.rs
Co-authored-by: Andronik Ordian <write@reusable.software >
Co-authored-by: Zeke Mostov <z.mostov@gmail.com >
Co-authored-by: Andronik Ordian <write@reusable.software >
2021-11-19 18:15:59 +00:00
Zeke Mostov
eee4bb2577
Log para inherent inputs ( #4331 )
2021-11-19 17:23:37 +00:00
Robert Klotzner
25974f2076
Dispute spam protection ( #4134 )
...
* Mostly notes.
* Better error messages.
* Introduce Fatal/NonFatal + drop back channel participation
- Fatal/NonFatal - in order to make it easier to use utility functions.
- We drop the back channel in dispute participation as it won't be
needed any more.
* Better error messages.
* Utility function for receiving `CandidateEvent`s.
* Ordering module typechecks.
* cargo fmt
* Prepare spam slots module.
* Implement SpamSlots mechanism.
* Implement queues.
* cargo fmt
* Participation.
* Participation taking shape.
* Finish participation.
* cargo fmt
* Cleanup.
* WIP: Cleanup + Integration.
* Make `RollingSessionWindow` initialized by default.
* Make approval voting typecheck.
* Get rid of lazy_static & fix approval voting tests
* Move `SessionWindowSize` to node primitives.
* Implement dispute coordinator initialization.
* cargo fmt
* Make queues return error instead of boolean.
* Initialized: WIP
* Introduce chain api for getting finalized block.
* Fix ordering to only prune candidates on finalized events.
* Pruning of old sessions in spam slots.
* New import logic.
* Make everything typecheck.
* Fix warnings.
* Get rid of obsolete dispute-participation.
* Fixes.
* Add back accidentelly deleted Cargo.lock
* Deliver disputes in an ordered fashion.
* Add module docs for errors
* Use type synonym.
* hidden docs.
* Fix overseer tests.
* Ordering provider taking `CandidateReceipt`.
... To be kicked on one next commit.
* Fix ordering to use relay_parent
as included block is not unique per candidate.
* Add comment in ordering.rs.
* Take care of duplicate entries in queues.
* Better spam slots.
* Review remarks + docs.
* Fix db tests.
* Participation tests.
* Also scrape votes on first leaf for good measure.
* Make tests typecheck.
* Spelling.
* Only participate in actual disputes, not on every import.
* Don't account backing votes to spam slots.
* Fix more tests.
* Don't participate if we don't have keys.
* Fix tests, typos and warnings.
* Fix merge error.
* Spelling fixes.
* Add missing docs.
* Queue tests.
* More tests.
* Add metrics + don't short circuit import.
* Basic test for ordering provider.
* Import fix.
* Remove dead link.
* One more dead link.
Co-authored-by: Lldenaurois <Ljdenaurois@gmail.com >
2021-11-19 17:08:21 +00:00
Bastian Köcher
ef3addb6a2
Dependabot: Ignore sub-tokens ( #4328 )
2021-11-19 13:42:24 +00:00
Cheng JIANG
c6231e13e0
export hrmp config ( #4324 )
...
* export hrmp config
* fix build
2021-11-19 13:26:10 +01:00
Sergei Shulepov
43d017e063
Add missing license header ( #4321 )
...
* Add missing license header
* Update runtime/parachains/src/builder.rs
Co-authored-by: Andronik Ordian <write@reusable.software >
Co-authored-by: Andronik Ordian <write@reusable.software >
2021-11-18 23:47:42 +01:00
Sergei Shulepov
b2b15b8b52
Use non-empty validation code ( #4322 )
2021-11-18 23:47:28 +01:00
Alexander Popiak
d3a4612fc8
fix pallet-xcm extrinsic doc comments ( #4317 )
2021-11-18 22:05:27 +00:00
Sergei Shulepov
bd422af092
prepare worker: Catch unexpected unwinds ( #4304 )
...
* prepare worker: Catch unexpected unwinds
* Use more specific wording for unknown panic payload
2021-11-18 19:11:13 +01:00
André Silva
be85d5cb96
Enable BEEFY explicitly ( #4320 )
...
* enable beefy explicitly
* update beefy cli flag docs
2021-11-18 17:10:23 +00:00
dependabot[bot]
946bd0953b
Bump serde_json from 1.0.70 to 1.0.71 ( #4316 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.70 to 1.0.71.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.70...v1.0.71 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-18 09:45:38 +00:00
dependabot[bot]
2a114004cd
Bump strum from 0.22.0 to 0.23.0 ( #4308 )
...
Bumps [strum](https://github.com/Peternator7/strum ) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/Peternator7/strum/releases )
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
---
updated-dependencies:
- dependency-name: strum
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 21:25:06 +01:00
Lldenaurois
99728aaca2
Remove sort_unstable_by ( #4314 )
2021-11-17 18:51:42 +00:00
dependabot[bot]
dc33cda116
Bump tokio from 1.13.0 to 1.14.0 ( #4298 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/commits )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 13:50:08 +00:00
Bastian Köcher
620a4e45de
Substrate companion: Authority discovery multiple peer ids ( #4295 )
...
* Substrate companion: Authority discovery multiple peer ids
Authority discovery before had a fixed mapping from `PeerId` to
`AuthorityId`. This wasn't correct, as a `PeerId` can actually map to
multiple `AuthorityId`s. The linked Substrate pr fixes this.
https://github.com/paritytech/substrate/pull/10259
* Update node/network/availability-distribution/src/requester/mod.rs
* Update node/network/collator-protocol/src/validator_side/mod.rs
* Update node/network/statement-distribution/src/tests.rs
* Update guide
* Adapt to Substrate pr
* Update Substrate
2021-11-17 11:35:02 +01:00
Qinxuan Chen
6664019e9d
Companion for substrate#9878 ( #3949 )
...
* Companion for substrate#9878
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* update substrate
Co-authored-by: thiolliere <gui.thiolliere@gmail.com >
2021-11-17 17:09:03 +09:00
Bernhard Schuster
1aa6a4aba4
move paras inherent filtering to runtime ( #4028 )
...
* move things around, add filter methods
* validator keys, modify availability bitfields according to disputes
* simplify, keep the filter -> sanitize generic for both usecases
* minor
* assure tests still work, reduce changeset
* integration
* start entropy passing
* fixins
* compile, 1 failing test
* filter with coverage
* fixins
* Update runtime/parachains/src/paras_inherent.rs
Co-authored-by: Robert Habermeier <rphmeier@gmail.com >
* slip of the pen
* improve test cases
* misc
* fix
* fixins
* test avoid extra into() calls in assert_noop!
* chores
* ff
* test fixup superfluous into call
* chore: pfmt
* improve apply_block_weight_limit to try to maximize the number of sufficiently backed
blocks and add extra bitfields in a round-robin fashion
* new code treats the lack of backed candidates as ok
* Use vrf based entropy
* fixup vrf random
* add warn
* slip of the pen
* fixup
* assure ordering
* rethink apply_weights
* mock
* use a closure as predicate check
* extract and use DisputedBitfield
* chore: simplify
* remove stray dbg
* chore: fmt
* address feedback
* fix test, halfway there
* stage1
* dbg stuff
* make group selection align
* fix session index
* fix wrongly returned candidates
* cleanup
* chore fmt
* fix ensure check
* make good case test work
* more tests for bitfields
* create sanitize_backed_candidates
* fixup tests
* update guide
* add check referenced in the guide
* improve weights code
* fmt
* fixins
* Update roadmap/implementers-guide/src/runtime/inclusion.md
Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com >
* compiling + address review
* add comments
* fix weight calc
* address review comments and test failure
* fix
* fix: condition
* Fix random_sel function
* Fix overlength block check
* Zeke + Ladi commit for disputes filtering + integration test builder + runtime benchmarks + integration tests
* Add benchmarks for code upgrades
* Code upgrade bench; Feature gate TestWeightInfo
* Try and make CI happier
* Feature gate enter test to not(benchmarks)
* Make sure no unused imports/fn
* refactor, re-use, the beginning
* Fix issue with frame benchmarking dep compilation
* More precise feature gating for some derives
* integrate piece-wise
* foo
* fixins
* chore fmt
* fixins
* rename const generic
* Update runtime/parachains/src/paras_inherent.rs
Co-authored-by: Zeke Mostov <z.mostov@gmail.com >
* Fix compilation
* limit to test
* remove unused spam slots
* spellcheck
* remove a tick, fix a typo
* Add Code upgrade weights
* comment improvements + >=
Co-authored-by: Zeke Mostov <z.mostov@gmail.com >
* remove another tick
* Update runtime/parachains/src/paras_inherent/benchmarking.rs
Co-authored-by: Zeke Mostov <z.mostov@gmail.com >
* saturating fixins + some spaces
* fix
* benchmarking - preliminary results
* Add training wheels
* Refactor some early exit logic for enter
* Gracefully handle filtering bitfields & candidates (#4280 )
This updates the logic for sanitize_bitfields and sanitize_backed_candidates to never error when there is an issue, but instead to simply skip the problematic items.
* Refactor inherent data weight limiting logic (#4287 )
* Apply suggestions from code review
* Update runtime/parachains/src/builder.rs
Co-authored-by: Zeke Mostov <z.mostov@gmail.com >
* Update runtime/parachains/src/builder.rs
* Update runtime/parachains/src/paras_inherent.rs
* final pass
* Run cargo +nightly-2021-10-29 fmt
* Update implementors guide with `sanitize_*` & `enter` (#4294 )
* Make spell check happier
* Make wasm runtimes compile with benchmarks enabled (#4303 )
* comment stuff out, use old toml
* Seems to be working?
* Remove feature gating from builder
* Remove commented out stuff
* Remove generic from digest
* Update weight files for runtime
Co-authored-by: Robert Habermeier <rphmeier@gmail.com >
Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com >
Co-authored-by: Lldenaurois <Ljdenaurois@gmail.com >
Co-authored-by: Zeke Mostov <z.mostov@gmail.com >
Co-authored-by: Bastian Köcher <info@kchr.de >
2021-11-16 18:39:39 +00:00
dependabot[bot]
4a2e412000
Bump async-process from 1.1.0 to 1.3.0 ( #4260 )
...
Bumps [async-process](https://github.com/smol-rs/async-process ) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/smol-rs/async-process/releases )
- [Changelog](https://github.com/smol-rs/async-process/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/async-process/compare/v1.1.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: async-process
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-16 18:07:55 +01:00
dependabot[bot]
02c6ed32e4
Bump serde_json from 1.0.69 to 1.0.70 ( #4284 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.69 to 1.0.70.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.69...v1.0.70 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-16 09:32:07 +01:00
David Salami
0ca459d2f2
Update event variants ( #4262 )
...
* update event variants
* fmt
* fixes
* update substrate
Co-authored-by: thiolliere <gui.thiolliere@gmail.com >
2021-11-16 02:53:48 +00:00
Shawn Tabrizi
59e90a77f0
Tweaks to XCM for Benchmarking ( #4283 )
...
* tweaks to xcm stuff for benchmarking
* Update xcm/xcm-executor/src/lib.rs
2021-11-15 21:38:11 +00:00
Martin Pugh
08b8929c32
bump versions ( #4285 )
2021-11-15 14:05:12 +01:00
Sergei Shulepov
2769066136
Increase preparation timeout ( #4270 )
...
* Increase preparation-timeout to 60 seconds
* Adapt `pvf_preparation_time` metric to the new value
2021-11-15 12:48:00 +01:00
dependabot[bot]
43ffe16e4c
Bump hex-literal from 0.3.3 to 0.3.4 ( #4264 )
...
Bumps [hex-literal](https://github.com/RustCrypto/utils ) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/RustCrypto/utils/releases )
- [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.3...hex-literal-v0.3.4 )
---
updated-dependencies:
- dependency-name: hex-literal
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-13 21:58:04 +00:00
Chris Sosnin
f5fbaa139f
PVF host prechecking support v2 ( #4123 )
...
* pvf host: store only compiled artifacts on disk
* Correctly handle failed artifacts
* Serialize result of PVF preparation uniquely
* Set the artifact state depending on the result
* Return the result of PVF preparation directly
* Move PrepareError to the error module
* Update doc comments
* Update misleading comment
* pvf host: turn off parallel compilation
* pvf host: implement precheck requests
* Fix warnings
* Unnecessary clone
* Add a note about timed out outcome
* Revert the pool outcome handling behavior
* Move the prepare result type into error mod
* Test prepare done
* fmt
* Add an explanation to wasmtime config
* Split pvf host test
* Add precheck to dictionary
Co-authored-by: Sergei Shulepov <sergei@parity.io >
2021-11-13 17:25:59 +01:00
Sergei Shulepov
ada3fe1a2b
Limit the number of PVF workers ( #4273 )
...
* Limit the number of PVF workers
In particular, limit the number of preparation workers to 1 (soft &
hard) and limit the number of execution workers to 2.
The reason why we are doing this is that it seems many workers launched
at the same time can cause problems. I.e. if there are more than 2
preparation workers, the time for preparation rises significantly to the
point of reaching the timeout.
This was mostly observed with parallel_compilation=true, so each worker
used `numcpu` threads and now we are looking to flip that parameter to
`false`. That said, we want to err on the safe side here and gradually
enable it later if our measurements show that we can do that safely.
* Adjust the test to accomodate the changed config value
2021-11-13 13:02:25 +01:00
Denis Pisarev
1568bb5c9a
3x8 update nightly fix fmt ( #4241 )
...
* CI: revert me [skip ci]
* CI: revert me too
* fmt with latest nightly
* CI: undebug
Co-authored-by: Andronik Ordian <write@reusable.software >
2021-11-12 21:06:31 +01:00
Bernhard Schuster
2595d8c23c
chore: fmt should print version ( #4274 )
...
Because it's just too aggravating having to fetch the container every time to
find out the version of cargo +nightly fmt.
2021-11-12 17:31:28 +00:00
Sergei Shulepov
424ffbe6c1
Bump pwasm-utils to 0.18.2 ( #4267 )
2021-11-12 18:16:27 +01:00
Sergei Shulepov
1cf07b2162
Increment the retired metric instead of spawned ( #4269 )
2021-11-12 18:16:08 +01:00
Andronik Ordian
fa1080a03a
req/resp: use IfDisconnected::ImmediateError ( #4253 )
...
* req/resp: use IfDisconnected::ImmediateError
* remove outdated comments
* fmt
2021-11-12 17:01:52 +00:00
Arkadiy Paronyan
4354b6482e
Remove light client companion ( #4191 )
...
* Remove light client companion
* Update substrate
* cargo fmt
* Fixed benches
* fmt
2021-11-12 15:07:33 +01:00
Kian Paimani
ea16b72e0b
Enable full use of pallet-bags-list in westend and kusama runtimes ( #4195 )
2021-11-12 13:13:53 +00:00
Andronik Ordian
760d6804dc
collator-protocol: do not connect to the next group ( #4261 )
...
* collator-protocol: do not connect to the next group
* fmt
2021-11-11 15:38:41 -06:00
sandreim
b0f89bbfbc
Per subsystem CPU usage tracking ( #4239 )
...
* SubsystemContext: add subsystem name str
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* Overseer builder proc macro changes
* initilize SubsystemContext name field.
* Add subsystem name in TaskKind::launch_task()
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* Update ToOverseer enum
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* Assign subsystem names to orphan tasks
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* cargo fmt
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* SubsystemContext: add subsystem name str
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* Overseer builder proc macro changes
* initilize SubsystemContext name field.
* Add subsystem name in TaskKind::launch_task()
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* Update ToOverseer enum
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* Assign subsystem names to orphan tasks
Signed-off-by: Andrei Sandu <sandu.andrei@gmail.com >
* cargo fmt
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Rebase changes for new spawn() group param
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Add subsystem constat in JobTrait
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Add subsystem string
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Fix tests
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Fix spawn() calls
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* cargo fmt
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Fix
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Fix tests
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* fix
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Fix more tests
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Address PR review feedback #1
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Address PR review round 2
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Fixes
- remove JobTrait::Subsystem
- fix tests
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* update Cargo.lock
Co-authored-by: Andronik Ordian <write@reusable.software >
2021-11-11 18:53:37 +00:00
Denis Pisarev
9d5724f926
CI: chore ( #3957 )
...
* CI: chore
* CI: lsof and jq are installed
* CI: generate docs with deps
* CI: remove check width, fmt checks it
* CI: simplify rules
* CI: make CI image variable
* CI: more chore
* rm check_line_width.sh
* CI: fix spellcheck; fix check-transaction
* CI: return installing jq
* lint: remove dupes
2021-11-11 17:38:05 +01:00
David
62146d849d
Companion – Update jsonrpsee to 0.4.1 ( #4256 )
...
* Update staking-miner
* fmt
* lockfile
* Point to substrate companion branch
* Revert "Point to substrate companion branch"
This reverts commit 3f8afc5d3137614776f54c7dac3c9077268c5fe5.
* Revert 3f8afc5d3137614776f54c7dac3c9077268c5fe5
* Remove `params` macro in favour of `rpc_macro` from jsonrpsee
* update Cargo.lock
* remove unused import
Co-authored-by: Andronik Ordian <write@reusable.software >
2021-11-11 13:00:58 +00:00
Alexander Popiak
8156dbe73d
Add more XCM tracing ( #4211 )
...
* add more logging to currency adapter
* add more logging to barriers
* reformat currency adapter trace logs
* add tracing logs for filter asset location
* add tracing logs to fungibles adapter
* add tracing to origin conversion
* add tracing logs for xcm weight trading
* fix compile errors
* add more tracing logs to xcm executor
* formatting and compile fixes
* add some tracing logs to pallet-xcm
* adjust log target in executor to debug
* fix closure args
2021-11-11 08:42:35 +00:00
Benjamin Kampmann
fc19a6798c
Update dependencies for latest substrate master ( #4258 )
2021-11-10 18:16:18 +01:00
dependabot[bot]
51e884a064
Bump mick-jaeger from 0.1.4 to 0.1.6 ( #4249 )
...
Bumps [mick-jaeger](https://github.com/tomaka/mick-jaeger ) from 0.1.4 to 0.1.6.
- [Release notes](https://github.com/tomaka/mick-jaeger/releases )
- [Commits](https://github.com/tomaka/mick-jaeger/commits )
---
updated-dependencies:
- dependency-name: mick-jaeger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 09:05:10 +01:00
dependabot[bot]
c7dd9602a5
Bump dlmalloc from 0.2.2 to 0.2.3 ( #4250 )
...
Bumps [dlmalloc](https://github.com/alexcrichton/dlmalloc-rs ) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/alexcrichton/dlmalloc-rs/releases )
- [Commits](https://github.com/alexcrichton/dlmalloc-rs/compare/0.2.2...0.2.3 )
---
updated-dependencies:
- dependency-name: dlmalloc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 22:31:59 +00:00
dependabot[bot]
cd87684b05
Bump libc from 0.2.106 to 0.2.107 ( #4235 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.106 to 0.2.107.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.106...0.2.107 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 22:34:54 +01:00
dependabot[bot]
8e1b72c065
Bump paste from 1.0.5 to 1.0.6 ( #4244 )
...
Bumps [paste](https://github.com/dtolnay/paste ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/dtolnay/paste/releases )
- [Commits](https://github.com/dtolnay/paste/compare/1.0.5...1.0.6 )
---
updated-dependencies:
- dependency-name: paste
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 22:28:19 +01:00
dependabot[bot]
c33b065b53
Bump serde_json from 1.0.68 to 1.0.69 ( #4236 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.68 to 1.0.69.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.68...v1.0.69 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 22:24:26 +01:00
Koute
3080f793e3
Update wasmtime and related dependencies (companion for Substrate#10149) ( #4210 )
...
* Update `wasmtime` and related dependencies
* Update `substrate` to 7adee13ddc48a9d715eb2f9caa37d99713fa0102
2021-11-09 13:12:57 +00:00
Benjamin Kampmann
33f11dc1e8
update cargo lock to unbreak dep of a dep ( #4245 )
2021-11-09 11:46:50 +01:00
Robert Klotzner
6950ea66be
Increase maximum chunk size to adjust for small networks. ( #4220 )
...
* Increase maximum chunk size to adjust for small networks.
* Issue warning on invalid merkle proofs.
* warn -> debug on invalid merkle proof.
2021-11-08 18:00:40 -06:00
Bernhard Schuster
edac78d03c
availability recovery type name clarifications ( #4203 )
...
* minor changes
* fmt
* rename to expressive types
* chore: fixup
* chore: remove `Data` prefixes
* address review comments
* guide items
* sourcer -> source, add `FromValdiators` suffix
2021-11-08 13:43:23 +00:00