Commit Graph

230 Commits

Author SHA1 Message Date
debris 9b1133f11a implemented eth_call 2016-03-19 21:37:11 +01:00
Tomasz Drwięga d8317bd0ad Merge branch 'master' into uint_opt
Conflicts:
	test.sh
	util/bigint/src/uint.rs
2016-03-14 23:45:16 +01:00
Nikolay Volf 3491af6217 removed tests that used fixedhash 2016-03-14 09:44:02 +01:00
Tomasz Drwięga 1897390845 Merge branch 'master' into ethminer_crate
Conflicts:
	Cargo.toml
	rpc/Cargo.toml
	sync/Cargo.toml
2016-03-12 09:50:18 +01:00
Tomasz Drwięga 7c3e760e35 Merge branch 'master' into updating_clippy
Conflicts:
	ethcore/src/lib.rs
	sync/src/chain.rs
	sync/src/lib.rs
	util/src/keys/store.rs
	util/src/lib.rs
2016-03-11 19:17:09 +01:00
Tomasz Drwięga d13e9350bc Merge branch 'master' into ethminer_crate
Conflicts:
	util/bigint/src/uint.rs
2016-03-11 16:24:52 +01:00
Tomasz Drwięga a117fb1023 Adding std::mem back 2016-03-11 16:01:18 +01:00
Tomasz Drwięga 3edc363381 adding std::mem 2016-03-11 15:58:12 +01:00
Nikolay Volf 59653d1848 Merge pull request #675 from ethcore/rpc_unit_tests
fixed U256 and transaction request deserialization
2016-03-11 17:25:13 +03:00
debris 5b317a82c3 fixed U256 and transaction request deserialization, added tests for transaction request 2016-03-11 13:54:52 +01:00
Tomasz Drwięga 772632cbc5 Removing superflous check for nightly 2016-03-11 11:16:49 +01:00
Tomasz Drwięga 9f6a8f99de Bumping clippy version 2016-03-11 10:35:26 +01:00
Tomasz Drwięga da6fccd741 Same bug in full_mul 2016-03-09 11:50:35 +01:00
Tomasz Drwięga 5765638ec2 Fixing bug in multiplication implementation 2016-03-09 11:32:23 +01:00
Tomasz Drwięga 2f4895b6ec Using better subtraction when optimizations are enabled 2016-03-08 12:09:04 +01:00
Tomasz Drwięga e02c578695 Couple of more aggresive optimizations 2016-03-08 10:05:46 +01:00
Tomasz Drwięga bddcec1ac6 Implementing mul and full_mul 2016-03-08 01:20:16 +01:00
Tomasz Drwięga 6390351fc8 Subtraction optimization 2016-03-07 19:03:29 +01:00
Tomasz Drwięga 8c77f21042 Small improvements 2016-03-07 18:36:17 +01:00
Tomasz Drwięga d51f4ed147 Simplifing mul_u32 and add carry 2016-03-07 17:09:19 +01:00
Tomasz Drwięga ab21bb5363 Optimizing and simplifying add and shl 2016-03-07 17:06:08 +01:00
Tomasz Drwięga 7d333594b3 Optimizing mul_u32 2016-03-07 16:45:50 +01:00
Tomasz Drwięga 015d6ca3de Fixing tests in bigint and util 2016-03-07 16:28:51 +01:00
Tomasz Drwięga 6274160ef3 Fixing clippy warnings. When building on nightly it is required to enable clippy 2016-03-07 14:34:17 +01:00
Nikolay Volf 558ae3fcdf deserialization for uint generic 2016-03-04 20:07:23 +03:00
Gav Wood 33ae22c406 Merge remote-tracking branch 'origin/master' into clippy_warnings 2016-03-02 13:40:35 +01:00
Gav Wood 068f777268 Merge pull request #547 from ethcore/mining
Mining
2016-03-02 13:00:22 +01:00
Nikolay Volf 689d8529ac remove unused imports 2016-03-02 08:49:48 +03:00
Gav Wood a5f743ccb1 Merge branch 'master' into mining 2016-03-02 00:59:39 +01:00
Nikolay Volf ed0a80bce8 uint to separated crate 2016-03-01 00:21:15 +03:00