| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit implements EIP158 part 1, 2, 3 & 4
1. If an account is empty it's no longer written to the trie. An empty
account is defined as (balance=0, nonce=0, storage=0, code=0).
2. Delete an empty account if it's touched
3. An empty account is redefined as either non-existent or empty.
4. Zero value calls and zero value suicides no longer consume the 25k
reation costs.
params: moved core/config to params
Signed-off-by: Jeffrey Wilcke <jeffrey@ethereum.org>
|
|
|
|
|
|
| |
determining indentation level
(cherry picked from commit dbcdf83ed8aca3f0b84d67b944fff2f3a8bc7769)
|
|
|
|
| |
(cherry picked from commit d251d48439bf85d0fb0b52dd931e5ec6aea8b412)
|
|
|
|
| |
(cherry picked from commit ad0e6e971e7d03c07842cc236fec09c73f93f465)
|
|
|
|
| |
(cherry picked from commit da729e5b386ca0fd32344dcc1fd63d14c0bb39ab)
|
|
|
|
| |
(cherry picked from commit 14ae5708d61059d424c9be9822b85a3f4bb392b3)
|
|
(cherry picked from commit ffaf58f0a98bd987bbe76e8669bb22c405dcd62a)
|