Qinxuan Chen

Results 13 issues of Qinxuan Chen

example: ```rust use serde::{Deserialize, Serialize}; #[derive(Debug, Serialize, Deserialize)] struct Inner { inner: u32, } #[derive(Debug, Serialize, Deserialize)] pub struct Outer { out: u32, #[serde(flatten)] inner: Inner, } fn main() {...

How about moving [wasm-timer](https://github.com/tomaka/wasm-timer) into the `rust-libp2p/misc` dir, like #2641 did. /cc @mxinden @tomaka

polkadot 0.8.28-1-99043f78-x86_64-linux-gnu: ``` 2021-02-23 14:06:48 ✨ Imported #3909354 (0xd780…2e37) 2021-02-23 14:06:53 💤 Idle (36 peers), best: #3909354 (0xd780…2e37), finalized #3909351 (0xd1d9…baae), ⬇ 56.0kiB/s ⬆ 77.9kiB/s 2021-02-23 14:06:54 ✨ Imported #3909355...

bug

## Description Replace the [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek) with [ed25519-zebra](https://github.com/ZcashFoundation/ed25519-zebra). ## Motivation I noticed that substrate has [replaced the ed25519 implementation with ed25519-zebra](https://github.com/paritytech/substrate/pull/11781), and I'm not sure if libp2p needs to be replaced...

## `CheckOnlySudo` SignedExtension The `CheckOnlySudo` is a signed extension for checking the signer of the transaction, and ensure the signed transactions are only valid if they are signed by root....

## What does it do? This PR is a part of #12248 and it need #12401 to be merged firstly In this PR, I migrate the tests of `frame/support/test` from...

## What does it do? This PR is a part of #12248. After some discussion in #12326, most developers prefer to just remove the old `decl_*` macros. But there is...

- update `criterion` to v0.4.0 - update `trie-bench` to v0.34.0 https://github.com/paritytech/trie/pull/176

A0-pleasereview
B0-silent
C1-low 📌
D3-trivial 🧸