good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 14, 2018
  2. Sep 07, 2018
    • Paweł Bylica's avatar
      core/vm: Hide read only flag from Interpreter interface (#17461) · ae992a5d
      Paweł Bylica authored
      Makes Interface interface a bit more stateless and abstract.
      
      Obviously this change is dictated by EVMC design. The EVMC tries to keep the responsibility for EVM features totally inside the VMs, if feasible. This makes VM "stateless" because VM does not need to pass any information between executions, all information is included in parameters of the execute function.
      ae992a5d
  3. Sep 03, 2018
  4. Aug 29, 2018
  5. Aug 28, 2018
  6. Aug 27, 2018
  7. Aug 23, 2018
  8. Aug 22, 2018
  9. Aug 21, 2018
  10. Aug 15, 2018
  11. Aug 10, 2018
  12. Aug 09, 2018
  13. Aug 03, 2018
    • Gary Rong's avatar
      consensus/ethash: move remote agent logic to ethash internal (#15853) · 51db5975
      Gary Rong authored
      * consensus/ethash: start remote ggoroutine to handle remote mining
      
      * consensus/ethash: expose remote miner api
      
      * consensus/ethash: expose submitHashrate api
      
      * miner, ethash: push empty block to sealer without waiting execution
      
      * consensus, internal: add getHashrate API for ethash
      
      * consensus: add three method for consensus interface
      
      * miner: expose consensus engine running status to miner
      
      * eth, miner: specify etherbase when miner created
      
      * miner: commit new work when consensus engine is started
      
      * consensus, miner: fix some logics
      
      * all: delete useless interfaces
      
      * consensus: polish a bit
      51db5975
  14. Jul 31, 2018
  15. Jul 30, 2018
  16. Jul 24, 2018
  17. Jul 22, 2018
  18. Jul 16, 2018
  19. Jul 12, 2018
  20. Jun 21, 2018
    • Péter Szilágyi's avatar
      trie: cache collapsed tries node, not rlp blobs (#16876) · d926bf2c
      Péter Szilágyi authored
      The current trie memory database/cache that we do pruning on stores
      trie nodes as binary rlp encoded blobs, and also stores the node
      relationships/references for GC purposes. However, most of the trie
      nodes (everything apart from a value node) is in essence just a
      collection of references.
      
      This PR switches out the RLP encoded trie blobs with the
      collapsed-but-not-serialized trie nodes. This permits most of the
      references to be recovered from within the node data structure,
      avoiding the need to track them a second time (expensive memory wise).
      d926bf2c
  21. Jun 20, 2018
  22. Jun 14, 2018
  23. Jun 13, 2018
  24. Jun 12, 2018
  25. Jun 11, 2018
  26. Jun 05, 2018
  27. Jun 04, 2018
  28. May 29, 2018
  29. May 24, 2018
  30. May 21, 2018
  31. May 18, 2018
  32. May 09, 2018
Loading