Andronik
0cda69d34a
offences: make fn slash_fraction non-static ( #11956 )
...
* offences: make fn slash_fraction non-static
* Bastifmt (inline variable)
2022-08-02 18:49:03 +00:00
Alexandru Vasile
63f847c24f
rpc: Update jsonrpsee v0.15.1 ( #11939 )
...
* Bump jsonrpsee to v0.15.1
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Update cargo.lock
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc-servers: Adjust RpcMiddleware to WS and HTTP traits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc/author: Use `SubscriptionSink`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc/chain: Use `SubscriptionSink`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc/state: Use `SubscriptionSink`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc/finality-grandpa: Use `SubscriptionSink`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc/beefy: Use `SubscriptionSink`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* client: Extract RPC string result from queries
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Apply rust-fmt
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Fix warnings
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Fix testing
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc/tests: Remove trailing comma
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc: Use `SubscriptionResult` for implementations
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc: Remove comment
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc: Delegate middleware calls to `RpcMiddleware`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc: Remove comment
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Revert Cargo.lock
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Update Cargo.lock with minimal changes
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc: Update imports for `SubscriptionResult`
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Apply cargo fmt
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* rpc/tests: Submit raw json requests to validate DenyUnsafe
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
2022-08-02 17:00:18 +00:00
Nikos Kontakis
103f770e75
Rename node-runtime to node-kitchensink-runtime ( #11930 )
...
* Rename node=runtime to kithensink-runtime
* Undo md formatting
2022-08-02 15:25:52 +00:00
Alexander Samusev
2e8249dc17
[ci] chores: remove cargo install nextest ( #11961 )
2022-08-02 15:01:15 +02:00
bernardo
f5c644f272
benchmarking f32 step calculation ( #11890 )
...
* benchmark steps with f32
* divide by self.steps - 1
* avoid steps <= 1
* Fix step size
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fix 'steps' print and print number of args
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Add Test
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* fix comments
* Remove unneeded comment
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: parity-processbot <>
2022-08-02 12:43:57 +00:00
Niklas Adolfsson
795afe2747
fix(rpc middleware): fix is_error bug ( #11951 )
...
* fix(rpc middleware): fix `is_error` bug
* Update client/rpc-servers/src/middleware.rs
2022-08-02 07:06:36 +00:00
lisa-parity
14ca731ac4
Update the link to the runtime versioning topic ( #11957 )
2022-08-01 18:58:42 +00:00
Oliver Tale-Yazdi
60c2506a71
Remove remove_member_wrong_refund from phragmen WeightInfo ( #11952 )
...
* Remove 'remove_member_wrong_refund' from WeightInfo
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* ".git/.scripts/bench-bot.sh" pallet dev pallet_elections_phragmen
Co-authored-by: command-bot <>
2022-08-01 18:56:19 +00:00
Keith Yeung
d318a13b31
Add and implement MaxEncodedLen to token traits ( #11945 )
...
* Add and implement MaxEncodedLen bounds to token traits
* cargo fmt
* Update UI test expectations
2022-08-01 14:24:22 +00:00
Kian Paimani
f73ce5795c
remove unused staking trait bound ( #11942 )
2022-08-01 10:44:56 +00:00
Sergej Sakac
658b179686
Auto-incremental CollectionId ( #11796 )
...
* autoincrementing CollectionId
* fix
* benchmarking fix
* fmt
* fix
* update before checking
* fmt
* fix
* fmt
* commit
* tests & fix
* fix
* commit
* docs
* safe math
* unexpose function
* benchmark
* fmt
* better naming
* fix?
* merge fixes
* fmt
* ".git/.scripts/bench-bot.sh" pallet dev pallet_uniques
* wrong weight
* Update frame/uniques/src/lib.rs
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Update frame/uniques/src/lib.rs
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* using substrate trait instead of num-traits
* remove unnecessary trait
* emit NextCollectionIdIncremented in do_create_collection
* fix in benchmarks
* check for event & group import
* docs
Co-authored-by: Sergej Sakač <sergejsakac@Sergejs-MacBook-Air.local >
Co-authored-by: command-bot <>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2022-07-30 14:09:25 +00:00
yjh
e82da9d499
feat: generalize ConsensusDataProvider for manual-seal ( #11827 )
...
* feat: generalize ConsensusDataProvider for manual-seal
* rename all generic type param `proof`/`PROOF` to `P`
* rename a missing thing
* Update client/consensus/manual-seal/src/consensus.rs
Co-authored-by: Davide Galassi <davxy@datawok.net >
* Update client/consensus/manual-seal/src/consensus/babe.rs
Co-authored-by: Davide Galassi <davxy@datawok.net >
* Update client/consensus/manual-seal/src/consensus/aura.rs
Co-authored-by: Davide Galassi <davxy@datawok.net >
Co-authored-by: Davide Galassi <davxy@datawok.net >
2022-07-30 00:07:34 +02:00
Nazar Mokrynskyi
56f16f5500
Network sync refactoring (part 5) ( #11825 )
...
* Make `chain_sync` an explicit networking parameter instead of offering factory method
* Derive `Copy` on `SyncMode` and remove cloning
2022-07-29 20:17:49 +00:00
ZhiYong
3a4ad68d09
Add Event to Pallet Asset-Tx-Payment ( #11690 )
...
* Add Event to Pallet Asset-Tx-Payment
* add asset_id into the Event
Co-authored-by: parity-processbot <>
2022-07-29 17:59:03 +00:00
Adrian Catangiu
1c6867c6ed
Lean BEEFY to Full BEEFY - don't skip (older) mandatory blocks and import justifications ( #11821 )
...
* client/beefy: don't accept vote for older rounds
* client/beefy: clean up and reorg the worker struct
* client/beefy: first step towards Full BEEFY
The first step from Lean->Full BEEFY is to have the worker
enforce uninterrupted line of BEEFY finalized mandatory blocks.
There is one mandatory block per session (the first block in the
session). As such, votes processing and votes generation now
enforces that all mandatory blocks are finalized in strict
monotonically increasing sequence and no block 'N' will be worked
on if there is any GRANDPA finalized but BEEFY non-final mandatory
block 'M', where 'M < N'.
Implementation details:
- Introduced 'VoterOracle' to separate the voting decisions logic,
and track new/pending sessions.
- New sessions get queued up with the worker operating either:
1. up-to-date - all mandatory blocks leading up to current GRANDPA
finalized: queue has ONE element, the 'current session' where
`mandatory_done == true`,
2. lagging behind GRANDPA: queue has [1, N] elements, where all
`mandatory_done == false`.
In this state, everytime a session gets its mandatory block
BEEFY finalized, the session is popped off the queue,
eventually getting to operating mode `1. up-to-date`.
- Votes get triaged and those that fall withing the `VoterOracle`
allowed window get processed, the others get dropped if stale,
or buffered for later processing (when they reach the window).
- Worker general code was also updated to fall in one of two roles:
1. react to external events and change internal 'state',
2. generate events/votes based on internal 'state'.
Signed-off-by: acatangiu <adrian@parity.io >
* client/beefy: sketch idea for block import and sync
Signed-off-by: acatangiu <adrian@parity.io >
* client/beefy: add BEEFY block import
* client/beefy: process justifications from block import
* client/beefy: add TODOs for sync protocol
* client/beefy: add more docs and comments
* client/beefy-rpc: fix RPC error
* client/beefy: verify justification validity on block import
* client/beefy: more tests
* client/beefy: small fixes
- first handle and note the self vote before gossiping it,
- don't shortcircuit on err when processing pending votes.
* client/beefy: remove invalid justifications at block import
* todo: beefy block import tests
* RFC: ideas for multiple justifications per block
* Revert "RFC: ideas for multiple justifications per block"
This reverts commit 8256fb07d3124db69daf252720b3c0208202624d.
* client/beefy: append justif to backend on block import
* client/beefy: groundwork for block import test
* client/beefy: groundwork2 for block import test
* client/beefy: groundwork3 for block import test
* client/beefy: add block import test
* client/beefy: add required trait bounds to block import builder
* remove client from beefy block import, backend gets the job done
Signed-off-by: acatangiu <adrian@parity.io >
2022-07-29 15:47:21 +00:00
Dmitry Markin
2d8cf7b0e8
Always allocate slots for reserved nodes ( #11909 )
...
* Always allocate slots for reserved nodes
* minor: replace no-slot peer counter with a set
2022-07-29 12:36:48 +00:00
Mak
135c584358
Integrate automatic update of substrate-node-template ( #11931 )
...
* Integrate automatic update of substrate-node-template
* Update scripts/ci/gitlab/pipeline/publish.yml
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com >
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com >
2022-07-29 12:16:30 +00:00
joe petrowski
3bb68baa87
Require Alliance Initialisation Before Joining ( #11917 )
...
* require alliance initialisation before joining
* use noop
* make one definition of initialization
* rename event
* add todo comment
* update doc
2022-07-29 10:56:08 +00:00
yjh
6d2f5d6a06
feat: add propose method for SimpleSlotWorker ( #11692 )
...
* feat: add propose method for SimpleSlotWorker
* remove param slot
* improve code
* fmt
2022-07-29 11:32:31 +02:00
Bastian Köcher
4b3aced87e
construct_runtime!: Support parsing struct Runtime ( #11932 )
...
* construct_runtime!: Support parsing `struct Runtime`
* FMT
2022-07-29 09:22:49 +00:00
Koute
c4b607d4c9
Prevent double allocation of the payload when calling sp_io::storage::get ( #11523 )
...
* Expose allocation stats in `FreeingBumpHeapAllocator`
* Return allocation stats when calling into the runtime
* Bump `parity-scale-codec` to 3.1.3 (fork)
* Prevent double allocation of the payload when calling `sp_io::storage::get`
* Fix tests
* Remove unnecessary `mut`
* Enable the `bytes` feature for `parity-scale-codec` in `sp-runtime-interface`
* Update client/allocator/src/freeing_bump.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Bump `parity-scale-codec` to 3.1.3
* Fix some of the UI tests
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-07-29 07:46:15 +00:00
Liu-Cheng Xu
f44e4b3d48
Enrich the sync log on handling the block request ( #11747 )
...
Add more info to the log to help debug the issue like
https://github.com/paritytech/substrate/issues/11732 .
Co-authored-by: Bastian Köcher <info@kchr.de >
2022-07-28 17:31:47 +02:00
Kian Paimani
dc4ca1bb33
Fix slashing migration to v10 ( #11924 )
...
* Fix slashing migration to v10
* add some logs
* Fix default version
* fmt
* Move doc to struct
Co-authored-by: Wilfried Kopp <wilfried@parity.io >
2022-07-28 10:44:02 +00:00
Sebastian Kunert
c831138c0a
Remove retain_mut crate ( #11926 )
...
* Remove retain_mut crate
* Remove reain_mut crate from babe-consensus
2022-07-27 22:35:33 +00:00
Shawn Tabrizi
72522429a7
Make New Storage Layer Truly Default ( #11918 )
...
* with storage layer truly default
* fmt
Co-authored-by: parity-processbot <>
2022-07-26 17:49:11 +00:00
Alexander Samusev
7bdeb960c3
[ci] Return production image ( #11920 )
2022-07-26 18:03:50 +02:00
Kian Paimani
ff2c4ca02f
Properly defer slashes ( #11823 )
...
* initial draft of fixing slashing
* fix test
* Update frame/staking/src/tests.rs
Co-authored-by: Piotr Mikołajczyk <piomiko41@gmail.com >
* last touches
* add more detail about unbonding
* add migration
* fmt
Co-authored-by: Piotr Mikołajczyk <piomiko41@gmail.com >
Co-authored-by: parity-processbot <>
2022-07-26 12:44:48 +00:00
Sebastian Kunert
9f409dc0b8
Prepare for rust 1.62.1 ( #11903 )
...
* Update UI test output for rust 1.62.1
* switch ci to staging image to check that everything works
* fix artifacts node-bench-regression-guard
* Imeplement `scale_info::TypeInfo` manually to silence aggressive rust warning
* Fix more clippy lints
* Make clippy happy by relying on auto-deref were possible
* Add tracking issue to the comments
* pin ci image
Co-authored-by: alvicsam <alvicsam@gmail.com >
2022-07-26 14:37:05 +02:00
Alexander Samusev
151c5d3fd9
[ci] remove cargo-check-nixos job ( #11873 )
...
* [ci] remove cargo-check-nixos job
* remove shell.nix
2022-07-26 11:37:54 +02:00
Sergej Sakac
cdfd2da02e
Rpc for pending rewards ( #11831 )
...
* rpc pending rewards
* commit
* remove unused imports
* fix
* fix
* fmt
* fix
* fmt
* fix
* docs
* docs & formatting
* better formatting
* temporary fix
* error handling
* fix?
* fmt
* use to_string
* fmt
* fixed error handling
* fix
* rpc added to client
* Update Cargo.toml
* Update Cargo.toml
* fix wrong reward counter
* expose function
* move implementation
* docs
* docs
* docs
* Update lib.rs
* Update lib.rs
* unexpose functions
* unused dependency
* update Cargo.lock
* Update frame/nomination-pools/src/lib.rs
* Update lib.rs
* Update lib.rs
* Update frame/nomination-pools/rpc/runtime-api/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* remove rpc
* remove rpc directory
* final fix
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-07-26 11:06:48 +02:00
Sacha Lansky
a37226d09e
Fix typos ( #11914 )
2022-07-26 00:09:50 +02:00
Qinxuan Chen
16ef0cee93
Pruned duplicated dependencies ( #11900 )
...
* Update comfy-table v5.0.1 => v6.0.0
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Update strum v0.23.0 => v0.24.1
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Update h2 v0.3.9 => v0.3.13
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Update file-per-thread-logger v0.1.4 => v0.1.5
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Update mio v0.8.0 => v0.8.4
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* revert twox-hash
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Update secp256k1 v0.21.2 => v0.24.0
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
2022-07-25 16:52:11 +00:00
Alexander Theißen
c470e9d11d
contracts: Allow ChainExtension::call() to access &mut self ( #11874 )
...
* Give chain extensions the ability to store some temporary values
* Update frame/contracts/src/wasm/runtime.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com >
* Rename func_id -> id
* Replace `id` param by two functions on `env`
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com >
2022-07-25 15:48:01 +00:00
Kian Paimani
626140454d
remove FunctionOf ( #11897 )
...
* remove FunctionOf
* fix docs
Co-authored-by: parity-processbot <>
2022-07-25 15:20:19 +00:00
Falco Hirschenberger
3afa175a4c
Add era to Unbonded event ( #11770 )
...
* Add era to `Unbonded` event
fixes #11749
* Fix missing tests
* Add comment for `era` field in `Unbonded` struct.
Co-authored-by: parity-processbot <>
2022-07-25 14:53:12 +00:00
Davide Galassi
0b79a7a877
Remove unused leaves-set fields ( #11895 )
...
* Remove unused leaves-set fields
* Fix undo_import method
Old leaf sould be inserted using the displaced number
* Fix leaves count
* Apply code review suggestions
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-07-25 12:19:43 +02:00
Alexander Samusev
3753d70e45
[ci] fix node-bench-regression-guard job ( #11901 )
...
* [Do not merge] [ci] debug node-bench-regression-guard
* debug
* fix artifacts path
* add debug job
* debug
* debug
* fix job, return pipeline
2022-07-25 11:15:47 +02:00
Ikko Ashimine
b4017a4509
Fix typo in limits.rs ( #11894 )
...
alway -> always
2022-07-24 22:42:49 +02:00
Bastian Köcher
5cbf7ab224
pallet-assets: Update docs ( #11877 )
2022-07-23 19:28:25 +00:00
Branislav Kontur
b3bd5cee54
Fix for 'note_applied_extrinsic' - consider also 'extract_actual_pays_fee' ( #11849 )
2022-07-23 18:01:57 +00:00
Dmitry Markin
afc723cc30
Clarify wrong bootnode peer ID error message ( #11872 )
2022-07-22 15:08:52 +03:00
Robert Hambrock
05c71381c0
pallet-mmr: fix batch proof failures ( #11840 )
...
* pallet-mmr: extend batch proof verification test
covers all possible 2-leaf combinations now, including current
verification failures that batch proof item count limit is too low
sometimes.
* raise upper bound on proof item number
as described in
https://github.com/paritytech/substrate/issues/11753#issuecomment-1179838174
* test for powerset of leaves
* refactor batch proof verification test
* test all batch proofs for mmr sizes up to n=13
* limit mmr size to reduce batch proof test duration
* use saturating integer addition for proof check
* extract common chain building in batch proof tests
note: right now, since not killing old chain, it keeps growing by 7
blocks for every leaf selection (added after proof generation), hence
heavier to compute.
* only add blocks after a proof generation once
* increase batch proof testing range
* register offchain extensions only once
* fmt & remove unused util
2022-07-21 18:09:21 +03:00
Alexander Samusev
c3812f409c
[ci] Generate rustdocs without dependencies ( #11885 )
2022-07-21 15:35:18 +02:00
Nazar Mokrynskyi
8c323a2069
Stop RPC servers on drop ( #11679 )
...
* Stop RPC servers on drop
* Switch to existing wrappers that stop RPC servers
* Apply formatting
2022-07-21 09:11:19 +00:00
Dmitry Markin
b7ecd1af85
Cleanup light client leftovers ( #11865 )
...
* Remove --light cli option
* Cleanup light client leftovers
* Remove commented-out code and clean-up more light client leftovers
* Fix formatting with `cargo +nightly fmt`
* Remove FIXME regarding db directory structure
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-07-21 08:36:00 +00:00
Alan Sapede
42c7df936e
Make reading json genesis file faster ( #11868 )
...
* Make reading json genesis file faster
* Formatting
* fmt
2022-07-21 00:04:31 +02:00
Oliver Tale-Yazdi
e92a349749
Bump wasmtime default-pages ( #11864 )
...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2022-07-20 08:50:54 +00:00
Vlad
52e74a6e80
Don't download artifacts into the rusty-cachier-notify job ( #11850 )
2022-07-19 15:47:51 +03:00
Oliver Tale-Yazdi
1843ae83ba
Add benchmark extrinsic command ( #11456 )
...
* Benchmark extrinsic
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Reduce warmup and repeat
Running this 1000 times with a full block takes ~33 minutes 🙈 .
Reducing it to ~3 minutes per default.
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Make ExistentialDeposit public
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Add 'bechmark extrinsic' command
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Add --list and cleanup
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Unrelated Clippy
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Clippy
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fix tests and doc
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Move implementations up + fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Dont use parameter_types macro
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Cache to_lowercase() call
The .to_lowercase() on the builder is actually not needes
since its already documented to only return lower case.
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Spelling
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Use correct nightly for fmt...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Rename ED
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fix compile
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Subtract block base weight
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fixes
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Use tmp folder for test
This should already be the case since --dev is passed but
somehow not...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fix test
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2022-07-19 06:10:15 +00:00
Bastian Köcher
3d95c270e0
Disable the interest cache ( #11854 )
...
* Disable the interest cache
The feature is currently broken with the latest `tracing-core`. We will enable it again, when it is
fixed upstream.
* FMT
2022-07-18 21:25:18 +02:00