Tomusdrw
|
6b0cc0c8fa
|
Merge branch 'master' into close_gently
Conflicts:
parity/main.rs
|
2016-02-10 13:13:04 +01:00 |
|
Tomusdrw
|
2a498fc3eb
|
Implementing PanicHandlers for all places when new thread is spawned. Handling Client panics
|
2016-02-10 12:50:27 +01:00 |
|
Gav Wood
|
015aaad2c4
|
Merge pull request #388 from ethcore/options
--chain option for setting which network to go on.
|
2016-02-09 16:50:31 +01:00 |
|
Tomusdrw
|
0757ac1493
|
PanicHandler - work in progress
|
2016-02-09 16:47:21 +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
|
fd18be4317
|
change CLIENT_DB_VER_STR instead of DB_VERSION
|
2016-02-09 13:21:32 +01:00 |
|
debris
|
e911e64704
|
db_version 2
|
2016-02-09 10:19:04 +01:00 |
|
debris
|
bb3ffe5764
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc
|
2016-02-09 10:13:35 +01:00 |
|
arkpar
|
b411a3d55d
|
Check for handshake expiration before attempting replace
|
2016-02-08 15:03:44 +01:00 |
|
debris
|
90f965cf53
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc
|
2016-02-08 11:59:03 +01:00 |
|
debris
|
b2c083ce56
|
fixed U256 serialization, tests for transaction serialization
|
2016-02-08 11:58:47 +01:00 |
|
arkpar
|
0772cb6d42
|
Panic on missing counters; Client cleanup
|
2016-02-07 23:07:36 +01:00 |
|
arkpar
|
63f2f42035
|
Restored trace
|
2016-02-07 22:16:58 +01:00 |
|
arkpar
|
6c36a7e1a6
|
Apply all removes after updating all counters
|
2016-02-07 21:33:24 +01:00 |
|
arkpar
|
28dd73e340
|
Updated counter comment
|
2016-02-07 18:28:47 +01:00 |
|
arkpar
|
976b10a4ef
|
Removed warning supression
|
2016-02-07 18:28:47 +01:00 |
|
arkpar
|
b2f69a08ca
|
Clarified counters
|
2016-02-07 18:28:47 +01:00 |
|
arkpar
|
f2ed89be46
|
Fixed an issue with forked counters
|
2016-02-07 18:28:47 +01:00 |
|
Gav Wood
|
36ebacbe10
|
Merge pull request #357 from ethcore/ark
Raise FD limit for MacOS
|
2016-02-05 15:19:29 +01:00 |
|
Gav Wood
|
105f4262dd
|
Merge pull request #354 from ethcore/license
License
|
2016-02-05 14:06:10 +01:00 |
|
arkpar
|
0504bc17ce
|
Removed issue comment
|
2016-02-05 13:55:29 +01:00 |
|
arkpar
|
f06e444737
|
Raise FD limit for macos
|
2016-02-05 13:49:36 +01:00 |
|
debris
|
c90d64662a
|
added license in every *.rs file
|
2016-02-05 13:40:41 +01:00 |
|
debris
|
bc267f8412
|
prepare for adding licenses
|
2016-02-05 13:36:30 +01:00 |
|
arkpar
|
a87edc2557
|
Style
|
2016-02-05 02:08:17 +01:00 |
|
arkpar
|
75ebac36a3
|
Cleanup
|
2016-02-05 01:49:06 +01:00 |
|
arkpar
|
048c27237a
|
Counters in JournalDB
|
2016-02-04 21:33:30 +01:00 |
|
arkpar
|
af07852080
|
Merge branch 'sync' of github.com:ethcore/parity into state
|
2016-02-04 16:02:03 +01:00 |
|
arkpar
|
6b3390f034
|
Refactored JournalDB
|
2016-02-04 02:40:35 +01:00 |
|
Nikolay Volf
|
98fc321733
|
separate coverage for util
|
2016-02-03 22:00:09 +03:00 |
|
Nikolay Volf
|
3f3ebdbfa1
|
nodes specs
|
2016-02-03 21:44:49 +03:00 |
|
arkpar
|
b9af3f9260
|
State copy optimization
|
2016-02-03 19:34:51 +01:00 |
|
Nikolay Volf
|
ec30a0a591
|
connection read tests
|
2016-02-03 21:01:39 +03:00 |
|
Nikolay Volf
|
e154e3e7fa
|
fixed indents
|
2016-02-03 19:06:16 +03:00 |
|
Nikolay Volf
|
f85b9eb75b
|
Merge branch 'master' into nvolf
|
2016-02-03 19:00:05 +03:00 |
|
Nikolay Volf
|
84e1c77938
|
broken sockets
|
2016-02-03 18:59:35 +03:00 |
|
arkpar
|
42d5c09131
|
Final docs
|
2016-02-03 16:43:48 +01:00 |
|
Nikolay Volf
|
834f8a07eb
|
socket write tests
|
2016-02-03 18:40:54 +03:00 |
|
Nikolay Volf
|
df18d8104d
|
final network tests di setup
|
2016-02-03 18:05:46 +03:00 |
|
Gav Wood
|
a1bfcf17e3
|
Merge branch 'master' of github.com:ethcore/parity
|
2016-02-03 14:58:30 +01:00 |
|
Gav Wood
|
fad2f3a23d
|
More doc updates. All Gav Wood docs done.
|
2016-02-03 14:51:45 +01:00 |
|
Gav Wood
|
4a88adfde7
|
Merge pull request #317 from ethcore/evm-tests
Additional evm tests (extops, call, jumps) and some docs
|
2016-02-03 14:37:17 +01:00 |
|
Gav Wood
|
c531150f44
|
More documentation.
|
2016-02-03 13:20:32 +01:00 |
|
Nikolay Volf
|
e86a680b23
|
test sockets, connections setup
|
2016-02-03 14:04:24 +03:00 |
|
Tomusdrw
|
da22bbf21c
|
Tests for some external operations
|
2016-02-03 11:26:24 +01:00 |
|
Nikolay Volf
|
206cb6b227
|
decoupling sockets from logic for tests
|
2016-02-03 03:55:18 +03:00 |
|
arkpar
|
da52fee2b3
|
Simplified Disconnect struct
|
2016-02-02 21:10:16 +01:00 |
|
arkpar
|
05e86ca63c
|
Peers keep-alive
|
2016-02-02 20:58:12 +01:00 |
|
arkpar
|
81e339a77a
|
Merge
|
2016-02-02 17:00:32 +01:00 |
|