Robert Habermeier
|
36d3d0d7d7
|
replace synchronization primitives with those from parking_lot (#1593)
* parking_lot in cargo.toml
* replace all lock invocations with parking_lot ones
* use parking_lot synchronization primitives
|
2016-07-13 19:59:59 +02:00 |
|
Gav Wood
|
9afbc9816d
|
Merge branch 'master' into kill_unwraps
|
2016-07-08 17:31:30 +02:00 |
|
Gav Wood
|
3b662c285f
|
Switch out .X().unwrap() for .unwrapped_X
|
2016-07-07 09:37:31 +02:00 |
|
Gav Wood
|
456ad9e21b
|
Remove .lock().unwrap() idiom into locked().
|
2016-07-06 19:52:34 +02:00 |
|
Gav Wood
|
34edecd59d
|
State diffing, exposed through JSONRPC.
|
2016-05-31 21:03:44 +02:00 |
|
Tomasz Drwięga
|
e58ec31e20
|
Fixing warnings
|
2016-03-18 10:14:19 +01:00 |
|
arkpar
|
b1793fcb16
|
Prettier version wo git dir; Use rustc compile time version
|
2016-03-17 18:41:55 +01:00 |
|
arkpar
|
9e7ff2c00e
|
Version 1.1
|
2016-03-14 01:00:17 +01:00 |
|
Gav Wood
|
30c6820437
|
Refactor and cleanup.
|
2016-03-02 00:52:18 +01:00 |
|
Gav Wood
|
140711dd8a
|
Fixups from review.
Reduce size of default extra-data.
Introduce find_uncle_headers.
|
2016-03-01 19:59:12 +01:00 |
|
Gav Wood
|
48df869202
|
--author and --extra-data options. Fixed null parent-hash.
|
2016-03-01 16:58:14 +01:00 |
|
Gav Wood
|
ffc5c2ea7b
|
eth_getwork implemented.
|
2016-02-29 19:30:13 +01:00 |
|
Gav Wood
|
e63aba73c5
|
Remove "unknown" from version string.
|
2016-02-22 09:04:44 +01:00 |
|
Gav Wood
|
fbee46d69d
|
Fix netstats.
|
2016-02-21 21:45:56 +01:00 |
|
Gav Wood
|
ea187253a2
|
Include git commit date & hash.
|
2016-02-21 21:14:09 +01:00 |
|
Gav Wood
|
63bbd0ccd8
|
Use proper version string.
|
2016-02-21 20:00:45 +01:00 |
|
Gav Wood
|
8be5340385
|
Tabs!
|
2016-02-09 16:19:12 +01:00 |
|
Gav Wood
|
e987a492dc
|
--chain option for setting which network to go on.
Add contents function to util.
|
2016-02-09 15:51:48 +01:00 |
|
debris
|
c90d64662a
|
added license in every *.rs file
|
2016-02-05 13:40:41 +01:00 |
|
Gav Wood
|
fad2f3a23d
|
More doc updates. All Gav Wood docs done.
|
2016-02-03 14:51:45 +01:00 |
|
debris
|
2bddc938af
|
util docs
|
2016-02-01 15:22:42 +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 |
|