Tags: sjeohp-zz/parity-common
Tags
[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] 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] 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] 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
Update codec + new version of primitive-types (paritytech#192) * update codec * put full path for result
Update codec + new version of primitive-types (paritytech#192) * update codec * put full path for result
[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] update hash-db and bump version to 0.7 (paritytech#188)
[parity-util-mem] remove Memzero (paritytech#183)
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.
PreviousNext