Gav Wood
|
9ac4f51601
|
Allow path to be configured.
|
2016-02-10 21:17:47 +01:00 |
|
Nikolay Volf
|
66a370af9b
|
Merge pull request #396 from ethcore/close_gently
Catching panics.
|
2016-02-10 18:55:53 +03:00 |
|
Tomusdrw
|
96dda7b73a
|
Forwarding panics from threads
|
2016-02-10 16:35:52 +01:00 |
|
Tomusdrw
|
7925642b1b
|
Removing overengineered stuff
|
2016-02-10 15:28:43 +01:00 |
|
debris
|
5347d4fe43
|
changed BlockPosition -> Location
|
2016-02-10 15:15:28 +01:00 |
|
debris
|
dc8fa4ebfd
|
moved BlockId and TransactionId to blockchain.rs
|
2016-02-10 15:09:38 +01:00 |
|
Tomusdrw
|
0d121dd51a
|
Removing unecessary locks causing dead-locks
|
2016-02-10 14:49:31 +01:00 |
|
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 |
|
debris
|
75b54cc277
|
updated BlockId and TransactionId description
|
2016-02-10 12:43:26 +01:00 |
|
debris
|
8c43c989af
|
fixed Uniquely typo
|
2016-02-10 12:41:36 +01:00 |
|
debris
|
626277ef9a
|
block and transaction ids, jsonrpcs eth_getTransactionByHash
|
2016-02-10 11:28:40 +01:00 |
|
debris
|
b86ddbb923
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
|
2016-02-10 10:13:07 +01:00 |
|
Nikolay Volf
|
4ab99a6bb3
|
fixed conflicting namespaces
|
2016-02-10 02:20:36 +03:00 |
|
debris
|
4df096fed3
|
optimize blockchains transaction_at
|
2016-02-10 00:12:09 +01:00 |
|
Nikolay Volf
|
dabce9ab45
|
cleanup, warnings
|
2016-02-10 01:11:22 +03:00 |
|
Nikolay Volf
|
2982c7973e
|
externalities suicide test
|
2016-02-10 01:02:31 +03:00 |
|
Nikolay Volf
|
2b6eb97f66
|
log test
|
2016-02-10 00:41:45 +03:00 |
|
Nikolay Volf
|
71786dd172
|
should_panic test
|
2016-02-10 00:32:47 +03:00 |
|
Nikolay Volf
|
3b01ca93cd
|
call fail test
|
2016-02-09 22:30:35 +03:00 |
|
debris
|
75ccb22d26
|
add Debug, PartialEq and Eq to LocalizedTransaction
|
2016-02-09 18:14:04 +01:00 |
|
Nikolay Volf
|
1603b2bf64
|
flush
|
2016-02-09 19:47:14 +03:00 |
|
debris
|
3abe5e941f
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc2
|
2016-02-09 17:45:51 +01:00 |
|
Nikolay Volf
|
5767931df6
|
dried out tests
|
2016-02-09 19:29:52 +03:00 |
|
Nikolay Volf
|
b42f5145a6
|
check env_info
|
2016-02-09 07:54:58 -08:00 |
|
Nikolay Volf
|
7f607905ed
|
moving around setups
|
2016-02-09 07:31:57 -08:00 |
|
Nikolay Volf
|
cc4206f690
|
initial test setup
|
2016-02-09 06:28:27 -08:00 |
|
debris
|
5d05c36791
|
LocalizedTransaction
|
2016-02-09 15:17:01 +01:00 |
|
Gav Wood
|
1ae4da46b3
|
Merge pull request #387 from ethcore/coverage-effort
Ethash unit tests final
|
2016-02-09 13:59:48 +01:00 |
|
Nikolay Volf
|
97789cbab7
|
Merge pull request #374 from ethcore/jsonrpc
jsonrpc
|
2016-02-09 15:51:28 +03:00 |
|
debris
|
ac2ee42804
|
Merge branch 'jsonrpc' into jsonrpc2
|
2016-02-09 13:25:47 +01:00 |
|
debris
|
fd18be4317
|
change CLIENT_DB_VER_STR instead of DB_VERSION
|
2016-02-09 13:21:32 +01:00 |
|
Nikolay Volf
|
095c60d440
|
possible panic resolution, block family tests
|
2016-02-09 04:20:18 -08:00 |
|
debris
|
c50eb78ca1
|
jsonrpc optionals
|
2016-02-09 13:17:55 +01:00 |
|
Nikolay Volf
|
9358e9444c
|
unordered h256-pass fix
|
2016-02-09 03:58:32 -08:00 |
|
Nikolay Volf
|
55a29bfa86
|
unordered verification
|
2016-02-09 03:23:35 -08:00 |
|
debris
|
bb3ffe5764
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc
|
2016-02-09 10:13:35 +01:00 |
|
Nikolay Volf
|
fc0153a5a4
|
returning client to the place it should be, cleanup
|
2016-02-09 00:54:33 +03:00 |
|
Nikolay Volf
|
22dd075692
|
proper fail conditions
|
2016-02-08 23:43:53 +03:00 |
|
Nikolay Volf
|
1ae7db2e03
|
coverage & panics avoidance
|
2016-02-08 23:07:14 +03:00 |
|
debris
|
483ee1fbce
|
blockchain transaction api
|
2016-02-08 15:53:22 +01:00 |
|
Gav Wood
|
666a1c3a57
|
Merge pull request #364 from ethcore/block-propagation
Blocks propagation
|
2016-02-08 15:41:17 +01:00 |
|
Nikolay Volf
|
11103b083a
|
fixed test
|
2016-02-08 03:35:51 -08:00 |
|
Nikolay Volf
|
3dd220b62f
|
refactoring of report functions, some comments
|
2016-02-08 03:14:48 -08:00 |
|
debris
|
90f965cf53
|
Merge branch 'master' of github.com:ethcore/parity into jsonrpc
|
2016-02-08 11:59:03 +01:00 |
|
debris
|
3adfebdc20
|
jsonrpc eth_getCode method
|
2016-02-08 10:58:08 +01:00 |
|
Nikolay Volf
|
1b272051b9
|
Merge pull request #368 from ethcore/state
Panic on missing counters; Client cleanup
|
2016-02-08 03:04:21 +03:00 |
|
arkpar
|
06f943ee25
|
Minor change
|
2016-02-08 00:36:08 +01:00 |
|
arkpar
|
0772cb6d42
|
Panic on missing counters; Client cleanup
|
2016-02-07 23:07:36 +01:00 |
|
Nikolay Volf
|
c3f23839e8
|
Merge branch 'ark' into nvolf
|
2016-02-07 13:40:00 +03:00 |
|