Aleksandar Brayanov
Aleksandar Brayanov
Here is the implementation of the EVM precompile mock. I will add the benchmarking for the evm-mapping pallet to the branch shortly
**TO DO** - [x] Find suitable way to represent metadata - [x] Confirm that the precompile works as expected
After enabling pallet_ethereum and applying decimals conversion the following tests in `pallet_evm` are failing: - refunds work - refinds_with_priority_work Seems that the account's balance is not updated after the `pallet_evm::call...
## Description Currently, OnChargeTransaction for t0rn and t2rn is configured to transfer all EVM fees to Staking Pot. Need to be updated to split them between **treasury** and **collators**
### Summary by CodeRabbit - New Feature: Introduced a new variable `tokenLocation` of type `Option` across various functions, enabling the specification of a token's location for enhanced routing and tracking....