debris
100d1c7bf6
make triedbmut lookup shorter
2017-08-29 12:31:40 +02:00
debris
e390e6b0af
Merge branch 'master' into trie_recursion
2017-08-29 12:23:37 +02:00
Robert Habermeier
96e9a73a1b
Merge pull request #6408 from paritytech/txqueue
...
Don't accept transactions above block gas limit.
2017-08-29 12:13:16 +02:00
Jaco Greeff
c2f0778e80
Merge branch 'master' into ui-2
2017-08-29 11:58:53 +02:00
Jaco Greeff
39cf190db7
Update dependencies
2017-08-29 10:50:47 +02:00
Tomasz Drwięga
b8e6799d67
Don't accept transactions above block gas limit.
2017-08-29 10:50:13 +02:00
Jaco Greeff
2a0820278b
Update
2017-08-29 10:18:02 +02:00
Marek Kotewicz
e7cc0477fb
Merge pull request #6399 from paritytech/evm-trace-fix
...
Fix memory tracing.
2017-08-28 18:53:22 +02:00
Marek Kotewicz
17fa7edbbf
Merge pull request #6393 from paritytech/earlymergedb_optimizations
...
earlydb optimizations
2017-08-28 18:46:41 +02:00
Marek Kotewicz
c6b3faca64
Merge pull request #6321 from paritytech/plain_hasher
...
Optimized PlainHasher hashing. Trie insertions are >15% faster
2017-08-28 18:46:04 +02:00
Marek Kotewicz
8ead8061ee
Merge pull request #6389 from paritytech/trie
...
Trie optimizations
2017-08-28 18:45:30 +02:00
Marek Kotewicz
bf68c87a08
Merge pull request #6392 from paritytech/triehash
...
small optimizations for triehash
2017-08-28 18:44:47 +02:00
Tomasz Drwięga
d90ec3d192
Bring back IPFS tests. ( #6398 )
2017-08-28 15:22:59 +02:00
debris
322da07010
Merge branch 'master' into trie
2017-08-28 15:08:22 +02:00
debris
8019d222a7
fixed TrieDb::seek accordingly to review suggestions
2017-08-28 15:08:16 +02:00
Tomasz Drwięga
f9a08e285c
Running state test using parity-evm ( #6355 )
...
* Initial version of state tests.
* Refactor state to support tracing.
* Unify TransactResult.
* Add test.
2017-08-28 14:25:16 +02:00
Nikolay Volf
abecd80f54
Wasm math tests extended ( #6354 )
...
* extend math tests
* use latest wasm-tests
* cleanup
* avoid overflow
* use correct gas-
* and division
2017-08-28 14:12:40 +02:00
Tomasz Drwięga
3226e1ca33
Expose health status over RPC ( #6274 )
...
* Node-health to a separate crate.
* Initialize node_health outside of dapps.
* Expose health over RPC.
* Bring back 412 and fix JS.
* Add health to workspace and tests.
* Fix compilation without default features.
* Fix borked merge.
* Revert to generics to avoid virtual calls.
* Fix node-health tests.
* Add missing trailing comma.
2017-08-28 14:11:55 +02:00
debris
752dad6829
commit plain_hasher to util
2017-08-28 12:40:29 +02:00
Tomasz Drwięga
4f69ee0437
Add test to cover that.
2017-08-28 12:32:19 +02:00
debris
e0c2995f78
Merge branch 'master' into plain_hasher
2017-08-28 12:30:05 +02:00
Jaco Greeff
1b0efa97b2
Merge branch 'master' into ui-2
2017-08-28 10:09:54 +02:00
Hawstein
622632616c
fix bloom bitvecjournal storage allocation ( #6390 )
2017-08-28 09:19:04 +02:00
debris
4ac95b44e2
earlydb optimizations
2017-08-27 18:17:55 +02:00
debris
9cb4c99e5b
removed triedbmut recursion
2017-08-27 17:33:03 +02:00
debris
301a4720b7
small optimizations for triehash
2017-08-27 16:50:22 +02:00
Marek Kotewicz
15c3233376
Merge pull request #6391 from paritytech/pending_panic
...
fixed pending block panic
2017-08-27 14:46:49 +02:00
debris
faf0428b60
fixed pending block panic, closes #6239
2017-08-27 13:10:08 +02:00
Tomasz Drwięga
dd3b6d49ee
Fix memory tracing.
2017-08-26 21:53:41 +02:00
debris
7246c9c74b
removed redundant *
2017-08-26 19:16:08 +02:00
debris
5395f13528
optimized hashdb keys
2017-08-26 19:09:32 +02:00
debris
9083923f27
optimized memorydb insert, remove and emplace
2017-08-26 18:34:16 +02:00
debris
5d6c53c9bd
triedb seek and descend is not recursive
2017-08-26 18:33:43 +02:00
Jaco Greeff
7438cfc47d
Merge branch 'master' into ui-2
2017-08-25 12:14:56 +02:00
GitLab Build Bot
b6024adf85
[ci skip] js-precompiled 20170825-090654
2017-08-25 09:11:39 +00:00
Jon Choi
5b6d47aeef
Infoline less opaque for UI/visibility ( #6364 )
2017-08-25 16:31:48 +08:00
Robert Habermeier
c79ecee094
only load ancestry from chain closure in engine
2017-08-24 16:29:31 +02:00
Robert Habermeier
b953f9b66a
glue for fetching epoch proofs from network
2017-08-24 15:17:48 +02:00
Jaco Greeff
10a7750027
Merge branch 'master' into ui-2
2017-08-24 13:49:34 +02:00
Tomasz Drwięga
5c0f9f1c40
Fix eth_call. ( #6365 )
...
* Fix eth_call.
* Fix warning spam.
2017-08-24 13:13:01 +02:00
Jaco Greeff
d97f6b3812
Add @parity/jsonrpc explicitly
2017-08-24 13:07:22 +02:00
Jaco Greeff
3e08829c39
Merge branch 'master' into ui-2
2017-08-24 12:02:23 +02:00
Jaco Greeff
ae66b98aac
Update dependencies
2017-08-24 12:01:47 +02:00
Robert Habermeier
871a9c063e
Merge branch 'master' into light-poa
2017-08-23 15:49:02 +02:00
Robert Habermeier
2ff3dff6ea
serve epoch signals over network and check them
2017-08-23 15:37:35 +02:00
Marek Kotewicz
4bda7bf175
updated bigint ( #6341 )
2017-08-22 17:05:28 +02:00
Jaco Greeff
21e8c31aec
Update dependencies
2017-08-22 16:51:40 +02:00
Jaco Greeff
630118b5a5
Merge branch 'master' into ui-2
2017-08-22 15:12:30 +02:00
Robert Habermeier
7f3e718851
EngineClient implementation for light client
2017-08-22 21:02:40 +08:00
Marek Kotewicz
5dac15fa85
Merge pull request #6347 from paritytech/trieiter
...
Optimize trie iter by avoiding redundant copying
2017-08-22 11:26:25 +02:00