- 17 Jun, 2022 1 commit
-
-
Andronik Ordian authored
-
- 15 Jun, 2022 1 commit
-
-
Simon Warta authored
* Add one test * uint: Make `fn one` const * Test multiplicative inverse property of one * Update uint/CHANGELOG.md Co-authored-by:
Andronik <write@reusable.software>
-
- 06 Jun, 2022 1 commit
-
-
dependabot[bot] authored
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits ) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 03 Jun, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/v1/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v1.3.0...v1.4.0 ) --- updated-dependencies: - dependency-name: Swatinem/rust-cache 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>
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3 ) --- 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>
-
- 02 Jun, 2022 1 commit
-
-
Sergejs Kostjucenko authored
* add CODEOWNERS * add gha to dependabot
-
- 28 Apr, 2022 1 commit
-
-
Matheus Cardoso authored
The proposed change makes this function's documentation more consistent with others already present in this file.
-
- 04 Apr, 2022 1 commit
-
-
Jakub Bogucki authored
-
- 20 Mar, 2022 1 commit
-
-
Nazar Mokrynskyi authored
* Disable jemalloc on OpenBSD and MSVC where it is not working * Update kvdb-rocksdb/CHANGELOG.md Co-authored-by:
Andronik <write@reusable.software>
-
- 18 Feb, 2022 1 commit
-
-
Andronik Ordian authored
* update rocksdb to 0.18 * prepare for release * enable jemalloc feature * update the changelog
-
- 07 Feb, 2022 2 commits
-
-
Andronik Ordian authored
-
Artem Vorotnikov authored
-
- 04 Feb, 2022 8 commits
-
-
Andronik Ordian authored
* minor bump uint * major bump parity-util-mem * major bump kvdb * major bump kvdb-rocksdb * major bump kvdb-memorydb * who cares about tests * major bump impl-codec * major bump primitive-types * major bump keccak-hash * major bump parity-util-mem (again) * major bump ethereum-types * major bump parity-util-mem (again II) * major bump ethbloom * major bump ethereum-types (again) * changelog typo fix
-
Lennart Braun authored
* uint: Fix overflowing_neg with two's complement The operation `overflowing_neg` on the primitive integer types in the Rust standard library computes the negation of the integer value using two's complement, i.e., it returns `!self + 1`. The previous implementation of the uint library implemented `overflowing_neg` using `!self` for non-zero values which is bit-wise negation (NOT). This lead to behavior where 0 - 1 != -1 for U256 with the `overflowing_neg` and `overflow_sub` operations. This patch adapts the `uint_overflowing_binop` macro to implement the two's complement correctly: Starting from the least significant word we apply `u64::overflowing_neg` until we have seen the first one-bit in the original integer, i.e., until `overflowing_neg` reports an overflow. Then we use bit-wise NOT for the remaining words. * Update uint/src/uint.rs * Update uint/src/uint.rs Co-authored-by:
Andronik <write@reusable.software>
-
Frost Red Lee authored
-
dependabot[bot] authored
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.11.0...v0.12.0 ) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Artem Vorotnikov authored
-
dependabot[bot] authored
Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.1...0.12.0 ) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Release notes](https://github.com/jeromefroe/lru-rs/releases) - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.6.0...0.7.0 ) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Andronik Ordian authored
-
- 27 Jan, 2022 1 commit
-
-
dalance authored
* Display formatting support (#584) * Update uint/src/uint.rs Co-authored-by:
Niklas Adolfsson <niklasadolfsson1@gmail.com> Co-authored-by:
Andronik <write@reusable.software> Co-authored-by:
Niklas Adolfsson <niklasadolfsson1@gmail.com>
-
- 18 Jan, 2022 1 commit
-
-
dependabot[bot] authored
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits ) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 17 Jan, 2022 1 commit
-
-
Qinxuan Chen authored
* feat(rlp): add optional derive feature Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Update changelog Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
- 15 Dec, 2021 1 commit
-
-
dependabot[bot] authored
Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits ) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 27 Nov, 2021 1 commit
-
-
Jacob Lee authored
Calling [`state.finish();`][Hasher::finish] is a no-op. At call site, `state` is read-only and the return value is ignored. The call and may be removed. [Hasher::finish]: https://doc.rust-lang.org/std/hash/trait.Hasher.html#tymethod.finish
-
- 21 Nov, 2021 1 commit
-
-
Dan Shields authored
* move to rust 2021 * rust-version = "1.56.1" * Update CHANGELOG for 2021 and MSRV 1.56.1 * delete fuzz changelog Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 12 Nov, 2021 1 commit
-
-
dependabot[bot] authored
* build(deps): update sysinfo requirement from 0.17.0 to 0.21.1 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits ) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> * Fix tests Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com>
-
- 10 Nov, 2021 2 commits
-
-
Andronik Ordian authored
-
Alexey Shekhirin authored
* feat(primitive-types): deserialize hex strings without 0x prefix * change both to stripped * Revert "change both to stripped" This reverts commit 9d8d5320. * accept only stripped to from_hex_raw * cargo fmt * fix tests * oneliner for (v, stripped) * bump ethereum-types impl-serde version * remove unused lifetime * update changelog * allow deprecate * fix changelog date format (god bless america)
-
- 30 Sep, 2021 1 commit
-
-
Joshy Orndorff authored
* Start with Cargo.toml * better features, version, and ethbloom * feature * better feature * do bloom * hack H64 * remaining ethereum hash types * fix crate name in tests * revert breaking changes to primitive-types * Update primitive-types/tests/scale_info.rs Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 20 Sep, 2021 2 commits
- 15 Sep, 2021 1 commit
-
-
Koute authored
* Move memory stats gathering from `polkadot` to `parity-util-mem` * Bump version to 0.10.1 * Update the CHANGELOG
-
- 05 Aug, 2021 1 commit
-
-
Marek Kotewicz authored
* update kvdb_rocksdb to 0.14 and use P: AsRef Path instead of str and Path as Database function arguments * remove duplicate import of PathBuf on linux
-
- 04 Aug, 2021 1 commit
-
-
Marek Kotewicz authored
* add to kvdb-rocksdb create_if_missing config option * add #[non_exhaustive] above the DatabaseConfig * update the changelog * fix the date Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 31 Jul, 2021 1 commit
-
-
Andronik Ordian authored
* rlp: release 0.5.1 * kvdb-rocksdb: release 0.12.1
-
- 30 Jul, 2021 3 commits
-
-
Andronik Ordian authored
-
Andronik Ordian authored
* update the rustfmt to the substrate one * apply rustfmt * go back to 120 limit
-
Andronik Ordian authored
* rlp: fix bool encoding/decoding * rlp: update the changelog
-
- 05 Jul, 2021 1 commit
-
-
Andronik Ordian authored
* decommission parity-crypto * fix CI
-