Commit Graph

105 Commits

Author SHA1 Message Date
arkpar 781f763f1f Memory management 2016-02-25 14:09:39 +01:00
arkpar 40f908a499 Log formatting 2016-02-23 20:14:37 +01:00
Tomusdrw c2952b49b4 Bumping clippy version Fixes #496 2016-02-23 10:47:57 +01:00
Gav Wood 6fa2284c68 Remove unneeded deps. 2016-02-21 20:03:01 +01:00
Nikolay Volf ab0fe65f3f unlisting as dev-dependencies 2016-02-19 18:09:31 +03:00
debris e3e84020f4 travis-beta and travis-nightly feaetures 2016-02-19 01:25:06 +01:00
arkpar af8ba06795 utils compilable in beta 2016-02-18 23:29:41 +01:00
Gav Wood 8e93989eec Merge branch 'rustup' into rustbeta 2016-02-18 21:09:36 +01:00
Gav Wood ae2ef83f16 Merge branch 'clippy_optional' of https://github.com/Manishearth/parity into Manishearth-clippy_optional 2016-02-18 20:59:28 +01:00
debris ebe8e19cc0 fixed compiling with rustc 1.8.0-nightly (57c357d89 2016-02-16) 2016-02-18 14:36:59 +01:00
Gav Wood 7f2acedf9f Reintroduce daemonize. 2016-02-18 13:10:04 +01:00
Gav Wood 870731cb9f No need to bring in daemonize module. 2016-02-18 13:08:25 +01:00
Gav Wood 97f549cf5f Add daemonization. 2016-02-18 12:42:01 +01:00
Manish Goregaokar 8802fb2fd8 Make clippy an optional dependency 2016-02-17 02:07:41 +05:30
Nikolay Volf feb9b96ce7 version bump, test script for full suite 2016-02-16 13:40:58 +03:00
Nikolay Volf 9ff3155a64 clippy, returing docopt 2016-02-14 00:58:41 +03:00
Nikolay Volf 84c752583a clippy version update, docopt-macro moving to fork 2016-02-13 13:17:16 +03:00
Tomusdrw d7a36f4a9d Using modified version of ctrlc that catches SIGTERM 2016-02-10 16:55:15 +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
arkpar f06e444737 Raise FD limit for macos 2016-02-05 13:49:36 +01:00
debris 09ebc924a6 json tests are not run in default configuration, faster travis build, fixed coverage for ethcore-rpc and ethash 2016-02-01 16:03:43 +01:00
debris 02f5004161 moving around dirs 2016-01-31 11:08:04 +01:00
debris 8fe0d74b64 moved src to ethcore 2016-01-31 10:36:48 +01:00
Gav Wood 6b56363d84 Fix logging in tests.
Fix random blockchain tests.
Closes #249
2016-01-28 22:06:25 +01:00
debris 61c64d264b moved rust-evmjit -> evmjit, added clippy and basic docs to rpc crate 2016-01-27 17:08:59 +01:00
debris e05fe2e0eb Merge branch 'master' of github.com:ethcore/parity into rpc 2016-01-26 13:17:57 +01:00
debris 3ac40b68f8 rpc and bin moved to its own crates 2016-01-26 13:14:22 +01:00
Tomusdrw c66aa52166 Spawning new thread when we are reaching stack limit 2016-01-26 10:15:55 +01:00
debris 6b35310c78 Merge branch 'master' of github.com:ethcore/parity into rpc 2016-01-26 00:42:20 +01:00
debris fede7ca35c Merge branch 'master' into rpc 2016-01-25 13:09:46 +01:00
Gav Wood 018abc9dcd Autogenerate the Args from the docopt macro. 2016-01-25 11:54:15 +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
Tomusdrw 3f705c452c Removed wildcard from clippy version 2016-01-23 10:43:51 +01:00
debris c172ea0bea Merge branch 'heavy_tests' of github.com:ethcore/parity 2016-01-22 15:12:18 +01:00
arkpar e5e0d3d136 Merge branch 'master' of github.com:ethcore/parity into io 2016-01-22 14:44:17 +01:00
arkpar ccf1cc4d54 Removed obsolete code and added documentation 2016-01-22 00:11:19 +01:00
Tomusdrw 124cfcc11e Possibility to declare "heavy tests" 2016-01-21 16:08:09 +01:00
debris 82373ab7a4 inital commit with eth_blockNumber working 2016-01-20 04:19:38 +01:00
Tomusdrw adc763325d Merge branch 'master' into clippy
Conflicts:
	util/src/rlp/rlptraits.rs
2016-01-19 23:22:40 +01:00
Tomusdrw 2a5a333fc0 Explaining why we use * in version 2016-01-19 14:15:13 +01:00
Tomusdrw c746f0e62c Fixing all clippy lints 2016-01-19 13:47:30 +01:00
debris 9c38e7e68c moved src/bin/client.rs -> src/bin/client/main.rs 2016-01-19 10:01:44 +01:00
arkpar a131c33bb2 Multithreaded block queue 2016-01-17 23:07:58 +01:00
Gav Wood 6dca77434f Merge pull request #152 from gavofyork/ethash
Ethash
2016-01-17 13:51:23 +01:00
Gav Wood 6ea8eaa3b5 Move ethcore files back into root. 2016-01-17 13:11:25 +01:00
arkpar efccde7b66 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-17 12:08:40 +01:00
arkpar e39e7491b8 Use ethash for verification 2016-01-17 12:00:34 +01:00
Tomusdrw 3979b787f7 merged with mk 2016-01-16 20:58:23 +01:00
Tomusdrw 09c46be74d Cleaning evm 2016-01-16 17:08:57 +01:00