substrate
substrate copied to clipboard
Substrate: The platform for blockchain innovators
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...
Add `#[without_storage_layer]` tag which explicitly allows an extrinsic to not have a storage layer
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...
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...
### 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...
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....
# 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...
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...
## 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...
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...