-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: master
Are you sure you want to change the base?
Commits on Jul 17, 2023
-
Fix bug estimate used gas and estimation for WeightV2 (polkadot-evm#1101
Configuration menu - View commit details
-
Copy full SHA for 9f38ec4 - Browse repository at this point
Copy the full SHA 9f38ec4View commit details
Commits on Jul 18, 2023
-
Handling
data
andinput
fields inTransactionRequest
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 <telmo@moonsonglabs.com>
Configuration menu - View commit details
-
Copy full SHA for bd5bd37 - Browse repository at this point
Copy the full SHA bd5bd37View commit details
Commits on Jul 27, 2023
-
[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
Configuration menu - View commit details
-
Copy full SHA for 64f9af8 - Browse repository at this point
Copy the full SHA 64f9af8View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 04301b0 - Browse repository at this point
Copy the full SHA 04301b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27304a - Browse repository at this point
Copy the full SHA b27304aView commit details
Commits on Jul 28, 2023
-
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 <wei@pacna.org>
Configuration menu - View commit details
-
Copy full SHA for aab7cfc - Browse repository at this point
Copy the full SHA aab7cfcView commit details
Commits on Jul 29, 2023
-
Handle
u64
conversion (polkadot-evm#1091)* Handle `u64` conversion * suggestion switch to saturated conversion
Configuration menu - View commit details
-
Copy full SHA for 071d030 - Browse repository at this point
Copy the full SHA 071d030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b03f49 - Browse repository at this point
Copy the full SHA 1b03f49View commit details
Commits on Jul 30, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for a1c5a57 - Browse repository at this point
Copy the full SHA a1c5a57View commit details -
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/truffle@5.10.2/packages/truffle) --- updated-dependencies: - dependency-name: semver dependency-type: indirect - dependency-name: truffle dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 312ae8c - Browse repository at this point
Copy the full SHA 312ae8cView commit details -
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/truffle@5.10.2/packages/truffle) --- updated-dependencies: - dependency-name: semver dependency-type: indirect - dependency-name: truffle dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 130c259 - Browse repository at this point
Copy the full SHA 130c259View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5927a42 - Browse repository at this point
Copy the full SHA 5927a42View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eaf1705 - Browse repository at this point
Copy the full SHA eaf1705View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0533c5 - Browse repository at this point
Copy the full SHA d0533c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e424762 - Browse repository at this point
Copy the full SHA e424762View commit details -
Check EIP-3607 at transaction validation (polkadot-evm#1084)
* check EIP-3607 at transaction validation * fix rust compilation * clippy
Configuration menu - View commit details
-
Copy full SHA for 9f1a73b - Browse repository at this point
Copy the full SHA 9f1a73bView commit details
Commits on Jul 31, 2023
-
Add
CallOrCreateInfo
toValidatedTransaction
apply result. (polka……dot-evm#1099) * Add 'CallOrCreateInfo' to 'ValidatedTransaction' apply result. * fmt
Configuration menu - View commit details
-
Copy full SHA for 611a2b2 - Browse repository at this point
Copy the full SHA 611a2b2View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf7ef1c - Browse repository at this point
Copy the full SHA bf7ef1cView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 276cf59 - Browse repository at this point
Copy the full SHA 276cf59View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d234a7 - Browse repository at this point
Copy the full SHA 4d234a7View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db6472b - Browse repository at this point
Copy the full SHA db6472bView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 194f6bb - Browse repository at this point
Copy the full SHA 194f6bbView commit details -
feat: add fc-api to improve fc-db (polkadot-evm#1076)
* feat: add fc-api to improve fc-db * fix tests * fix
Configuration menu - View commit details
-
Copy full SHA for ff8bd85 - Browse repository at this point
Copy the full SHA ff8bd85View commit details
Commits on Aug 1, 2023
-
Add docs to ConvertTransaction and NoTransactionConverter (polkadot-e…
…vm#977) * Add docs to ConvertTransaction and NoTransactionConverter * Update lib.rs
Configuration menu - View commit details
-
Copy full SHA for c020c05 - Browse repository at this point
Copy the full SHA c020c05View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d85f108 - Browse repository at this point
Copy the full SHA d85f108View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 017d5a9 - Browse repository at this point
Copy the full SHA 017d5a9View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef9f16c - Browse repository at this point
Copy the full SHA ef9f16cView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 504bc47 - Browse repository at this point
Copy the full SHA 504bc47View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0bb1c7f - Browse repository at this point
Copy the full SHA 0bb1c7fView commit details -
Add
AsRef
andAsMut
forAccountId20
(polkadot-evm#1139)* Update toolchain toml config * Add helper functions
Configuration menu - View commit details
-
Copy full SHA for 22aaafe - Browse repository at this point
Copy the full SHA 22aaafeView commit details
Commits on Aug 23, 2023
-
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b155ebf - Browse repository at this point
Copy the full SHA b155ebfView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d11394d - Browse repository at this point
Copy the full SHA d11394dView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 933a4be - Browse repository at this point
Copy the full SHA 933a4beView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b003574 - Browse repository at this point
Copy the full SHA b003574View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e63d25 - Browse repository at this point
Copy the full SHA 6e63d25View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c5e2558 - Browse repository at this point
Copy the full SHA c5e2558View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3281ed4 - Browse repository at this point
Copy the full SHA 3281ed4View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 383f840 - Browse repository at this point
Copy the full SHA 383f840View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5adfcc3 - Browse repository at this point
Copy the full SHA 5adfcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ef2fe - Browse repository at this point
Copy the full SHA c4ef2feView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for df8b163 - Browse repository at this point
Copy the full SHA df8b163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e48790 - Browse repository at this point
Copy the full SHA 0e48790View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba35e15 - Browse repository at this point
Copy the full SHA ba35e15View commit details
Commits on Aug 29, 2023
-
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 <koushiro.cqx@gmail.com> * Update Cargo.toml Co-authored-by: Qinxuan Chen <koushiro.cqx@gmail.com> * 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 <koushiro.cqx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8b0ff04 - Browse repository at this point
Copy the full SHA 8b0ff04View commit details
Commits on Sep 4, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 55e0861 - Browse repository at this point
Copy the full SHA 55e0861View commit details
Commits on Sep 6, 2023
-
Add Moonsong Labs to the precompile utils license statements (polkad…
Cem Eliguzel authoredSep 6, 2023 Configuration menu - View commit details
-
Copy full SHA for ad0cf84 - Browse repository at this point
Copy the full SHA ad0cf84View commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0383d21 - Browse repository at this point
Copy the full SHA 0383d21View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6820b6 - Browse repository at this point
Copy the full SHA c6820b6View commit details -
Fix
eth_syncing
rpc content (polkadot-evm#1174)* fix: eth_syncing rpc * impl * fmt * clippy
Configuration menu - View commit details
-
Copy full SHA for e7140a2 - Browse repository at this point
Copy the full SHA e7140a2View commit details -
Update EIP-3026 and EIP-2539 (polkadot-evm#1173)
* Update eip-3026 gas meter * Add mappint operation * Remove TODOs * Fix compile
Configuration menu - View commit details
-
Copy full SHA for dbf4c4e - Browse repository at this point
Copy the full SHA dbf4c4eView commit details -
Rename
BlockNumber
in client side (polkadot-evm#1172)* Rename * Rename function param
Configuration menu - View commit details
-
Copy full SHA for 71692bc - Browse repository at this point
Copy the full SHA 71692bcView commit details
Commits on Sep 13, 2023
-
chore: enable clippy check for tests and fix CI (polkadot-evm#1191)
* chore: enable clippy check for tests * remove useless * fix CI
Configuration menu - View commit details
-
Copy full SHA for 1e4fd30 - Browse repository at this point
Copy the full SHA 1e4fd30View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b5d1092 - Browse repository at this point
Copy the full SHA b5d1092View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 56477a7 - Browse repository at this point
Copy the full SHA 56477a7View commit details
Commits on Sep 14, 2023
-
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a5bb0b - Browse repository at this point
Copy the full SHA 8a5bb0bView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d97996e - Browse repository at this point
Copy the full SHA d97996eView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ee609b - Browse repository at this point
Copy the full SHA 6ee609bView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b816343 - Browse repository at this point
Copy the full SHA b816343View commit details -
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/apollo-server-core@3.12.1/packages/apollo-server-core) --- updated-dependencies: - dependency-name: apollo-server-core dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ddbd45a - Browse repository at this point
Copy the full SHA ddbd45aView commit details -
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aff019d - Browse repository at this point
Copy the full SHA aff019dView commit details
Commits on Sep 18, 2023
-
deps: update substrate to polkadot-sdk#dc28df0b278f2ca0f69d14363e0866…
…8a9ecc2fac (polkadot-evm#1201)
Configuration menu - View commit details
-
Copy full SHA for 5d86b28 - Browse repository at this point
Copy the full SHA 5d86b28View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24cd3ea - Browse repository at this point
Copy the full SHA 24cd3eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d869c2a - Browse repository at this point
Copy the full SHA d869c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b01abe - Browse repository at this point
Copy the full SHA 9b01abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71840c0 - Browse repository at this point
Copy the full SHA 71840c0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c00470e - Browse repository at this point
Copy the full SHA c00470eView commit details -
feat: use storage for pending logs
Allow outer code to inject logs for currently running ethereum transaction.
Configuration menu - View commit details
-
Copy full SHA for 4f458fd - Browse repository at this point
Copy the full SHA 4f458fdView commit details -
Allow outer code to inject ethereum logs, without running an ethereum transaction.
Configuration menu - View commit details
-
Copy full SHA for 034f66f - Browse repository at this point
Copy the full SHA 034f66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9ec14 - Browse repository at this point
Copy the full SHA 9e9ec14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031ef89 - Browse repository at this point
Copy the full SHA 031ef89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152660b - Browse repository at this point
Copy the full SHA 152660bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8489158 - Browse repository at this point
Copy the full SHA 8489158View commit details -
Configuration menu - View commit details
-
Copy full SHA for b49249a - Browse repository at this point
Copy the full SHA b49249aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6947bda - Browse repository at this point
Copy the full SHA 6947bdaView commit details