Gav Wood
|
38eb1c5205
|
Fixed #771.
|
10 years ago |
Gav Wood
|
8491e5f2f7
|
Various fixes.
Initial portion of NatSpec integration.
|
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.
Fix gas remaining issue.
|
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
(for now)
|
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.
Serpent update.
|
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.
AddressState -> Account.
|
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.
Refund gas from zero-resetting SSTOREs.
|
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"
This reverts commit 465e682dc6 .
|
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 |
Paweł Bylica
|
465e682dc6
|
Prevent integer overflow in some gas calculations
|
10 years ago |
Paweł Bylica
|
c821c66d20
|
Revert FeeStructure changes except compile-time constants
|
10 years ago |
Gav Wood
|
2b93dcdc1d
|
Move over to new GetTransactions semantics.
|
10 years ago |
Paweł Bylica
|
46e079fb52
|
Place fee constants inside FeeStructure struct
|
10 years ago |
Gav Wood
|
cd5203fa9e
|
PoC-7: Maximum recursion limit 1024.
|
10 years ago |
Gav Wood
|
81c16c7290
|
PoC-7 crypto-contracts.
|
10 years ago |
Gav Wood
|
d93cccc463
|
More attempts to fix for the ultra-pedantic clang compiler.
|
10 years ago |
Gav Wood
|
73d029180c
|
No address increment on clash.
|
10 years ago |
Christoph Jentzsch
|
fb876453ca
|
Restructured exceptions. Boost::exception is now used primarily.
|
10 years ago |