1. 25 9月, 2015 1 次提交
  2. 23 9月, 2015 1 次提交
  3. 22 9月, 2015 1 次提交
    • J
      core, core/types: readd transactions after chain re-org · eaa4473d
      Jeffrey Wilcke 提交于
      Added a `Difference` method to `types.Transactions` which sets the
      receiver to the difference of a to b (NOTE: not a **and** b).
      
      Transaction pool subscribes to RemovedTransactionEvent adding back to
      those potential missing from the chain.
      
      When a chain re-org occurs remove any transactions that were removed
      from the canonical chain during the re-org as well as the receipts that
      were generated in the process.
      
      Closes #1746
      eaa4473d
  4. 15 9月, 2015 1 次提交
  5. 11 9月, 2015 2 次提交
  6. 25 8月, 2015 1 次提交
  7. 08 8月, 2015 1 次提交
  8. 26 7月, 2015 2 次提交
  9. 25 7月, 2015 1 次提交
  10. 24 7月, 2015 1 次提交
  11. 23 7月, 2015 1 次提交
  12. 10 7月, 2015 1 次提交
  13. 07 7月, 2015 1 次提交
  14. 04 7月, 2015 1 次提交
    • J
      core, miner, tests: renamed state methods · ab16ce70
      Jeffrey Wilcke 提交于
      * Update => SyncIntermediate
      * Added SyncObjects
      
      SyncIntermediate only updates whatever has changed, but, as a side
      effect, requires much more disk space.
      
      SyncObjects will only sync whatever is required for a block and will not
      save intermediate state to disk. As drawback this requires more time
      when more txs come in.
      ab16ce70
  15. 30 6月, 2015 2 次提交
  16. 09 6月, 2015 1 次提交
    • O
      core: settable genesis nonce · 6244b10a
      obscuren 提交于
      You can set the nonce of the block with `--genesisnonce`. When the
      genesis nonce changes and it doesn't match with the first block in your
      database it will fail. A new `datadir` must be given if the nonce of the
      genesis block changes.
      6244b10a
  17. 04 6月, 2015 1 次提交
  18. 20 4月, 2015 5 次提交
  19. 06 4月, 2015 1 次提交
  20. 02 4月, 2015 1 次提交
    • G
      Read most protocol params from common/params.json · c26c8d3a
      Gustav Simonsson 提交于
      * Add params package with exported variables generated from
        github.com/ethereum/common/blob/master/params.json
      * Use params package variables in applicable places
      * Add check for minimum gas limit in validation of block's gas limit
      * Remove common/params.json from go-ethereum to avoid
        outdated version of it
      c26c8d3a
  21. 01 4月, 2015 1 次提交
    • O
      Blocktest fixed, Execution fixed · 0a554a1f
      obscuren 提交于
      * Added new CreateAccount method which properly overwrites previous
        accounts (excluding balance)
      * Fixed block tests (100% success)
      0a554a1f
  22. 31 3月, 2015 1 次提交
  23. 23 3月, 2015 1 次提交
  24. 18 3月, 2015 1 次提交
  25. 17 3月, 2015 1 次提交
  26. 16 3月, 2015 1 次提交
  27. 14 3月, 2015 1 次提交
  28. 13 3月, 2015 1 次提交
  29. 05 3月, 2015 1 次提交
  30. 04 3月, 2015 3 次提交
  31. 01 3月, 2015 1 次提交