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
Fix incorrect truncation of low_u128/low_u64 #753
Merged
Merged
+49
−25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sorpaas
added a commit
that referenced
this pull request
Jun 29, 2022
tgmichel
added a commit
to PureStake/frontier
that referenced
this pull request
Jun 29, 2022
a-moreira
pushed a commit
to a-moreira/frontier
that referenced
this pull request
Jul 8, 2022
mutobui
added a commit
to grindytech/frontier
that referenced
this pull request
Jul 15, 2022
* Use `pallet::getter` syntax (paritytech#742) * Use `pallet::getter` syntax * Leave `current_block_hash` * Bump thread_local from 1.1.3 to 1.1.4 (paritytech#735) Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Commits](Amanieu/thread_local-rs@v1.1.3...1.1.4) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump parity-db from 0.3.13 to 0.3.14 (paritytech#740) Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/paritytech/parity-db/releases) - [Commits](https://github.com/paritytech/parity-db/commits) --- 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> * Bump lru from 0.7.6 to 0.7.7 (paritytech#731) Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/jeromefroe/lru-rs/releases) - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.7.6...0.7.7) --- updated-dependencies: - dependency-name: lru 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> * Validate balance against effective gas price (paritytech#744) * Validate balance against effective gas price * Add missing tests * Make it simple * `fp-ethereum` refactor (paritytech#741) * Bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (paritytech#750) Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.9.1...0.10.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action 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> * fix(frame): CheckWeight controls should be applied on pre_dispatch (paritytech#749) * Limit number of iterations in genesis nonce building (paritytech#753) * Fix benchmarking build + add to CI (paritytech#756) * Fix benchmarking build * CI benchmarking checks * Public `InvalidTransactionWrapper` (paritytech#754) * Bump serde_json from 1.0.81 to 1.0.82 (paritytech#755) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.81...v1.0.82) --- 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> * Remove unnecessary code in `Filter` api (paritytech#746) * Remove redundant gas checks in precompiles (paritytech#745) * remove redundant gas checks * fmt * fix borrowing issue * Add missing config for ts-tests (paritytech#730) * Add BLOCK_TIMESTAMP config for ts-tests Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Add NODE_BINARY_NAME Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Improve test-balances Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Some nits Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Add RUNTIME_SPEC_NAME, RUNTIME_SPEC_VERSION, RUNTIME_IMPL_VERSION Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Some nits Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Use CHAIN_ID Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Some nits Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Improve test-revert-receipt Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Use camelCase Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Use tabs Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Avoid Extra Allocation (paritytech#764) * fix wrong error convertion (paritytech#762) * Bump serde from 1.0.137 to 1.0.138 (paritytech#759) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.138. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.137...v1.0.138) --- 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> * Bump moment from 2.29.2 to 2.29.4 in /template/utils (paritytech#766) Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Use named structs for pallet event (paritytech#765) Signed-off-by: koushiro <koushiro.cqx@gmail.com> * add with-rocksdb-weights (paritytech#769) * Create Cargo.toml * Move with-rocksdb-weights feature declaration to default Co-authored-by: Wei Tang <wei@that.world> * Bump serde from 1.0.138 to 1.0.139 (paritytech#770) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.138 to 1.0.139. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.138...v1.0.139) --- 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> * Dispatch precompile: decode call with depth limit (paritytech#748) * decode call with depth limit * add tests * taplo fmt * Bump libsecp256k1 from 0.7.0 to 0.7.1 (paritytech#773) Bumps [libsecp256k1](https://github.com/paritytech/libsecp256k1) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/paritytech/libsecp256k1/releases) - [Changelog](https://github.com/paritytech/libsecp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/libsecp256k1/commits) --- updated-dependencies: - dependency-name: libsecp256k1 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> * Remove schema cache (paritytech#763) * Remove schema cache * clippy Co-authored-by: tgmichel <telmo@purestake.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Éloïs <c@elo.tf> Co-authored-by: Wei Tang <wei@that.world> Co-authored-by: nanocryk <6422796+nanocryk@users.noreply.github.com> Co-authored-by: Qinxuan Chen <koushiro.cqx@gmail.com> Co-authored-by: Xavier Lau <xavier@inv.cafe> Co-authored-by: Bruno Galvao <brunopgalvao@gmail.com>
abhijeetbhagat
pushed a commit
to web3labs/frontier
that referenced
this pull request
Jan 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
See GHSA-hc8w-mx86-9fcj