substrate icon indicating copy to clipboard operation
substrate copied to clipboard

Substrate: The platform for blockchain innovators

Results 604 substrate issues
Sort by recently updated
recently updated
newest added

This is a tracking for the new implementation of syncing protocol and algorithm in substrate. It mostly concerns full/fast sync, but not warp sync. ### Current implementation issues. 1. Reliance...

I6-refactor ๐Ÿงน
P5-sometimesoon
Q5-substantial

This replaces `decode_all` for Opaque Types with `decode_all_with_depth_limit` respecting the depth limit defined by `sp_api::MAX_EXTRINSIC_DEPTH`.

A0-pleasereview
B0-silent
C1-low ๐Ÿ“Œ
D9-needsaudit ๐Ÿ‘ฎ

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...

I2-bug ๐Ÿœ
P2-asap
Q5-substantial

Stuff like `wait_n_finalized_blocks` is now part of Substrate, Polkadot and Cumulus, always in a slight variation. Other candidates are `wait_n_finalized_blocks_from`, `wait_n_finalized_blocks` or `find_ws_url_from_output`, that seem useful in multiple projects. We...

I4-tests ๐ŸŽฏ
I6-refactor ๐Ÿงน
P9-somedaymaybe
Z1-mentor
Q2-easy

The idea of adding a network benchmark came up in the chat. The reason is that validators have a required minimum network speed of 500 Mbit/s. It seems that multiple...

See https://github.com/paritytech/substrate/issues/11866 for relevant discussion. I debated on whether to have the signature of the functions passed to `map`/`try_map` pass `K` through, but I realized that this could cause the...

A0-pleasereview
B0-silent
C1-low ๐Ÿ“Œ
D3-trivial ๐Ÿงธ

For numerous reasons, we might have nominators who don't end up in the exposure, because of resource limits of the offchain solution submitted to the chain. So the setting is:...

I8-enhancement ๐ŸŽ
P7-nicetohave
Z0-unconfirmed

This updates the `frame-benchmarking-cli` to output estimated Proof-of-Validity sizes which are needed for chromatic weights. Integration guide (this can happen at your own pace): - If you have a custom...

A9-buythat(wo)manabeer
B7-runtimenoteworthy
C1-low ๐Ÿ“Œ
D5-nicetohaveaudit โš ๏ธ

This PR addresses #11082.

A0-pleasereview
A3-stale
B7-runtimenoteworthy
C1-low ๐Ÿ“Œ
D2-notlive ๐Ÿ’ค

Currently, pool ids only ever increase. While generally we suggest using a `MaxPools` limits, this allows one to spam the pool ids and consume a lot of them by creating...

I8-enhancement ๐ŸŽ