8000 Tags · sjeohp-zz/parity-common · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sjeohp-zz/parity-common

Tags

keccak-hash-v0.3.0

Toggle keccak-hash-v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[contract-address] extract into a crate (paritytech#190)

* [contract-address] extract into a crate

* [contract-address] embed README.md into lib docs

* [contract-address] add a couple of tests

ethereum-types-v0.7.0

Toggle ethereum-types-v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[contract-address] extract into a crate (paritytech#190)

* [contract-address] extract into a crate

* [contract-address] embed README.md into lib docs

* [contract-address] add a couple of tests

ethbloom-v0.7.0

Toggle ethbloom-v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[contract-address] extract into a crate (paritytech#190)

* [contract-address] extract into a crate

* [contract-address] embed README.md into lib docs

* [contract-address] add a couple of tests

contract-address-v0.1.0

Toggle contract-address-v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[contract-address] extract into a crate (paritytech#190)

* [contract-address] extract into a crate

* [contract-address] embed README.md into lib docs

* [contract-address] add a couple of tests

primitive-types-v0.5.0

Toggle primitive-types-v0.5.0's commit message
Update codec + new version of primitive-types (paritytech#192)

* update codec

* put full path for result

impl-codec-v0.4.0

Toggle impl-codec-v0.4.0's commit message
Update codec + new version of primitive-types (paritytech#192)

* update codec

* put full path for result

rlp-v0.4.2

Toggle rlp-v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[rlp] remove byteorder dependency (paritytech#189)

* [rlp] remove dependency on byteorder crate

* [rlp] bump version to 0.4.2

* [rlp] apply review suggestion (remove $size)

triehash-v0.7.0

Toggle triehash-v0.7.0's commit message
[triehash] update hash-db and bump version to 0.7 (paritytech#188)

parity-util-mem-v0.2.0

Toggle parity-util-mem-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[parity-util-mem] remove Memzero (paritytech#183)

triehash-v0.6.0

Toggle triehash-v0.6.0's commit message
triehash trie dependency update (paritytech#179)

* Mem tools by including trait and specific implementation in the crate
(it is the less impacting approach).

* Plug malloc_size_of as a patched copy. Documentation is done by
`get_malloc_size_src.sh`.
Add missing impls.rs with ethereum types related implementation.

* A few additional impl for parity-eth use

* Removal of heapsize (no proper crate versioning and pending on mem crate
version too).

* Allocators.

* heapsize estimation for allocator without use_size fn.

* Init no_std compat.

* Remove conditianal test code.

Fix a no_std deps issue.

* Renaming of mem repo to crate name.
Documentation enhancements.
Explicits imports.

* Remove conditional mettering for now (will need some testing to check if
of any use).

* tab

* Remove features get form malloc_size and simply delete code instead.

* Update parity-util-mem/README.md

Co-Authored-By: cheme <emericchevalier.pro@gmail.com>

* Missing windows import

* Use self for winapi.

* Correct import.

* Small renaming, test confirm that only memorydb need update before
switching back to jemalloc.

* shallow size on Arc with malloc return -1 (max val), replacing with
estimate.

* use cfg_if to makes feature choice more explicit.

* Plug on github branch (test brokens)

* Remove servo specific impls (unused).

* `estimate_heapsize` in travis.

* Remove last serde and remove servo_arc reference.

* Add missing version

* Use malloc_size_of_derive from crates.

* Update versioning for breaking change

* Clean heapsize uses.

* Updating uint version, 0.6.0 has been published already.

* Missing reference to uint 0.7.0

* restore test dependency

* Update keccak-hash/Cargo.toml

Co-Authored-By: Andronik Ordian <write@reusable.software>

* fix readme comment

* Allow no_std for estimate_size

* use a version, not sure a major version only is valid for publishing

* fix warnings

* fix warnings

* fix string import warning

* prepare trie hash for remheapsize

* version +1 triehash

* Trie hash switch to published dependencies.

* Update triehash/Cargo.toml

Co-Authored-By: Andronik Ordian <write@reusable.software>

* changing hashdb from trie hash is breaking change.
0