Amar Singh
Amar Singh
start with just a simple membership check on a subset of shares or a specific account identity ```rust #[derive(PartialEq, Eq, Clone, Encode, Decode, sp_runtime::RuntimeDebug)] pub enum WithdrawalPermissions { // a...
* https://github.com/gnunicorn/cargo-unleash * https://github.com/open-web3-stack/open-runtime-module-library/commit/f933404c447c568fc8f79fa14e56923265a247e3
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 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...
### What is the key feature we're aiming to implement? Choose precompiles to be included initially. Follow up is to make a list of precompiles to be implemented/included in the...
### What is the feature you would like to see? It will benefit this project's visibility to post to crates.io even if the template is rarely used as a Rust...
### What is the feature you would like to see? OpenZeppelin/polkadot-evm-runtime-template#14 may lead to state bloat https://forum.moonbeam.network/t/possible-solutions-for-unsustainable-storage-growth/845?page=2 To close this issue: 1. survey proposed solutions 2. implement chosen solution ###...
### What is the key feature we're aiming to implement? Tracing is an important feature for developer testing. It is not fully included by Frontier in its current state, but...