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

https://github.com/paritytech/substrate/pull/10688 enforces the maximum number of peers, even if they were reserved.

Block header and bodies currently account for 90% of the database size on disk. By default the node keeps all headers and bodies in the database, even ones that are...

I7-footprint 👣
P7-nicetohave
Z1-mentor
Q2-easy
C1-low 📌

Left over from: https://github.com/paritytech/substrate/issues/10806 Now that: https://github.com/paritytech/substrate/pull/11431 is merged, all extrinsics will have a transactional layer by default. However, there may be situations you explicitly do not want a transactional...

Z1-mentor
Q2-easy

This PR introduces two simple extrinsics that allows the creator of a Democracy Proposal or a Referendum (in Pallet Referenda) to add some optional Metadata which allows the creator to...

A0-pleasereview
B7-runtimenoteworthy
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...

Z0-unconfirmed

related to https://github.com/paritytech/ci_cd/issues/234 :exclamation: should be merged together with https://github.com/paritytech/pipeline-scripts/pull/70 Note: The `$CBS_CUMULUS_TOKEN` variable used here was created in https://gitlab.parity.io/parity/mirrors/cumulus/-/settings/access_tokens. Note: The `$CBS_POLKADOT_TOKEN` variable used here was created in https://gitlab.parity.io/parity/mirrors/polkadot/-/settings/access_tokens....

A2-insubstantial
A3-stale
B0-silent
C1-low 📌
D3-trivial 🧸

# The Vision Contracts should be able to execute and send arbitrary XCM messages. This will allow contracts to participate in the wider ecosystem. A common use case would be...

I8-enhancement 🎁
Q9-epic

Introduce `seal2` with the only change of removing the `seal_` prefix from all `pallet-contracts` Wasm API functions. Since all functions are prefixed with it anyway, the prefix is unnecessary and...

I7-optimisation ⏱
Q2-easy

## Motivation Currently, we use an embedded (compiled to wasm into the runtime) [wasmi](https://github.com/paritytech/wasmi) in order to execute contracts. We want to switch to the wasmer singlepass backend. However, in...

I7-optimisation ⏱
Q5-substantial

Document in the `pallet-contracts` readme how to build a dashboard for contracts ## ToDo - [ ] How can _Active Contracts_ be aggregated? Listen to extrinsics for `Contract::Call`, `Contract::Instantiate`, and...

I5-documentation 📄
Q3-medium