83 Commits (089f768337b3cbebe726502b6ac0b8f740bb3dd9)

Author SHA1 Message Date
Gav Wood 513fc897d8 External Debugger for debugging past transactions, too. 10 years ago
arkpar 622a358d1d reverted Executive.cpp 10 years ago
arkpar 3fa0fd80c8 mix: proper mining 10 years ago
CJentzsch f3cc46e8b7 bigint cast of bigint not neccessary 10 years ago
CJentzsch a75e051b7b fix gasPrice*gasLimit + value overflow 10 years ago
Gav Wood 668e5cc852 Make sure Transaction constructor checks sender whereever it makes sense 10 years ago
Gav Wood 490b43a395 Cleanups and addition AZ info. 10 years ago
Gav Wood e7b40e5bdc Fix whitespace :-/ 10 years ago
Gav Wood 10c08d6204 getLastHashes fix. 10 years ago
Gav Wood 38eb1c5205 Fixed #771. 10 years ago
Gav Wood 8491e5f2f7 Various fixes. 10 years ago
Gav Wood ac583f503f Implemented 256-long history for PREVHASH, though still optional. 10 years ago
yann300 8d304d86d0 - Transaction call debugging. 10 years ago
Gav Wood 302c16ec44 Documentation and reduction. 10 years ago
Gav Wood b6aa6efb46 Another fix for finalize. 10 years ago
Gav Wood 092528d87a Minor fix for finalize. 10 years ago
Gav Wood a1a6dcab34 Core repotting. 10 years ago
Gav Wood 761bd33123 Avoid noting safe exceptions unless the user *really* wants it. 10 years ago
CJentzsch 4b1fb339bf Added recursive create test + lesser output for safe VM exceptions 10 years ago
Gav Wood 5412dbb9e8 Remove old code, refactor State::call, State::create to use Executive. 10 years ago
Gav Wood daa6b8f849 Refactor state to use executive for calls. 10 years ago
Gav Wood 5cc2152dd0 Cleanups. 10 years ago
Gav Wood ac5a0ff1fb Minor fix for execution. 10 years ago
Gav Wood 9e2eb149af Beginnings of cleaning up the Executive/State code. 10 years ago
Gav Wood 946fd2126a Remove extraneous old stuff for PoC-7. 10 years ago
Gav Wood c9cea539b2 Minor cleanup. 10 years ago
Gav Wood 774abf0d54 Dynamic gas requirements for premined crypto contracts. 10 years ago
Paweł Bylica b1dc0d5e6a VMFactory - a new way of creating VMs 10 years ago
Gav Wood 49b1039bd7 PV49 alterations for creation. 10 years ago
Paweł Bylica 160aa47288 Use safe pointers in Executive 10 years ago
Gav Wood d9bdfe5b4d Latest PoC-7 changes. 10 years ago
Gav Wood fa78d8bb9a Remove minGasPrice 10 years ago
Artur Zawłocki 312e05ab49 resolved circular dependency between libevm and libevmjit 10 years ago
Paweł Bylica bcee6e6921 I don't know what I was thinking: always use interpreter in Executive 10 years ago
Gav Wood c80fe47289 Fix std services except DNS Reg whose contract needs rewriting. 10 years ago
Gav Wood df413e0a4f LOG fixes. 10 years ago
Gav Wood 8580479d88 No implicit logs. 10 years ago
Marek Kotewicz 6cc9e6952e merge 10 years ago
Christoph Jentzsch dd5c89e810 Added precompiledContracts tests 10 years ago
Gav Wood ca2f4ed274 Fix for State and Transaction. 10 years ago
Christoph Jentzsch 87b048fa17 added state system operations test 10 years ago
Gav Wood 2e551b5870 Classify Transaction. 10 years ago
Gav Wood 9987248907 Fix for Trie roots. 10 years ago
subtly 9faa42dfda h256 to EmtpryTrie when creating contract 10 years ago
Gav Wood 2c193627ed Draft of new LOG/bloom/headers/block format. 10 years ago
Gav Wood 52e385905e Move suicides into SubState and include logs and refunds. 10 years ago
Gav Wood 721abb8f0f PoC-7 Exception severity uniform. 10 years ago
Paweł Bylica 61720f33be Revert "Prevent integer overflow in some gas calculations" 10 years ago
Paweł Bylica 900fd04f1e Change the way VMs are created (mostly for tracking where are created) 10 years ago
Paweł Bylica a7dabc897e Use VMFace in some places in Executive 10 years ago