good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 13, 2016
    • Jeffrey Wilcke's avatar
      core, core/state, trie: EIP158, reprice & skip empty account write · 445feaee
      Jeffrey Wilcke authored
      
      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: default avatarJeffrey Wilcke <jeffrey@ethereum.org>
      445feaee
  2. Nov 11, 2016
  3. Nov 10, 2016
  4. Nov 09, 2016
  5. Nov 08, 2016
  6. Nov 07, 2016
  7. Nov 06, 2016
  8. Nov 04, 2016
  9. Nov 03, 2016
Loading