-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `pallet-base-fee` * WIP pallet-ethereum changes * Rpc wips: send_raw_transaction * Rpc wips: send_transaction * More * Rework for ethereum 0.9.0 * Rollback package-lock.json.. * Fix typed transaction encoding and hashing * Add ethers dep and init provider * Typed transaction basic test * editorconfig * Reintroduce `pallet-base-fee` * Update `pallet-ethereum` tests * `pallet-base-fee` work + integration tests * Use `pallet_evm::FeeCalculator` trait * Add runtime api call/create version * Update runner (breaks api) * Update CallRequest + eth_call/estimate_gas * Update ts-tests * rpc: post-eip1559 blocks include `baseFeePerGas` * rpc: calculate `gasPrice` for post-eip1559 txns * Do not serialize 1559 fields in pre-1559 txns * Add eip helper to `StorageOverride` trait * rpc: add `effectiveGasPrice` to receipt * Fix package.json * fmt * Customize `ethereum_schema_cache_task` version from service * Fix integration tests * `EthDevSigner` fix `odd_y_parity` * Replicate integration tests for each txn type * Default gas_price/fee_per_gas in `sign_transaction` * Remove todo comments * Oops * Introduce `OnChargeEVMTransaction::pay_priority_fee` * Fix warnings * Add test for priority tip * fmt * Fix fees / priority + test * Comment fee handling in pallet-evm runner * Set defaults for `pallet-base-fee` storage * Rename `Modifier` to `Elasticity` + move it to storage + dispatchable * fmt * `pallet-base-fee` dispatchables integration tests * WIP Bump ethereum + evm version * Handle `access_list` * Oops * fmt * Fix test-balance test * Bump evm version to 0.32.0 * fmt * Warning cleanup * Oops rollback package.json * Fix test * Fix `gas_limit` on `eth_sendTransaction` * Implement `is_cold` / `is_storage_cold` * Err when no chain id for eth_sendTransaction * Move fee details logic to own function * Safer match `base_fee` * Just evaluate and return * Cleaner map into * Fix priority for legacy transactions * Safer check over gas_price * fmt * Fix priority in tests * Bump evm 0.33.0 * Update pallet-evm test * Remove std feature gate on rpc-core
- Loading branch information
Showing
78 changed files
with
3,753 additions
and
1,108 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.