polkadot-runtime-template
polkadot-runtime-template copied to clipboard
A generic template for Substrate Runtime
Fixes #164 Clippy and cargo warned me that `BlockId` and `SignedBlock` are unused, so I removed them. Let's keep that in mind in case some stuff breaks in the future....
### What is the key feature we're aiming to implement? We should have an easy way to know how many projects are using our templates and how. This will help...
Also added some predefined keys to the chainspec that are mention in a new guide. Fixes #188 #### PR Checklist - [x] Documentation
WIP Closes #193 #196 should be merged first, but this PR updates the pallet_evm::Config to use a minimal precompile set. The base branch for this PR will be updated to...
### What is the key feature we're aiming to implement? We want to make the template ready for establishment of channels to these parachains: - [ ] Snowbridge -- bridging...
### What is the feature you would like to see? Polkadot released a new way to construct runtime, looks more organized. As a template that tries to use and showcase...
### What is the key feature we're aiming to implement? In order to enable EVM on substrate chain and allow users to deploy smart contracts in Solidity, we need to...
**any** is technically limited to tokens registered in the assets pallet and the balances balance type. Steps: 1. implement paying Substrate transaction fees with any token by configuring either [Acala...
### What is the feature you would like to see? Steps: 1. Include [ERC 4337](https://www.erc4337.io/) contracts + Paymaster contract(s) in EVM genesis state 2. Investigate implementation of custom UserOps mempool...
### What is the feature you would like to see? Follow up to #30 to automate the release process by tracking changes in CHANGELOG.md and issuing a release depending on...