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

build: update polkadot-v1.0.0 branch with latest (10-08-23) master #1149

Closed
wants to merge 25 commits into from

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 10, 2023

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