Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull parity frontier master latest commits #38

Merged
merged 21 commits into from
Oct 28, 2022

Conversation

0xrust
Copy link

@0xrust 0xrust commented Oct 28, 2022

No description provided.

tgmichel and others added 21 commits September 1, 2022 11:25
* Pin evm

* Support `InvalidCode` in gas estimation

* Add ts test

* EOF new line
* Remove unwraps in RPC `pending_runtime_api`

* clippy
* Handle `earliest` tag for `BlockNumber`

* Add ts-test

* editorconfig

* prettier
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.34.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.32...1.0.34)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.20.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.17...v3.2.20)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.24.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.21...0.3.24)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Call post_dispatch for CheckedSignature::SelfContained

* add tests

* rename tests

Co-authored-by: Nisheeth Barthwal <nbaztec@gmail.com>
* Add `safe` and `finalized` block tags support

* prettier
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.22.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.20...v3.2.22)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.8 to 0.8.0.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases)
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.7.8...0.8.0)

---
updated-dependencies:
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update substrate to polkadot-v0.9.28

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Fix PruningParams fields

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Some trivials

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Ignore tests calling EthereumRuntimeRPCApi_current_transaction_statuses

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* ignore tests

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Fix fmt

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
* add feature forbid-evm-reentrancy

* apply suggestions

* link feature forbid-evm-reentrancy

* clippy
* Align `GasWeightMapping` with Substrate `do_pre_dispatch` logic

* Add `without_base_extrinsic` param

* fmt
* Fix geth error messages

* taplo
* WIP Frontier DB block mapping one-to-many

* Fix

* fmt

* Cleanup

* Cleanup

* Cleanup

* fmt skip

* parity db migration

* Cleanup + tests

* WIP retroactively fix non-canon mapped blocks

* Update tests

* Fix more tests

* clippy

* taplo

* Test transaction metadata

* Use test runtime api

* Remove unnecessary generic
* handle original_storage

* only cache original_storage in set_storage

* test

* clippy

* remove RefCell

* don't write to cache if = to original
* Change test assumptions

* Validate account balance against max_fee_per_gas

* Deduct base_fee + tip rather than max_fee_per_gas

* fmt

* Leave actual_priority_fee_per_gas unused

* Remove TODO comment
@0xrust 0xrust merged commit 69a6896 into web3labs:master Oct 28, 2022
abhijeetbhagat pushed a commit that referenced this pull request Jan 11, 2023
…lkadot-evm#597)

* Versioned runtime fixes 2 (#38)

(cherry picked from commit 7e4fd79)
(cherry picked from commit a40e29a)

* fmt
abhijeetbhagat added a commit that referenced this pull request Jan 11, 2023
Pull parity frontier master latest commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants