debris
|
d59e074d65
|
executive create
|
2016-01-14 17:40:38 +01:00 |
|
debris
|
05246c4f7d
|
fixing executive finalize in progress
|
2016-01-14 14:36:07 +01:00 |
|
debris
|
3118baee9b
|
executive gas calculation fixes
|
2016-01-14 12:10:26 +01:00 |
|
Gav Wood
|
76f617abac
|
Merge pull request #107 from gavofyork/tx_gas
proper gas calculation in executive
|
2016-01-14 02:31:04 +01:00 |
|
Gav Wood
|
4b6d853593
|
Merge pull request #105 from gavofyork/executive_max_depth
Fixing MaxDepth param for executive
|
2016-01-14 02:30:30 +01:00 |
|
debris
|
bacc9a2494
|
proper gas calculation in executive
|
2016-01-14 02:20:46 +01:00 |
|
Tomusdrw
|
9900158c8e
|
MaxDepth param
|
2016-01-14 01:40:55 +01:00 |
|
debris
|
53868efb4d
|
transact substracts tx_gas
|
2016-01-14 01:18:44 +01:00 |
|
debris
|
5a072d1b4b
|
vm ext call function uses u256 instead of u64, ext works entirely on u256
|
2016-01-13 22:36:59 +01:00 |
|
debris
|
6f17b7b44b
|
vm ext create function uses u256 instead of u64
|
2016-01-13 22:29:49 +01:00 |
|
debris
|
48e74e5874
|
vm ext ret function used u256 instead of u64
|
2016-01-13 22:16:44 +01:00 |
|
debris
|
cb16bdb350
|
cleanup
|
2016-01-13 17:45:06 +01:00 |
|
debris
|
d7adf95189
|
fixed suicide refund address
|
2016-01-13 16:16:21 +01:00 |
|
debris
|
87eb66183c
|
executive output uses BytesRef
|
2016-01-13 15:26:52 +01:00 |
|
debris
|
920d8c51db
|
gas_left is correct in all tests
|
2016-01-13 13:16:53 +01:00 |
|
debris
|
68a2c843ef
|
executive tests
|
2016-01-13 01:23:01 +01:00 |
|
debris
|
09662ace50
|
executive transact tests
|
2016-01-12 19:43:26 +01:00 |
|
debris
|
7d4365c875
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_tests
|
2016-01-12 19:11:05 +01:00 |
|
debris
|
e3fa730dc7
|
executive tests in progress
|
2016-01-12 18:31:47 +01:00 |
|
Gav Wood
|
08074ef397
|
Use U512s for ether cost calculation.
|
2016-01-12 17:40:34 +01:00 |
|
debris
|
a5e1db11ca
|
match return => return match
|
2016-01-12 16:32:51 +01:00 |
|
debris
|
36e250bcc9
|
executive returns addresses of contracts created during execution
|
2016-01-12 16:05:54 +01:00 |
|
debris
|
51610480b0
|
executive uses stack_limit from schedule
|
2016-01-12 15:12:03 +01:00 |
|
debris
|
1aa62691c6
|
executive checks schedule exceptional code deposit before returning OutOfGas
|
2016-01-12 14:56:19 +01:00 |
|
debris
|
f7af71e272
|
fixed checking address existance in externalities call callback
|
2016-01-12 13:54:54 +01:00 |
|
debris
|
a2ae5d39fa
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into evm_tests
|
2016-01-12 13:46:31 +01:00 |
|
debris
|
011a42fd6d
|
added max_depth to executive, fixed bugs in externalities call, added "bomb" tests
|
2016-01-12 13:39:12 +01:00 |
|
Gav Wood
|
25c069c62c
|
Merge pull request #82 from gavofyork/evm_tests
bring back removed tests, removed build warnings
|
2016-01-12 12:24:50 +01:00 |
|
Gav Wood
|
7bc21bbdd7
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-12 01:32:12 +01:00 |
|
debris
|
5b68c294af
|
bring back removed tests, removed build warnings
|
2016-01-11 23:40:52 +01:00 |
|
Arkadiy Paronyan
|
5036735e2c
|
Merge pull request #80 from gavofyork/evm_tests
evm tests cleanup
|
2016-01-11 22:41:57 +01:00 |
|
debris
|
8762bc12e3
|
test cleanup
|
2016-01-11 22:32:01 +01:00 |
|
Gav Wood
|
7239acc451
|
Transaction address decoding.
|
2016-01-11 20:47:19 +01:00 |
|
Gav Wood
|
728883f45e
|
Remove unneeded panic.
|
2016-01-11 19:40:02 +01:00 |
|
debris
|
d809ee53d6
|
hidden private fields of evm/executive
|
2016-01-11 19:25:37 +01:00 |
|
debris
|
e6d381bedd
|
renamed VmFactory -> Factory
|
2016-01-11 19:01:42 +01:00 |
|
Gav Wood
|
1d81b4f930
|
EVMJIT build fixes.
|
2016-01-11 17:49:49 +01:00 |
|
Gav Wood
|
0004ed8960
|
Integrate Executive into State.
|
2016-01-11 17:37:22 +01:00 |
|
Gav Wood
|
7650dead6d
|
Bring in Executive.
|
2016-01-11 17:03:29 +01:00 |
|
Gav Wood
|
0cc57483f8
|
Move Executive down, remove unneeded Evm prefixes.
|
2016-01-11 17:01:42 +01:00 |
|