1. 01 2月, 2018 1 次提交
  2. 23 11月, 2017 1 次提交
  3. 30 10月, 2017 1 次提交
  4. 11 8月, 2017 1 次提交
  5. 22 7月, 2017 1 次提交
  6. 01 6月, 2017 1 次提交
    • D
      Removing Dependencies on Old Boost · a431618e
      Daniel Larimer 提交于
      - remove BTS P2P code which depended on fc threads which depended on
      deprecated boost::context API
      
      - remove fc submodule and making fc part of eos repository
      a431618e
  7. 20 4月, 2017 1 次提交
  8. 14 4月, 2017 1 次提交
    • N
      Progress #6: Integrate P2P · cf380575
      Nathan Hourt 提交于
      Define a new p2p_plugin as the adaptor between appbase and the old P2P
      library, and wire things together. This is mostly working, but for some
      reason peers won't stay connected to sync, but instead just drop their
      connection (with a TCP reset, no less) right before syncing, without
      bothering to log about why. I suspect the failure is at a lower level. :
      (
      cf380575
  9. 13 4月, 2017 2 次提交
    • N
      Progress #6: Port producer plugin · ca396310
      Nathan Hourt 提交于
      The producer plugin (now called producer_plugin) is now adapted to the
      new appbase system, and appears to be working correctly.
      
      Also, eliminate some boilerplate around OBJECT_CTOR macro! Now you can
      OBJECT_CTOR(objname, (field1)(field2)) to indicate that field1 and field2
      are dynamically allocated objects and need to be initialized with the
      allocator.
      ca396310
    • N
      Progress #6: appbase integration · 9c76e96e
      Nathan Hourt 提交于
      Bring in chain_plugin, net_plugin, http_plugin; wire appbase and plugins
      into existing infrastructure, remove old app infrastructure.
      9c76e96e