dharjeezy

Results 18 issues of dharjeezy

When i try compiling the node, I get this error. Any idea how to go about this? ``` node/src/service.rs:180:16 | 180 | rpc_builder: rpc_extensions_builder, | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `jsonrpsee_core::server::rpc_module::RpcModule`, found...

This PR evaluates the error being returned by `repatriate_reserved` Wrote test Fixed Benchmarks closes #12460 Polkadot address: 12ZNas89oEagaxLVNbpqmvfMxdrGrqN7gJKSpwthTUPZsrku

A0-pleasereview
B7-runtimenoteworthy
C1-low 📌
D1-audited 👍

More metrics for Beefy. - [ ] [voting - trying to vote with no session initialized](https://github.com/paritytech/substrate/blob/f0b6e79a8d21856743acc5370b5d5c3271048cb9/client/beefy/src/worker.rs#L230) - [x] [voting - no authority public key found in store](https://github.com/paritytech/substrate/blob/f0b6e79a8d21856743acc5370b5d5c3271048cb9/client/beefy/src/worker.rs#L408) - [x] [voting...

A0-pleasereview
B0-silent
C1-low 📌
D2-notlive 💤

Implement `alloc` crate Implement `hashbrown` crate Made use of [milagro](https://github.com/sigp/milagro_bls) crate for the BLS scheme. closes #166

It would make sense to support `no-std `for this repository. I will go ahead to work on this.

The migrations are defined in https://github.com/paritytech/substrate/pull/12579 This PR should only be merged after https://github.com/paritytech/substrate/pull/12579 and after running try_runtime on it. Companion PR for https://github.com/paritytech/substrate/pull/12579

closes https://github.com/paritytech/polkadot-sdk/issues/414 Polkadot address: 12GyGD3QhT4i2JJpNzvMf96sxxBLWymz4RdGCxRH5Rj5agKW

T2-pallets

Closes #43 This PR: - [x] eliminates the unsafe assumption and panics in the WebRTC litep2p config when fetching `Multiaddr`. Ensures litep2p behaves predictably even with malformed or malicious peers...