1. 02 10月, 2018 10 次提交
  2. 30 9月, 2018 5 次提交
  3. 29 9月, 2018 3 次提交
  4. 28 9月, 2018 2 次提交
    • K
      Merge pull request #5813 from EOSIO/SqlPluginReference · f64e7b11
      Kevin Heifner 提交于
      Added SQL and ES plugin to COMMUNITY.md
      f64e7b11
    • B
      Fix bug that creates a gap in the syncing blocks · 2edad057
      Bart Wyatt 提交于
      When transitioning from the LIB sync mode to the mode where net_plugin catches up to the head of a remote peers best known branch, we calculate the branch to send based on the peers local LIB which could have shifted since the time the request was made due to latency.  If this it the first time we are synchronizing with that branch this means that there could be a gap in delivered blocks resulting in the blocks sent being unlinkable.   The more latency on a connection the more likely it is that the LIB of your block provider moved forward between the packets.
      
      As a fix, we now send, at most, the branch from the LIB we last sent to that peer instead of the current LIB.  In addition, if that peer has reported its head id and we are building on top of that branch, we also squelch the delivery of blocks they already know about.
      2edad057
  5. 27 9月, 2018 5 次提交
  6. 26 9月, 2018 2 次提交
  7. 25 9月, 2018 3 次提交
  8. 19 9月, 2018 10 次提交