Nikita Khateev

Results 10 issues of Nikita Khateev

Also added some predefined keys to the chainspec that are mention in a new guide. Fixes #188 #### PR Checklist - [x] Documentation

### 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...

**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 key feature we're aiming to implement? We need to go over the main RPC Calls that EVM has and list the differences that we have found....

Added a EVM RPC to the EVM template node. This PR does not close #188 but required to implement it. There will be a separate PR with a guide on...

This is a moved PR from https://github.com/OpenZeppelin/polkadot-evm-runtime-template/pull/20 Fixes #184 and #185 Tasklist: - [x] OpenZeppelin/polkadot-evm-runtime-template#19 merged - [x] this PR rebased on main branch - [x] target branch changed to...

### templates - [X] Generic Runtime Template - [X] Evm Template ### What happened? The runtime configuration for pallet_transaction_payment relies on deprecated (since v1.6.0) CurrencyAdapter [16]. The discrepancy this introduces...

bug
on hold

#### PR Checklist - [x] Tests - [ ] Documentation

Currently `@openzeppelin/hardhat-upgrades` deploys contracts that are shipped with `@openzeppelin/upgrades-core`. They are built with a regular `solc` which is incompatible with PolkaVM. To support PolkaVM for `@openzeppelin/hardhat-upgrades` for PolkaVM, we need:...

feature

Support precompiled contracts for PolkaVM deployments. What should be done to move this PR to ready state: - [x] https://github.com/paritytech/revive/issues/98 merged and released in `resolc` - [x] version of Hardhat...