openethereum/util/src
Marek Kotewicz b0d462c6c9 Signature cleanup (#1921)
* Address renamed to H160 at bigint library level

* moved uint specific test from util to bigint library

* naming

* unifing hashes in progress

* unifing hashes

* cleanup redundant unwraps in tests

* Removing util/crypto in progress.

* fixed compiling

* signature cleanup in progress

* new module - ethcrypto used by ethstore and ethcore-network

* fixed compiling

* fixed compiling

* fixed merge
2016-08-24 18:35:21 +02:00
..
journaldb remove impossible panickers related to infallible db transaction (#1947) 2016-08-18 09:43:56 +02:00
migration remove impossible panickers related to infallible db transaction (#1947) 2016-08-18 09:43:56 +02:00
rlp ethkey and ethstore use hash structures from bigint (#1851) 2016-08-15 15:09:00 +02:00
trie Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
bloom.rs ethkey and ethstore use hash structures from bigint (#1851) 2016-08-15 15:09:00 +02:00
bytes.rs ethkey and ethstore use hash structures from bigint (#1851) 2016-08-15 15:09:00 +02:00
common.rs moving hash.rs to bigint in progress 2016-07-25 20:19:33 +02:00
error.rs Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
from_json.rs uint to separated crate 2016-03-01 00:21:15 +03:00
hashdb.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
kvdb.rs Apply settings to column families 2016-08-18 18:04:54 +02:00
lib.rs Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
log.rs Cleanup of colour code. Use is_a_tty. (#1621) 2016-07-15 10:11:14 +02:00
memorydb.rs Snapshot creation and restoration (#1679) 2016-08-05 17:00:46 +02:00
misc.rs replace synchronization primitives with those from parking_lot (#1593) 2016-07-13 19:59:59 +02:00
nibbleslice.rs Fixing clippy warnings. Implementing PartialEq for Uints 2016-02-23 11:40:23 +01:00
nibblevec.rs Fixing clippy warnings (#1568) 2016-07-10 13:18:33 +02:00
overlaydb.rs remove impossible panickers related to infallible db transaction (#1947) 2016-08-18 09:43:56 +02:00
path.rs Pro paths (#1650) 2016-07-17 23:00:47 +02:00
semantic_version.rs doc typo 2016-02-17 03:17:02 +03:00
sha3.rs Validating sha3 of a dapp bundle (#1993) 2016-08-24 16:53:07 +02:00
snappy.rs use ZST error type for snappy, use new snappy compression methods 2016-06-16 15:35:49 +02:00
standard.rs Remove (almost all) panickers from trie module (#1776) 2016-08-03 18:35:48 +02:00
timer.rs Merge with master 2016-06-29 14:46:29 +02:00
triehash.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
vector.rs expunge &Vec<T> pattern (#1579) 2016-07-12 10:28:35 +02:00