Commit Graph

5 Commits

Author SHA1 Message Date
Gav Wood
2caff9d7c2 Merge branch 'master' into gav 2016-01-16 15:37:35 +01:00
Gav Wood
5520497e81 Fixed Uint output. 2016-01-15 21:25:55 +01:00
debris
e3f1d70353 display trait implemented for rlp 2016-01-15 21:03:38 +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