1. 30 May, 2017 12 commits
  2. 29 May, 2017 5 commits
  3. 26 May, 2017 1 commit
  4. 23 May, 2017 4 commits
  5. 22 May, 2017 1 commit
  6. 21 May, 2017 3 commits
  7. 19 May, 2017 2 commits
  8. 18 May, 2017 2 commits
  9. 12 May, 2017 3 commits
  10. 11 May, 2017 4 commits
  11. 10 May, 2017 3 commits
    • Kirill Smelkov's avatar
      X Handshake draftly done · 8d0a1469
      Kirill Smelkov authored
      8d0a1469
    • Kirill Smelkov's avatar
      X sync proto.go to recent py changes; Pkt.Len now describes only payload len (see a60e36e8) · c5278b55
      Kirill Smelkov authored
      TODO handshake for NodeLink to first check protocol versions
      c5278b55
    • Kirill Smelkov's avatar
      Merge branch 'master' into t · f873e151
      Kirill Smelkov authored
      * master: (23 commits)
        Make the identification of the primary master easier with 'neoctl print node'
        client: fix AttributeError when connected to a master that happens to be secondary
        qa: speed up SQlite tests by accessing DBs in unsafe mode (e.g. no sync)
        master: fix identification of unknown masters
        Better logging of connector errors
        qa: relax assertion in testDeadlockAvoidanceBeforeInvolvingAnotherNode
        client: fix possible data corruption after conflict resolutions with replicas
        qa: new --readable-tid runner option
        qa: make Patch work on functions
        qa: new --continue-on-success and --stop-on-success runner options
        doc: add advice about the number of master nodes to set up
        Improvements to --dynamic-master-list
        Make NodeManager.remove stricter
        Clean up neo.lib.protocol
        Use ProtocolError instead of Notify for unexpected answers, and drop Notify
        Rename node states: DOWN -> UNKNOWN, TEMPORARILY_DOWN -> DOWN
        Remove UNKNOWN node state
        Reimplement election (of the primary master)
        Use existing generic way to ignore AcceptIdentification on closed connections
        Remove BROKEN node state
        ...
      f873e151