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

Patches tracking PR #20

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open

Patches tracking PR #20

wants to merge 74 commits into from

Commits on Jul 17, 2023

  1. Fix bug estimate used gas and estimation for WeightV2 (polkadot-evm#1101

    )
    
    * Fix estimate used gas and estimation for WeightV2
    
    * fmt
    
    * suggestion
    
    * add ts tests
    
    * try to fix ts tests with bigger txns
    tgmichel authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9f38ec4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Handling data and input fields in TransactionRequest and `CallR…

    …equest` (polkadot-evm#1096)
    
    * Update deserializing data and input fields in TransactionRequest
    
    * Custom deserializing for data and input in CallRequest
    
    * Manually implement Deserialize for TransactionRequest and CallRequest
    
    * Add some unit test for the custom deserialization
    
    * add functional tests
    
    * fix formatting
    
    * deserializer for aliased fields
    
    * custom deserializer for data and input fields in TransactionRequest
    
    * fix formatting
    
    * update functional test
    
    * refactor code and fix formatting
    
    ---------
    
    Co-authored-by: tgmichel <[email protected]>
    ahmadkaouk and tgmichel authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bd5bd37 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. [polkadot-evm#1107] Using `DefaultBaseFeePerGas * T::Threshold::ideal…

    …()` as `base_fee` floor value. (polkadot-evm#1115)
    
    * [polkadot-evm#1107] Using DefaultBaseFeePerGas as base_fee floor value.
    
    * [polkadot-evm#1107] Fix tests + if-else
    
    * [polkadot-evm#1107] lowest_base_fee = default_base_fee * Threshold::ideal()
    
    * [polkadot-evm#1107] fmt
    arturgontijo authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    64f9af8 View commit details
    Browse the repository at this point in the history
  2. [pallet_transaction_payment] Mirroring substrate node-template (polka…

    …dot-evm#1117)
    
    * [pallet_transaction_payment] Mirroring substrate node-template
    
    * [pallet_transaction_payment] Restoring ts-tests/package-lock.json
    arturgontijo authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    04301b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b27304a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. deps: update substrate to polkadot-v1.0.0 (polkadot-evm#1116)

    * deps: update substrate to polkadot-v1.0.0
    
    * Fix lints
    
    * fix
    
    ---------
    
    Co-authored-by: Wei Tang <[email protected]>
    koushiro and sorpaas authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    aab7cfc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Handle u64 conversion (polkadot-evm#1091)

    * Handle `u64` conversion
    
    * suggestion switch to saturated conversion
    tgmichel authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    071d030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b03f49 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Update the approach to obtain (weight_limit, proof_size_base_cost) (p…

    …olkadot-evm#1121)
    
    * Move `proof_size_base_cost` out to reuse it
    
    * Add field
    
    * Reuse `transaction_weight`
    
    * Code clean
    
    * Fix clippy
    boundless-forest authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    a1c5a57 View commit details
    Browse the repository at this point in the history
  2. Bump semver and truffle in /ts-tests (polkadot-evm#1111)

    Bumps [semver](https://github.com/npm/node-semver) to 7.5.2 and updates ancestor dependency [truffle](https://github.com/trufflesuite/truffle/tree/HEAD/packages/truffle). These dependencies need to be updated together.
    
    
    Updates `semver` from 7.3.7 to 7.5.2
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.7...v7.5.2)
    
    Updates `truffle` from 5.8.4 to 5.10.2
    - [Release notes](https://github.com/trufflesuite/truffle/releases)
    - [Commits](https://github.com/trufflesuite/truffle/commits/[email protected]/packages/truffle)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    - dependency-name: truffle
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    312ae8c View commit details
    Browse the repository at this point in the history
  3. Bump semver and truffle in /template/examples/contract-erc20/truffle (p…

    …olkadot-evm#1110)
    
    Bumps [semver](https://github.com/npm/node-semver) to 7.5.2 and updates ancestor dependency [truffle](https://github.com/trufflesuite/truffle/tree/HEAD/packages/truffle). These dependencies need to be updated together.
    
    
    Updates `semver` from 7.3.7 to 7.5.2
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.7...v7.5.2)
    
    Updates `truffle` from 5.6.7 to 5.10.2
    - [Release notes](https://github.com/trufflesuite/truffle/releases)
    - [Commits](https://github.com/trufflesuite/truffle/commits/[email protected]/packages/truffle)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    - dependency-name: truffle
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    130c259 View commit details
    Browse the repository at this point in the history
  4. Bump semver from 5.7.1 to 5.7.2 in /docs (polkadot-evm#1105)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    5927a42 View commit details
    Browse the repository at this point in the history
  5. Bump tough-cookie and web3 in /template/utils (polkadot-evm#1103)

    Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [web3](https://github.com/ChainSafe/web3.js). These dependencies need to be updated together.
    
    
    Removes `tough-cookie`
    
    Updates `web3` from 1.8.0 to 4.0.2
    - [Release notes](https://github.com/ChainSafe/web3.js/releases)
    - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
    - [Commits](web3/web3.js@v1.8.0...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    - dependency-name: web3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    eaf1705 View commit details
    Browse the repository at this point in the history
  6. Bump tough-cookie and web3 in /template/examples/contract-hello (polk…

    …adot-evm#1102)
    
    Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [web3](https://github.com/ChainSafe/web3.js). These dependencies need to be updated together.
    
    
    Removes `tough-cookie`
    
    Updates `web3` from 1.8.0 to 4.0.2
    - [Release notes](https://github.com/ChainSafe/web3.js/releases)
    - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
    - [Commits](web3/web3.js@v1.8.0...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    - dependency-name: web3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d0533c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e424762 View commit details
    Browse the repository at this point in the history
  8. Check EIP-3607 at transaction validation (polkadot-evm#1084)

    * check EIP-3607 at transaction validation
    
    * fix rust compilation
    
    * clippy
    librelois authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    9f1a73b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add CallOrCreateInfo to ValidatedTransaction apply result. (polka…

    …dot-evm#1099)
    
    * Add 'CallOrCreateInfo' to 'ValidatedTransaction' apply result.
    
    * fmt
    shaunxw authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    611a2b2 View commit details
    Browse the repository at this point in the history
  2. Bump serde from 1.0.171 to 1.0.179 (polkadot-evm#1132)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to 1.0.179.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.171...v1.0.179)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bf7ef1c View commit details
    Browse the repository at this point in the history
  3. Bump smallvec from 1.10.0 to 1.11.0 (polkadot-evm#1131)

    Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/servo/rust-smallvec/releases)
    - [Commits](servo/rust-smallvec@v1.10.0...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: smallvec
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    276cf59 View commit details
    Browse the repository at this point in the history
  4. Bump thiserror from 1.0.40 to 1.0.44 (polkadot-evm#1130)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.44.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.40...1.0.44)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4d234a7 View commit details
    Browse the repository at this point in the history
  5. Bump parity-db from 0.4.9 to 0.4.10 (polkadot-evm#1129)

    Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.4.9 to 0.4.10.
    - [Changelog](https://github.com/paritytech/parity-db/blob/master/CHANGELOG.md)
    - [Commits](paritytech/parity-db@v0.4.9...v0.4.10)
    
    ---
    updated-dependencies:
    - dependency-name: parity-db
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    db6472b View commit details
    Browse the repository at this point in the history
  6. Bump openssl from 0.10.48 to 0.10.55 (polkadot-evm#1128)

    Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.48...openssl-v0.10.55)
    
    ---
    updated-dependencies:
    - dependency-name: openssl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    194f6bb View commit details
    Browse the repository at this point in the history
  7. feat: add fc-api to improve fc-db (polkadot-evm#1076)

    * feat: add fc-api to improve fc-db
    
    * fix tests
    
    * fix
    koushiro authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ff8bd85 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Add docs to ConvertTransaction and NoTransactionConverter (polkadot-e…

    …vm#977)
    
    * Add docs to ConvertTransaction and NoTransactionConverter
    
    * Update lib.rs
    sorpaas authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c020c05 View commit details
    Browse the repository at this point in the history
  2. Bump log from 0.4.17 to 0.4.19 (polkadot-evm#1138)

    Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.19.
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.17...0.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d85f108 View commit details
    Browse the repository at this point in the history
  3. Bump serde_json from 1.0.93 to 1.0.104 (polkadot-evm#1137)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.104.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.93...v1.0.104)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    017d5a9 View commit details
    Browse the repository at this point in the history
  4. Bump async-trait from 0.1.63 to 0.1.72 (polkadot-evm#1136)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.63 to 0.1.72.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.63...0.1.72)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ef9f16c View commit details
    Browse the repository at this point in the history
  5. Bump tempfile from 3.3.0 to 3.7.0 (polkadot-evm#1135)

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.7.0.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.3.0...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    504bc47 View commit details
    Browse the repository at this point in the history
  6. Bump num from 0.4.0 to 0.4.1 (polkadot-evm#1134)

    Bumps [num](https://github.com/rust-num/num) from 0.4.0 to 0.4.1.
    - [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md)
    - [Commits](rust-num/num@num-0.4.0...num-0.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: num
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0bb1c7f View commit details
    Browse the repository at this point in the history
  7. Add AsRef and AsMut for AccountId20 (polkadot-evm#1139)

    * Update toolchain toml config
    
    * Add helper functions
    boundless-forest authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    22aaafe View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Bump arduino/setup-protoc from 1 to 2 (polkadot-evm#1140)

    Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 2.
    - [Release notes](https://github.com/arduino/setup-protoc/releases)
    - [Commits](arduino/setup-protoc@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: arduino/setup-protoc
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b155ebf View commit details
    Browse the repository at this point in the history
  2. Bump log from 0.4.19 to 0.4.20 (polkadot-evm#1153)

    Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20.
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.19...0.4.20)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d11394d View commit details
    Browse the repository at this point in the history
  3. Bump @openzeppelin/contracts (polkadot-evm#1151)

    Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.2 to 4.9.3.
    - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases)
    - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/CHANGELOG.md)
    - [Commits](OpenZeppelin/openzeppelin-contracts@v4.9.2...v4.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@openzeppelin/contracts"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    933a4be View commit details
    Browse the repository at this point in the history
  4. Bump async-trait from 0.1.72 to 0.1.73 (polkadot-evm#1154)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.72...0.1.73)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b003574 View commit details
    Browse the repository at this point in the history
  5. Bump vuepress from 1.9.9 to 1.9.10 in /docs (polkadot-evm#1155)

    Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.9.9 to 1.9.10.
    - [Release notes](https://github.com/vuejs/vuepress/releases)
    - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/vuejs/vuepress/commits/v1.9.10/packages/vuepress)
    
    ---
    updated-dependencies:
    - dependency-name: vuepress
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6e63d25 View commit details
    Browse the repository at this point in the history
  6. Bump tokio from 1.29.1 to 1.32.0 (polkadot-evm#1158)

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.32.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c5e2558 View commit details
    Browse the repository at this point in the history
  7. Bump clap from 4.3.8 to 4.3.23 (polkadot-evm#1163)

    Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.23.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@v4.3.8...v4.3.23)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3281ed4 View commit details
    Browse the repository at this point in the history
  8. Bump tempfile from 3.7.0 to 3.8.0 (polkadot-evm#1164)

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.8.0.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.7.0...v3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    383f840 View commit details
    Browse the repository at this point in the history
  9. Bump rustls-webpki from 0.101.1 to 0.101.4 (polkadot-evm#1166)

    Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.1 to 0.101.4.
    - [Release notes](https://github.com/rustls/webpki/releases)
    - [Commits](rustls/webpki@v/0.101.1...v/0.101.4)
    
    ---
    updated-dependencies:
    - dependency-name: rustls-webpki
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5adfcc3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4ef2fe View commit details
    Browse the repository at this point in the history
  11. Add eth_getBlockReceipts (polkadot-evm#1156)

    * Add rpc interface
    
    * Impl the rpc
    
    * Add tests
    
    * Update the test
    
    * Revert test config in dev process
    
    * Revert lock.json changes
    
    * Get BlockInfo in one place
    
    * Move instance code outside
    
    * Rename
    
    * Update `substrate_hash` type
    
    * Use reference
    
    * Self review
    
    * Use derive Default
    
    * Better `transaction_receipt`
    
    * Fix review
    boundless-forest authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    df8b163 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e48790 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba35e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Moves precompile-utils from moonbeam into frontier. (polkadot-evm#1150)

    * Moves precompile-utils into frontier
    
    * Remove redundant affix dependency
    
    * Fix formatting
    
    * Fix toml formatting
    
    * Fix clippy issues
    
    * Fix formatting
    
    * Update Cargo.toml
    
    Co-authored-by: Qinxuan Chen <[email protected]>
    
    * Update Cargo.toml
    
    Co-authored-by: Qinxuan Chen <[email protected]>
    
    * Remove paste from dependencies
    
    * Move the precompile-utils crates from utils folder to the root folder
    
    * Replace sha3 crate with sp-core-hashing
    
    * Replace sha3 crate with sp-core-hashing
    
    * Replaces Moonbeam license statement with Parity license statement
    
    * Remove the pre-commit file
    
    ---------
    
    Co-authored-by: Qinxuan Chen <[email protected]>
    rimbi and koushiro authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8b0ff04 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Improve RPC error messages (polkadot-evm#1176)

    * Refactor errors handle
    
    * Rename and code clean
    
    * Rename to `InvalidFeeInput`
    
    * Fix rs test
    
    * Add ts tests
    
    * Fix InvalidFeeInput match
    boundless-forest authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    55e0861 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    ad0cf84 View commit details
    Browse the repository at this point in the history
  2. Bump clap from 4.3.23 to 4.4.2 (polkadot-evm#1182)

    Bumps [clap](https://github.com/clap-rs/clap) from 4.3.23 to 4.4.2.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@v4.3.23...v4.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0383d21 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    c6820b6 View commit details
    Browse the repository at this point in the history
  2. Fix eth_syncing rpc content (polkadot-evm#1174)

    * fix: eth_syncing rpc
    
    * impl
    
    * fmt
    
    * clippy
    yjhmelody authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e7140a2 View commit details
    Browse the repository at this point in the history
  3. Update EIP-3026 and EIP-2539 (polkadot-evm#1173)

    * Update eip-3026 gas meter
    
    * Add mappint operation
    
    * Remove TODOs
    
    * Fix compile
    hujw77 authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    dbf4c4e View commit details
    Browse the repository at this point in the history
  4. Rename BlockNumber in client side (polkadot-evm#1172)

    * Rename
    
    * Rename function param
    boundless-forest authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    71692bc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. chore: enable clippy check for tests and fix CI (polkadot-evm#1191)

    * chore: enable clippy check for tests
    
    * remove useless
    
    * fix CI
    koushiro authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1e4fd30 View commit details
    Browse the repository at this point in the history
  2. deps: update substrate to c446786a498dee7b413de101efc3c339d3eddf44 (p…

    …olkadot-evm#1165)
    
    * deps: update substrate to c446786a498dee7b413de101efc3c339d3eddf44
    
    * fix precompiles-utils-tests-external
    
    * disable integration tests about pending api
    koushiro authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b5d1092 View commit details
    Browse the repository at this point in the history
  3. fix: pending runtime api for pending state (polkadot-evm#1160) (polka…

    …dot-evm#1195)
    
    * fix: pending runtime api for pending state (polkadot-evm#1160)
    
    * enable integration tests about pending api
    koushiro authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    56477a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Bump serde_json from 1.0.104 to 1.0.106 (polkadot-evm#1190)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.106.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.104...v1.0.106)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8a5bb0b View commit details
    Browse the repository at this point in the history
  2. Bump serde from 1.0.183 to 1.0.188 (polkadot-evm#1187)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.183 to 1.0.188.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.183...v1.0.188)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d97996e View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4 (polkadot-evm#1185)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6ee609b View commit details
    Browse the repository at this point in the history
  4. Bump thiserror from 1.0.44 to 1.0.48 (polkadot-evm#1184)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.48.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.44...1.0.48)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b816343 View commit details
    Browse the repository at this point in the history
  5. Bump apollo-server-core from 3.12.0 to 3.12.1 in /ts-tests (polkadot-…

    …evm#1179)
    
    Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.12.0 to 3.12.1.
    - [Release notes](https://github.com/apollographql/apollo-server/releases)
    - [Commits](https://github.com/apollographql/apollo-server/commits/[email protected]/packages/apollo-server-core)
    
    ---
    updated-dependencies:
    - dependency-name: apollo-server-core
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ddbd45a View commit details
    Browse the repository at this point in the history
  6. Bump jsonrpsee from 0.16.2 to 0.16.3 (polkadot-evm#1170)

    Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.16.2 to 0.16.3.
    - [Release notes](https://github.com/paritytech/jsonrpsee/releases)
    - [Changelog](https://github.com/paritytech/jsonrpsee/blob/v0.16.3/CHANGELOG.md)
    - [Commits](paritytech/jsonrpsee@v0.16.2...v0.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: jsonrpsee
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    aff019d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    5d86b28 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    24cd3ea View commit details
    Browse the repository at this point in the history
  2. feat: add OnCheckEvmTransaction callback

    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d869c2a View commit details
    Browse the repository at this point in the history
  3. fix: remove generic error from OnCheckEvmTransaction

    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9b01abe View commit details
    Browse the repository at this point in the history
  4. docs: add documentation to OnCheckEvmTransaction trait

    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    71840c0 View commit details
    Browse the repository at this point in the history
  5. feat: move address conversions to the lower level

    1. Allows to pay for transactions performed with evm.call using balance
       of source substrate address.
    2. Same applies to later introduced sponsoring.
    3. Definition of CrossAccountId enum, for substrate-ethereum
       intercompatibility.
    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c00470e View commit details
    Browse the repository at this point in the history
  6. feat: use storage for pending logs

    Allow outer code to inject logs for currently running ethereum
    transaction.
    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4f458fd View commit details
    Browse the repository at this point in the history
  7. feat: fake transactions

    Allow outer code to inject ethereum logs, without running an ethereum
    transaction.
    CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    034f66f View commit details
    Browse the repository at this point in the history
  8. feat: make OnChargeEvmTransaction aware of user action

    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9e9ec14 View commit details
    Browse the repository at this point in the history
  9. feat: extended precompile interface

    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    031ef89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    152660b View commit details
    Browse the repository at this point in the history
  11. feat: transfer value from substrate account if called with evm.call

    Grigoriy Simonov authored and CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8489158 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b49249a View commit details
    Browse the repository at this point in the history
  13. build: update Cargo.lock

    CertainLach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6947bda View commit details
    Browse the repository at this point in the history