Gav Wood
e2de777c30
Fix panic in crypto, avoid incorrect casting in bytes.
2016-01-12 00:55:42 +01:00
arkpar
2f45d22b38
Merge branch 'master' of github.com:gavofyork/ethcore-util into network
2016-01-10 14:09:51 +01:00
arkpar
b0cef968e7
Networking fixes
2016-01-10 14:02:01 +01:00
Gav Wood
ffc28bf495
Additional bloom-related functionality.
...
RlpStandard for non-emit_*-based RlpStream extesions.
2016-01-09 23:47:46 +01:00
Gav Wood
6eac110b65
Merge branch 'master' into gav
2016-01-09 12:33:40 +01:00
Gav Wood
2b90f7d03a
Introduce use-dependency amalgamation. We now have:
...
- `use standard;` (bring in a set of standard and external dependencies)
- `use common;` (bring in a low-level subset of this crate; basically anything that itself requires only `use standard;`)
And, from an external create:
- `use ethcore_util::*;` (bring in the entirety of this module and the standard dependencies)
2016-01-09 12:12:36 +01:00
arkpar
647ea286ba
Renamed RlpStream::raw to as_raw
2016-01-08 15:57:50 +01:00
arkpar
9286a03656
Even more style
2016-01-08 15:52:43 +01:00
arkpar
1ffd999f96
Merge branch 'master' of github.com:gavofyork/ethcore-util into network
2016-01-08 13:32:52 +01:00
Gav Wood
5fc87a334d
Additional work & convenience functions on crypto, bytes & hash.
...
Renaming mut_bytes() to as_slice_mut().
2016-01-07 23:59:50 +01:00
Gav Wood
8bf03bb8ff
Secure trie functions & structs.
2016-01-06 13:53:23 +01:00
arkpar
634b6be1e6
fixed warnings
2015-12-26 15:50:55 +01:00
arkpar
fa1b74fa53
minor fixes
2015-12-26 15:48:41 +01:00
arkpar
f34b22c65b
cache item count in Rlp
2015-12-22 22:23:01 +01:00
Gav Wood
cc192b2264
Merge remote-tracking branch 'origin/master' into triemut
2015-12-19 12:38:02 +00:00
Gav Wood
80cdde2972
Renamed RLP's generic submodules to prevent systematic name clashing.
...
Repotted Trie module.
2015-12-19 12:35:26 +00:00
debris
9231bc6622
read_list -> as_list
2015-12-14 12:03:48 +01:00
debris
de4a227a47
decoding fixed sized arrays
2015-12-14 11:56:11 +01:00
debris
6bc56ad004
added raw method to RlpStream. usefull for quicklookup
2015-12-12 15:57:08 +01:00
debris
0e343d078c
rlp encodable and decodable for options
2015-12-08 19:01:37 +01:00
debris
b657a15100
val_at rlp method
2015-12-08 14:44:22 +01:00
debris
d5ab429e77
changed order of reexports
2015-12-08 13:02:32 +01:00
debris
36c586eb21
final changes in rlp refactor
2015-12-08 12:59:19 +01:00
debris
db762c534e
docs tests are passing
2015-12-08 12:40:11 +01:00
debris
51eff239fa
rlpstream separated to its own submodule
2015-12-08 12:33:05 +01:00
debris
701aaf126d
fixed rlp reexports
2015-12-08 00:53:28 +01:00
debris
4419924154
decoder refactor applied
2015-12-08 00:45:04 +01:00
debris
cb5ec8c0af
decodable implementations
2015-12-08 00:27:12 +01:00
debris
0de75185aa
decodable trait impl in progress
2015-12-08 00:07:07 +01:00
debris
7e287755ca
rlp view interface + refactor
2015-12-07 23:47:26 +01:00
debris
36bea4692e
refector init
2015-12-07 16:32:06 +01:00