Commit Graph

1495 Commits

Author SHA1 Message Date
Gav Wood
af65d539d1 Merge pull request #49 from gavofyork/network
Refactoring: General IO is now split from Networking IO
2016-01-15 16:25:21 +01:00
debris
6e67aea4bf Merge branch 'master' of https://github.com/gavofyork/ethcore-util 2016-01-15 16:20:55 +01:00
arkpar
2319fd4cec New list of bootnodes 2016-01-15 16:19:21 +01:00
Tomusdrw
5b3436dcad Merge branch 'master' into pow 2016-01-15 16:10:09 +01:00
Tomusdrw
39a7576ddb Merge branch 'master' into evm
Conflicts:
	src/executive.rs
	src/lib.rs
2016-01-15 16:08:06 +01:00
Tomusdrw
539fffaab9 Implementing missing instructions 2016-01-15 16:04:18 +01:00
Marek Kotewicz
e755f74d2e Merge pull request #54 from gavofyork/gav
Make clear when the panic occurs to a missing trie root.
2016-01-15 16:02:25 +01:00
arkpar
bda04702c7 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-15 15:55:46 +01:00
debris
5e59271508 Merge branch 'master' into transaction_tests_fixes 2016-01-15 15:14:41 +01:00
Marek Kotewicz
3249228420 Merge pull request #126 from gavofyork/gav
Split externalities from executive.
2016-01-15 15:05:04 +01:00
debris
ed0e243506 callcode builtins are working 2016-01-15 15:00:28 +01:00
Tomusdrw
2d2e4fc838 Changing to overflowing_pow 2016-01-15 14:48:07 +01:00
Tomusdrw
5e2721f964 Pow implementation 2016-01-15 14:45:30 +01:00
Gav Wood
34b516b8b0 Move flush back to common. 2016-01-15 14:42:16 +01:00
Tomusdrw
0ea9e13210 Detecting overflows in shl 2016-01-15 14:40:54 +01:00
Gav Wood
df151ab92c Make clear when the panic occurs to a missing trie root. 2016-01-15 14:40:51 +01:00
Gav Wood
d04e843e2d Revert accidental executive test changes. 2016-01-15 14:30:39 +01:00
Gav Wood
65d6904e63 Split externalities from executive. 2016-01-15 14:22:46 +01:00
debris
ec7e80ff13 Merge branch 'master' of https://github.com/gavofyork/ethcore into transaction_tests_fixes 2016-01-15 14:20:47 +01:00
Gav Wood
3bc88e68af Merge remote-tracking branch 'origin/master' into gav 2016-01-15 13:25:34 +01:00
Gav Wood
73f849d7c9 Merge remote-tracking branch 'origin/master' into gav 2016-01-15 13:25:10 +01:00
arkpar
d80fe310a3 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-15 13:18:18 +01:00
Arkadiy Paronyan
123c991c2e Merge pull request #124 from gavofyork/transaction_tests_fixes
executive error on not enoguh base gas
2016-01-15 13:18:06 +01:00
Arkadiy Paronyan
93292f8d09 Merge pull request #125 from gavofyork/gav
Gav
2016-01-15 13:18:01 +01:00
Arkadiy Paronyan
ec4ea71335 Merge pull request #53 from gavofyork/gav
Add flush function.
2016-01-15 13:15:38 +01:00
debris
92619bcef8 Merge branch 'gav' of https://github.com/gavofyork/ethcore-util 2016-01-15 13:12:37 +01:00
Gav Wood
1136e65f0d Add flush function. 2016-01-15 13:11:30 +01:00
debris
99940aea98 Merge branch 'gav' of https://github.com/gavofyork/ethcore into transaction_tests_fixes 2016-01-15 13:10:30 +01:00
Gav Wood
0c39a83365 Fix executive for out of gas builtins. 2016-01-15 13:08:37 +01:00
debris
80f2bfd8a5 executive error on not enoguh base gas 2016-01-15 13:07:44 +01:00
Tomusdrw
b8a2a16e83 Fixing tests 2016-01-15 12:35:27 +01:00
arkpar
0b511a180a Bad block reporting 2016-01-15 12:26:04 +01:00
arkpar
223e946268 Merge branch 'master' of github.com:gavofyork/ethcore-util into network 2016-01-15 12:18:57 +01:00
Gav Wood
bf4669eaff Merge remote-tracking branch 'origin/master' into gav 2016-01-15 12:11:13 +01:00
Gav Wood
b5a4066d81 Merge pull request #123 from gavofyork/state_tests_fixes
builtin sets excepted to true
2016-01-15 12:06:11 +01:00
debris
87539234e3 builin fail should return 0 gas left 2016-01-15 11:59:05 +01:00
Tomusdrw
162a1cd8a2 Power for uint 2016-01-15 11:57:51 +01:00
arkpar
e911e3d8a6 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-15 11:43:05 +01:00
debris
790a68a7ca Merge branch 'master' of https://github.com/gavofyork/ethcore into state_tests_fixes 2016-01-15 11:39:43 +01:00
debris
952efb93ac fixed builtin outofgas 2016-01-15 11:39:10 +01:00
Arkadiy Paronyan
241db922f1 Merge pull request #122 from gavofyork/gav
More state tests.
2016-01-15 11:26:39 +01:00
Arkadiy Paronyan
844ae0908d Merge pull request #51 from gavofyork/gav
Fix for assumption that empty trie root RLP can always be looked up.
2016-01-15 11:24:56 +01:00
arkpar
309cf74301 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-15 11:12:28 +01:00
Gav Wood
23fbe39408 Fix for assumption that empty trie root RLP can always be looked up. 2016-01-15 04:02:24 +01:00
Gav Wood
b6139d2064 Remove debug stuff. 2016-01-15 04:02:06 +01:00
Tomusdrw
c4e5271651 Initial implementation of couple of more instructions 2016-01-15 03:12:39 +01:00
arkpar
76223d3d13 Receipt logging 2016-01-15 02:52:37 +01:00
debris
9a3944d890 Merge branch 'mul_fix' of https://github.com/gavofyork/ethcore-util 2016-01-15 02:32:59 +01:00
Arkadiy Paronyan
888b98a0e7 Merge pull request #121 from gavofyork/rocksdb_0.3
updated to rocksdb wrapper version 0.3
2016-01-15 02:20:09 +01:00
Arkadiy Paronyan
905218af8d Merge pull request #50 from gavofyork/rocksdb_0.3
updated to rocksdb wrapper version 0.3
2016-01-15 02:19:28 +01:00