Commit Graph

39 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
debris 24c7392500 removed redundant helper methods 2016-08-04 14:48:09 +02:00
debris cad7125acc Merge branch 'master' of github.com:ethcore/parity into fixed_hash_util 2016-08-03 16:31:13 +02:00
debris 17bfc113c1 removed unused code from util and unnecessary dependency of FixedHash 2016-08-03 16:29:36 +02:00
Nikolay Volf 1b507e0147 Util & ipc clenup (#1807)
* removed frombytes stuff

* removed jsonrpc handler from nano
2016-08-02 15:02:47 +01:00
Tomasz Drwięga 3f41186b2e Fixing some clippy warnings (#1728)
* Fixing warnings

* Fixing unnecessary ref

* Removing unnecessary operation
2016-07-26 20:31:25 +02:00
Robert Habermeier 7200cfcbc9 expunge &Vec<T> pattern (#1579)
* expunge &Vec<T> pattern

* fix travis
2016-07-12 10:28:35 +02:00
Marek Kotewicz bcb63bce12 serde is no longer util dependency (#1534)
* removed old json-tests

* simplify folds in triehash.rs

* removed unused json_aid

* removed unused squeeze.rs

* json branching tests for trie

* removing todos from util

* separated UsingQueue and Table

* further cleanup, removing unused code

* serde serialization of hash moved to rpc module

* uint wrapper for rpc in progress

* serialization of uint moved to rpc module

* updated eth-secp256k1

* updated igd, serde is no longer dependency of util

* loading trie consensus tests

* renamed aliases in rpc imports
2016-07-06 11:23:29 +02:00
Tomasz Drwięga e2465b1eab Bumping clippy & fixing warnings (#1024)
* Bumping clippy

* Fixing warnings found by clippy
2016-05-02 13:13:12 +02:00
Tomasz Drwięga c47d08e308 Fixing warnings 2016-04-21 16:06:54 +02:00
Nikolay Volf bde0a5b811 test for triples and bug fix 2016-04-17 19:12:10 +03:00
Nikolay Volf 3138584320 generalized fixedsized structs with macro 2016-04-17 18:52:44 +03:00
Nikolay Volf bd2149406d from/to for BlockLocation 2016-04-17 18:18:25 +03:00
Nikolay Volf ef34b3d9aa convertables 2016-04-17 14:06:14 +03:00
Nikolay Volf 3e2875f3d5 removing redundant implements 2016-04-17 11:13:25 +03:00
Nikolay Volf 060e4bcd32 adding docs 2016-04-17 11:06:59 +03:00
Nikolay Volf 2812dee8d4 ongoing change 2016-04-17 10:40:35 +03:00
Nikolay Volf 119ae94816 raw bytes refactoring 2016-04-16 20:11:18 +03:00
Nikolay Volf 3eb08b0d61 fix tests and deuncommented 2016-03-14 10:53:37 +01:00
Nikolay Volf 829ed4d0a6 commented empty slice/vec comparison 2016-03-14 10:47:22 +01:00
arkpar 1d60d82698 Merge branch 'master' of github.com:ethcore/parity into discovery 2016-02-19 13:44:57 +01:00
Gav Wood a4846e4aad Update bytes.rs 2016-02-19 11:31:40 +01:00
Nikolay Volf 63f6ab4e6d resolved with bytes-encodable issue 2016-02-17 02:32:16 +03:00
Nikolay Volf 26e992ad2e encrypting any bytes covertible now via hashmap 2016-02-16 11:30:22 +03:00
arkpar 186c7585d2 Node table persistency 2016-02-15 11:54:38 +01:00
arkpar 62b9f4b91d UDP discovery working 2016-02-13 22:57:39 +01:00
debris c90d64662a added license in every *.rs file 2016-02-05 13:40:41 +01:00
arkpar 42d5c09131 Final docs 2016-02-03 16:43:48 +01:00
Gav Wood c531150f44 More documentation. 2016-02-03 13:20:32 +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 60e2b53a1d Fixed tests 2016-01-27 16:58:22 +01:00
arkpar 40314614f7 RLP encoder refactoring 2016-01-27 12:14:57 +01:00
Gav Wood e904d2145f Block refactoring, stricter RLP.
Fixed #234.
Partially fixes #233 for Blocks.
Fixed #222.
2016-01-26 19:18:22 +01:00
Tomusdrw adc763325d Merge branch 'master' into clippy
Conflicts:
	util/src/rlp/rlptraits.rs
2016-01-19 23:22:40 +01:00
Tomusdrw bad2a244df Adding documentation request comments. 2016-01-19 17:02:01 +01:00
Tomusdrw 062193ceb5 Fixing clippy errors in util 2016-01-19 12:14:29 +01:00
Gav Wood 6ea8eaa3b5 Move ethcore files back into root. 2016-01-17 13:11:25 +01:00