Commit Graph

17 Commits

Author SHA1 Message Date
Marek Kotewicz c39761c042 ethkey and ethstore use hash structures from bigint (#1851)
* 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

* fixed compiling
2016-08-15 15:09:00 +02:00
Marek Kotewicz 62b9c1b14f util cleanup (#1474)
* removed old json-tests

* simplify folds in triehash.rs

* removed unused json_aid

* removed unused squeeze.rs

* json branching tests for trie

* loading trie consensus tests
2016-07-05 15:16:27 +02:00
Arkadiy Paronyan 71131c41e5 Security audit issues fixed (#1279)
* Restrict network key file permissions

* Check for overflow in str to bigint conversion

* RLP decoder overflow check
2016-06-15 00:58:08 +02:00
Nikolay Volf d0125f3ff5 uint to separated crate 2016-03-01 00:21:15 +03:00
debris c90d64662a added license in every *.rs file 2016-02-05 13:40:41 +01:00
arkpar 0076df8475 Fixed neted empty list encoding 2016-02-01 01:11:07 +01:00
arkpar 772de24cae RLP decoder refactoring 2016-01-29 13:59:29 +01:00
arkpar 626fcdfffc append Now accepts lists again 2016-01-28 20:13:05 +01:00
arkpar aa9fb98a74 Merge branch 'master' of github.com:ethcore/parity into ark 2016-01-27 17:31:45 +01:00
arkpar 40314614f7 RLP encoder refactoring 2016-01-27 12:14:57 +01:00
Nikolay Volf 95e96a653f 2 bytes length check 2016-01-25 19:13:36 +04:00
Nikolay Volf f4ab64fd6b happy path test 2016-01-25 18:47:13 +04:00
Nikolay Volf 01ea703783 long length checks & indentation 2016-01-25 17:27:11 +04:00
Nikolay Volf 45059d5119 untrusted rlp data length check 2016-01-25 16:40:59 +04:00
Nikolay Volf b2050fa639 untrusted rlp data length check 2016-01-25 16:23:05 +04:00
Tomusdrw c746f0e62c Fixing all clippy lints 2016-01-19 13:47:30 +01:00
Gav Wood 6ea8eaa3b5 Move ethcore files back into root. 2016-01-17 13:11:25 +01:00