Commit Graph

499 Commits

Author SHA1 Message Date
Tomusdrw
f49afe1b6a Fixing memory read-write 2016-01-15 22:46:29 +01:00
Tomusdrw
24e86d4479 Fixing possible gas-memory calculation overflows 2016-01-15 21:46:08 +01:00
Tomusdrw
7bb963f866 Fixing CALLDATALOAD for big indexes 2016-01-15 20:19:46 +01:00
Tomusdrw
51f828ac37 Fixing CALLDATALOAD 2016-01-15 20:14:16 +01:00
Tomusdrw
46ecb16191 Fixing BYTE instruction 2016-01-15 19:48:51 +01:00
Tomusdrw
7af4825b15 Implementing Signextend and fixing signed operations 2016-01-15 19:15:37 +01:00
Gav Wood
2eead090d5 Fix executive. Syncs to 62509. 2016-01-15 18:56:28 +01:00
Gav Wood
df2aabb712 Merge pull request #127 from gavofyork/transaction_tests_fixes
callcode builtins tests pass
2016-01-15 16:30:53 +01:00
Tomusdrw
b7e7518b8e More merging with master 2016-01-15 16:26:47 +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
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
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
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
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
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
arkpar
0b511a180a Bad block reporting 2016-01-15 12:26:04 +01:00
debris
87539234e3 builin fail should return 0 gas left 2016-01-15 11:59:05 +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
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
Tomusdrw
5d0c294635 Fixes after merge 2016-01-15 02:16:04 +01:00
Tomusdrw
7010e870a4 Merge branch 'master' into evm
Conflicts:
	src/executive.rs
	src/tests/state.rs
2016-01-15 02:05:32 +01:00
arkpar
5ce3275f04 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-15 01:54:48 +01:00
Gav Wood
7c5c2bd9b8 Ethash populate_from_parent implementation. 2016-01-15 01:53:52 +01:00
Tomusdrw
66b0e4af35 Using overflowing operations 2016-01-15 01:48:53 +01:00
arkpar
dcfafdd101 Removed log format string 2016-01-15 01:44:57 +01:00
Gav Wood
02e2b75407 Fix state test. 2016-01-15 01:44:23 +01:00
Tomusdrw
e8b9ef202c Merge branch 'evm' of github.com:gavofyork/ethcore into evm 2016-01-15 01:42:09 +01:00
Tomusdrw
0234a320ca Fixing division and mod 2016-01-15 01:41:49 +01:00
Gav Wood
0aa604343e Merge pull request #120 from gavofyork/excepted
out_of_gas -> excepted
2016-01-15 01:28:52 +01:00
debris
b754313ad8 out_of_gas -> excepted 2016-01-15 01:20:08 +01:00
arkpar
f6dff48312 Documentation 2016-01-15 01:17:39 +01:00
arkpar
e5a51707ec Fixed empty name handling 2016-01-15 01:17:39 +01:00
arkpar
77c5b315df Spec name; uncle reward calculation fixed 2016-01-15 01:17:23 +01:00
arkpar
00868488cf Post enactment block verification 2016-01-15 01:17:21 +01:00
arkpar
8f631a7c60 State db sync 2016-01-15 01:16:17 +01:00
arkpar
d3a16574d6 Client service 2016-01-15 01:16:17 +01:00
arkpar
e297e598ce Client service 2016-01-15 01:16:17 +01:00