Commit Graph

528 Commits

Author SHA1 Message Date
Marek Kotewicz
584bcda7d5 Merge pull request #37 from gavofyork/gav
Avoid panicking on oversize u64.
2016-01-12 00:16:11 +01:00
Gav Wood
48fbf24e21 Avoid panicking on oversize u64. 2016-01-12 00:10:47 +01:00
Marek Kotewicz
b6b65ea182 Merge pull request #36 from gavofyork/gav
Avoid panic on invalid uint data.
2016-01-12 00:01:32 +01:00
Gav Wood
65ab524053 Avoid panic on invalid uint data. 2016-01-11 23:59:33 +01:00
Gav Wood
d661116580 Merge branch 'master' into gav 2016-01-11 19:13:06 +01:00
Marek Kotewicz
e4dbba874f Merge pull request #35 from gavofyork/gav
Additional mem use.
2016-01-11 18:02:58 +01:00
Gav Wood
1c48e34d69 Additional mem use. 2016-01-11 18:01:54 +01:00
Marek Kotewicz
a233320f88 Merge pull request #34 from gavofyork/gav
Couple more standard things in common.
2016-01-11 17:40:34 +01:00
Gav Wood
c104009ef6 Additional standard.rs. 2016-01-11 17:38:28 +01:00
Gav Wood
a197f3f60e Merge remote-tracking branch 'origin/master' into gav 2016-01-11 13:02:03 +01:00
arkpar
54fb66bb7d Merge branch 'network' 2016-01-11 11:52:56 +01:00
arkpar
c269cb5c85 Added sync to std uses 2016-01-11 11:52:18 +01:00
Gav Wood
e116bd3d20 Merge pull request #33 from gavofyork/network
Padding decryption, connection registration fixed
2016-01-10 23:58:53 +01:00
arkpar
6f3c3fa020 Documentation 2016-01-10 22:42:27 +01:00
arkpar
02b530f4aa Style 2016-01-10 15:13:12 +01:00
arkpar
39fb29ffcc Merge branch 'master' of github.com:gavofyork/ethcore-util into network 2016-01-10 14:10:29 +01:00
Arkadiy Paronyan
4ed6a0054b Merge pull request #32 from gavofyork/gav
Remove unneeded error.
2016-01-10 14:10:07 +01:00
arkpar
2f45d22b38 Merge branch 'master' of github.com:gavofyork/ethcore-util into network 2016-01-10 14:09:51 +01:00
Gav Wood
dfd31f96e1 Merge branch 'master' into gav 2016-01-10 14:06:53 +01:00
Gav Wood
6410759bc3 Remove unneeded error. 2016-01-10 14:06:38 +01:00
arkpar
b0cef968e7 Networking fixes 2016-01-10 14:02:01 +01:00
Arkadiy Paronyan
8254b4283b Merge pull request #31 from gavofyork/gav
Bloom stuff and RlpStandard
2016-01-10 13:23:04 +01:00
Gav Wood
3277b23b9e Merge branch 'master' into gav 2016-01-10 12:55:04 +01:00
Gav Wood
5862d58379 Reworked network errors (now NetworkError) to be a subset of UtilErrors rather than the
other way around.
2016-01-10 12:53:55 +01:00
Gav Wood
ffc28bf495 Additional bloom-related functionality.
RlpStandard for non-emit_*-based RlpStream extesions.
2016-01-09 23:47:46 +01:00
Marek Kotewicz
c649c134b7 Merge pull request #30 from gavofyork/gav
Refactoring, BitOrAssign for hash, minor additions.
2016-01-09 23:02:30 +01:00
Gav Wood
568d28e94b Bitwise Or Assign and some additional convenience in Hash. 2016-01-09 22:30:13 +01:00
Gav Wood
88810a5762 Merge branch 'master' into gav 2016-01-09 14:20:49 +01:00
Arkadiy Paronyan
ebe554d226 Merge pull request #29 from gavofyork/gav
Introduce use-dependency amalgamation.
2016-01-09 13:04:44 +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
Gav Wood
11c244a5e3 Merge pull request #24 from gavofyork/network
IO and networking
2016-01-09 11:02:04 +01:00
arkpar
24ba723818 Do not expose sha3 from crypto 2016-01-09 10:27:41 +01:00
arkpar
02c60acc14 Fixed build after merge 2016-01-09 10:22:03 +01:00
arkpar
6183ba5cb5 Merge branch 'master' of github.com:gavofyork/ethcore-util into network 2016-01-09 10:20:11 +01:00
arkpar
49d97d7cb3 is_zero for hash types 2016-01-09 10:20:07 +01:00
Arkadiy Paronyan
1124ad2012 Merge pull request #28 from gavofyork/gav
Fix API,
2016-01-08 22:31:51 +01:00
Gav Wood
d7fe922425 Fix API, 2016-01-08 22:30:45 +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
Marek Kotewicz
41cb81337a Merge pull request #27 from gavofyork/gav
Make Populatable good
2016-01-08 14:34:05 +01:00
arkpar
469b0a17dc More style 2016-01-08 13:55:44 +01:00
arkpar
396a1755e3 More style 2016-01-08 13:49:00 +01:00
arkpar
e6623c0edd Removed wrong file 2016-01-08 13:33:38 +01:00
arkpar
1ffd999f96 Merge branch 'master' of github.com:gavofyork/ethcore-util into network 2016-01-08 13:32:52 +01:00
arkpar
288794fd27 Style 2016-01-08 13:10:00 +01:00
Gav Wood
e4ed6467a9 Fixes and renaming fax->copy. 2016-01-08 12:05:38 +01:00
Gav Wood
f81fb2de51 Fix and some tests for opaque types in populatable. 2016-01-08 12:02:26 +01:00
Gav Wood
3018c4a28a Additional Populatable API tweaks. 2016-01-08 11:52:46 +01:00
Gav Wood
f0da76df7c API cleanups. 2016-01-08 11:43:11 +01:00