arkpar
|
cf04c12510
|
Merge branch 'master' of github.com:ethcore/parity into ark
|
2016-01-29 17:07:23 +01:00 |
|
arkpar
|
3aa00586e3
|
Common log init function
|
2016-01-29 15:01:39 +01:00 |
|
arkpar
|
772de24cae
|
RLP decoder refactoring
|
2016-01-29 13:59:29 +01:00 |
|
arkpar
|
cfa2776e75
|
Removed test log initializations
|
2016-01-29 12:27:50 +01:00 |
|
arkpar
|
626fcdfffc
|
append Now accepts lists again
|
2016-01-28 20:13:05 +01:00 |
|
arkpar
|
3f281754f2
|
removed smallvec
|
2016-01-28 12:35:50 +01:00 |
|
arkpar
|
7f187674fc
|
Fixed depth tracking
|
2016-01-27 19:27:11 +01:00 |
|
arkpar
|
698fa11e76
|
Fixed depth tracking
|
2016-01-27 18:58:41 +01:00 |
|
arkpar
|
aa9fb98a74
|
Merge branch 'master' of github.com:ethcore/parity into ark
|
2016-01-27 17:31:45 +01:00 |
|
Arkadiy Paronyan
|
10dd07f998
|
Merge pull request #244 from ethcore/clippy
clippy, missing docs, renaming etc.
|
2016-01-27 17:21:23 +01:00 |
|
debris
|
61c64d264b
|
moved rust-evmjit -> evmjit, added clippy and basic docs to rpc crate
|
2016-01-27 17:08:59 +01:00 |
|
arkpar
|
60e2b53a1d
|
Fixed tests
|
2016-01-27 16:58:22 +01:00 |
|
Arkadiy Paronyan
|
5e6774a5ec
|
Merge pull request #193 from ethcore/rpc
jsonrpc http server
|
2016-01-27 16:48:16 +01:00 |
|
Marek Kotewicz
|
bcca45efa6
|
Merge pull request #240 from ethcore/blockchaintests
Ethash nonce is H64 not a u64
|
2016-01-27 14:58:45 +01:00 |
|
Gav Wood
|
9979e159bd
|
Ethash nonce is H64 not a u64.
|
2016-01-27 14:44:02 +01:00 |
|
debris
|
e068bad4e0
|
Revert "temporarily comment out checking zero prefixed int"
This reverts commit 500dd1480d .
|
2016-01-27 14:31:43 +01:00 |
|
debris
|
bcfe40e743
|
Merge branch 'tmp_prefixed_int' into rpc
|
2016-01-27 14:01:03 +01:00 |
|
debris
|
500dd1480d
|
temporarily comment out checking zero prefixed int
|
2016-01-27 13:59:14 +01:00 |
|
debris
|
01fcb9b445
|
Merge branch 'master' of github.com:ethcore/parity into rpc
|
2016-01-27 13:04:40 +01:00 |
|
arkpar
|
40314614f7
|
RLP encoder refactoring
|
2016-01-27 12:14:57 +01:00 |
|
Arkadiy Paronyan
|
ed546006ef
|
Merge pull request #231 from ethcore/blockchaintests
Fix ensure_db_good() and flush_queue(), block refactoring, check block format, be strict.
|
2016-01-26 19:47:01 +01:00 |
|
debris
|
2f42e0eda0
|
parity on netstats
|
2016-01-26 19:24:33 +01:00 |
|
Gav Wood
|
e904d2145f
|
Block refactoring, stricter RLP.
Fixed #234.
Partially fixes #233 for Blocks.
Fixed #222.
|
2016-01-26 19:18:22 +01:00 |
|
Gav Wood
|
387e3ec3fd
|
Ensure Spec::ensure_db_good() places DB entries for code & storage.
|
2016-01-26 15:00:22 +01:00 |
|
Marek Kotewicz
|
d30114b87c
|
Merge pull request #207 from ethcore/rlp
Rlp
|
2016-01-26 13:15:44 +01:00 |
|
Gav Wood
|
537cc61cd6
|
Merge pull request #206 from ethcore/ark
U256<->H256 Conversion
|
2016-01-26 12:09:01 +01:00 |
|
Nikolay Volf
|
7b86f98a7c
|
identations fix
|
2016-01-26 14:57:43 +04:00 |
|
arkpar
|
1dbae06a83
|
Merge branch 'blockchaintests' of github.com:ethcore/parity into rlp
|
2016-01-25 18:57:05 +01:00 |
|
Gav Wood
|
499da19d82
|
Initial draft of blockchain tests.
|
2016-01-25 18:56:36 +01:00 |
|
Nikolay Volf
|
95e96a653f
|
2 bytes length check
|
2016-01-25 19:13:36 +04:00 |
|
Nikolay Volf
|
f4ab64fd6b
|
happy path test
|
2016-01-25 18:47:13 +04:00 |
|
Nikolay Volf
|
01ea703783
|
long length checks & indentation
|
2016-01-25 17:27:11 +04:00 |
|
Nikolay Volf
|
e592a185ef
|
lost spaces again
|
2016-01-25 16:57:41 +04:00 |
|
Nikolay Volf
|
48d1760b7f
|
lost spaces
|
2016-01-25 16:54:52 +04:00 |
|
Nikolay Volf
|
45059d5119
|
untrusted rlp data length check
|
2016-01-25 16:40:59 +04:00 |
|
arkpar
|
e61d1f810e
|
U256<->H256 conversion
|
2016-01-25 13:39:15 +01:00 |
|
Nikolay Volf
|
b2050fa639
|
untrusted rlp data length check
|
2016-01-25 16:23:05 +04:00 |
|
arkpar
|
eed88df0d4
|
Fixed tests compilation
|
2016-01-25 13:22:29 +01:00 |
|
arkpar
|
02d33f6861
|
Merge branch 'master' of github.com:ethcore/parity into ark
|
2016-01-24 19:21:31 +01:00 |
|
arkpar
|
cd250d4959
|
Incoming connections; Tests
|
2016-01-24 18:54:05 +01:00 |
|
arkpar
|
cfb8671b00
|
Networking bugfixes
|
2016-01-24 18:54:05 +01:00 |
|
arkpar
|
acbb50d700
|
Stream deregistration
|
2016-01-24 18:54:05 +01:00 |
|
Gav Wood
|
788213f48f
|
Merge branch 'master' into gav
|
2016-01-24 00:09:18 +01:00 |
|
Gav Wood
|
b059d32485
|
Argument parsing from CLI.
Closes #179
|
2016-01-23 23:53:20 +01:00 |
|
arkpar
|
e5e0d3d136
|
Merge branch 'master' of github.com:ethcore/parity into io
|
2016-01-22 14:44:17 +01:00 |
|
arkpar
|
81bb86d0ed
|
Removed obsolete warnings
|
2016-01-22 01:27:51 +01:00 |
|
arkpar
|
d431854421
|
Fixed tests
|
2016-01-22 00:47:45 +01:00 |
|
arkpar
|
ccf1cc4d54
|
Removed obsolete code and added documentation
|
2016-01-22 00:11:19 +01:00 |
|
arkpar
|
4bf1c205b4
|
DB commit queue
|
2016-01-21 23:33:52 +01:00 |
|
arkpar
|
0f97edad7c
|
Merge branch 'master' of github.com:ethcore/parity into ethash
|
2016-01-21 17:21:51 +01:00 |
|