Commit Graph

1687 Commits

Author SHA1 Message Date
debris
c9670b0032 use env package version 2016-02-03 17:35:25 +01:00
debris
6baad0e43c reveal surprise 2016-02-03 17:30:02 +01:00
Arkadiy Paronyan
d467ac76b0 Merge pull request #323 from ethcore/warnings
Look ma no `dead_code`
2016-02-03 16:57:08 +01:00
Arkadiy Paronyan
b831d694b4 Merge pull request #326 from ethcore/jit
Fixing JIT, Updating hook to run `ethcore` tests.
2016-02-03 16:56:59 +01:00
Arkadiy Paronyan
327a6ff79d Merge pull request #327 from ethcore/ark
Final docs
2016-02-03 16:55:46 +01:00
arkpar
3bc3d24945 Missing inline 2016-02-03 16:55:23 +01:00
arkpar
42d5c09131 Final docs 2016-02-03 16:43:48 +01:00
Tomusdrw
898e819e1a Updating git hook 2016-02-03 16:23:02 +01:00
Tomusdrw
62b7862206 Fixing evm tests for JIT 2016-02-03 16:21:52 +01:00
Tomusdrw
83bfd43a90 Fixing JIT compilation 2016-02-03 15:59:53 +01:00
Tomusdrw
8a2db83803 Removing 2016-02-03 15:57:17 +01:00
Tomusdrw
2b4653ee35 Merge branch 'master' into warnings 2016-02-03 15:36:19 +01:00
Tomusdrw
471f1f82be Fixing unused variable warning 2016-02-03 15:35:03 +01:00
Tomusdrw
a7b1b70fc1 Changing allow(dead_code) to more specific exclusions 2016-02-03 15:33:58 +01:00
Gav Wood
fe97809649 Merge pull request #316 from ethcore/install-deps
update install-deps.sh
2016-02-03 15:31:55 +01:00
Gav Wood
9262b18e64 Merge pull request #320 from ethcore/gavdocs
Finish all my docs. Fix previous test compilation.
2016-02-03 15:31:30 +01: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
debris
0153d3bfbe separate install-deps and install-parity 2016-02-03 14:47:00 +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
debris
b786be5c7c Merge branch 'master' into install-deps 2016-02-03 14:32:11 +01:00
Arkadiy Paronyan
639544f4b5 Merge pull request #318 from ethcore/gavdoc
More documentation.
2016-02-03 13:41:50 +01:00
Gav Wood
3f03ba40ee Suppress warnings along with explanation. 2016-02-03 13:32:57 +01:00
Gav Wood
c531150f44 More documentation. 2016-02-03 13:20:32 +01:00
Tomusdrw
a8bd37d5d2 Merge branch 'master' into evm-tests 2016-02-03 13:06:21 +01:00
Tomusdrw
60d7fdf81f CALL/CALLCODE tests 2016-02-03 13:04:52 +01:00
debris
66342b1e15 update install-deps.sh 2016-02-03 12:59:57 +01:00
Marek Kotewicz
5a33602d34 Merge pull request #315 from ethcore/gavdocs
Additional documentation.
2016-02-03 12:50:06 +01:00
Gav Wood
cef157e83a Merge branch 'master' of github.com:ethcore/parity 2016-02-03 12:26:23 +01:00
Gav Wood
b7edc95bc4 Merge pull request #310 from ethcore/json_tests_split
unused functions cleanup
2016-02-03 12:19:36 +01:00
Gav Wood
61f95e0415 Additional documentation. 2016-02-03 12:18:12 +01:00
Tomusdrw
82496ffb13 Jump tests 2016-02-03 11:59:48 +01:00
Tomusdrw
da22bbf21c Tests for some external operations 2016-02-03 11:26:24 +01:00
Marek Kotewicz
c5ce71a2e9 Merge pull request #311 from ethcore/pages
update ethcore.github.io documentation automatically
2016-02-03 11:20:57 +01:00
Marek Kotewicz
8f98b66fad Merge pull request #314 from ethcore/travis-credentials
Another try with travis ci credentials
2016-02-03 11:20:51 +01:00
Tomusdrw
5cb5af3a3b Another try with travis ci credentials 2016-02-03 10:00:58 +01:00
Arkadiy Paronyan
eb7cc5fb4d Merge pull request #309 from ethcore/doceffort
Document some stuff.
2016-02-03 00:03:45 +01:00
debris
2ed8af7453 update ethcore.github.io documentation automatically 2016-02-02 23:58:36 +01:00
debris
bc3c983c37 make few functions compile only for test target 2016-02-02 23:45:50 +01:00
Gav Wood
eda65b0e36 Merge branch 'master' of github.com:ethcore/parity 2016-02-02 23:44:36 +01:00
Gav Wood
78adec5e53 Document some stuff. 2016-02-02 23:43:29 +01:00
debris
808e517ff0 removing unused functions in progress 2016-02-02 23:06:34 +01:00
debris
7aba3032c8 Merge branch 'master' into json_tests_split 2016-02-02 22:50:53 +01:00
debris
1b6fe392f8 split tests and json_tests 2016-02-02 22:50:41 +01:00
Gav Wood
5155ff1fac Merge pull request #303 from ethcore/ark
Check block parent on import; Peer timeouts
2016-02-02 22:40:06 +01:00
Gav Wood
73d71f459f Merge pull request #306 from ethcore/evm-cov-test
Increasing coverage for evm.
2016-02-02 21:11:14 +01:00
arkpar
da52fee2b3 Simplified Disconnect struct 2016-02-02 21:10:16 +01:00
arkpar
6e717c017f Fixed queue test 2016-02-02 21:06:21 +01:00
arkpar
05e86ca63c Peers keep-alive 2016-02-02 20:58:12 +01:00
Gav Wood
27e585191e Merge branch 'master' of github.com:ethcore/parity 2016-02-02 19:41:08 +01:00