Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding disconnection reason and its use for ensuring better p2p performance #1154

Closed
wants to merge 166 commits into from

Commits on Jun 4, 2019

  1. Merge pull request #1 from neo-project/master

    update
    Tommo-L committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    93060a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Merge pull request #3 from neo-project/master

    merge
    Tommo-L committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    f4371d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Merge pull request #5 from neo-project/master

    merge neo3
    Tommo-L committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    5784ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Merge pull request #6 from neo-project/master

    up NEO3
    Tommo-L committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    d8ab5e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge pull request #7 from neo-project/master

    merge neo3
    Tommo-L committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    9a1f07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee20bc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    4d873e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    81dd495 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    5518fbd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Merge pull request #8 from neo-project/master

    merge neo3.0 master
    Tommo-L committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    60a1845 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Merge pull request #9 from neo-project/master

    Unit test For Legder module (neo-project#1038)
    Tommo-L committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    97c2f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Merge remote-tracking branch 'upstream/master'

    luchuan committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    639c739 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Merge remote-tracking branch 'upstream/master'

    luchuan committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    6376be1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. add disconnect message

    luchuan committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    3ef8f92 View commit details
    Browse the repository at this point in the history
  2. rename DisconnectionPayload to DisconnectPayload

    luchuan committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    85f6103 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. remove OnDisconnect handler from RemoteNode to LocalNode as tcp.close…

    … is high priority
    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    bfef982 View commit details
    Browse the repository at this point in the history
  2. format

    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    90e47f4 View commit details
    Browse the repository at this point in the history
  3. add websocket disconnect

    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    1ace691 View commit details
    Browse the repository at this point in the history
  4. format

    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    f5c21e4 View commit details
    Browse the repository at this point in the history
  5. format

    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    b49534f View commit details
    Browse the repository at this point in the history
  6. format

    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    f1468d5 View commit details
    Browse the repository at this point in the history
  7. format

    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    b5ed267 View commit details
    Browse the repository at this point in the history
  8. fix UT_LocalNode

    luchuan committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    cbc1c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. rename MaxConnectionPerAddressReached

    luchuan committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    2588118 View commit details
    Browse the repository at this point in the history
  2. fix trusted ip addresses

    luchuan committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    383e043 View commit details
    Browse the repository at this point in the history
  3. format remove whitespace

    luchuan committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    da0abb5 View commit details
    Browse the repository at this point in the history
  4. change tcp.close => tcp.abort

    luchuan committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    575c37c View commit details
    Browse the repository at this point in the history
  5. format

    luchuan committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    df39f5e View commit details
    Browse the repository at this point in the history
  6. reset db.cs writebatch.cs

    luchuan committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    b76b04d View commit details
    Browse the repository at this point in the history
  7. typo received

    luchuan committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    8e2b0fa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. remove UntrustedIpAddresses

    luchuan committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    8eda67d View commit details
    Browse the repository at this point in the history
  2. optimize ConnectedPeers filter

    luchuan committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    4600839 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    59e4f0d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. remove Message field in DisconnectPayload

    luchuan committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    082d785 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    luchuan committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    aa2ea6d View commit details
    Browse the repository at this point in the history
  3. add emtpyactor

    luchuan committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e46d02e View commit details
    Browse the repository at this point in the history
  4. remove async

    luchuan committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    1e1aedf View commit details
    Browse the repository at this point in the history
  5. fix typo

    luchuan committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    0561c32 View commit details
    Browse the repository at this point in the history
  6. remove DisconnectWithAddresses method

    luchuan committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    226481a View commit details
    Browse the repository at this point in the history
  7. remove DisconnectWithAddresses method

    luchuan committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    0100068 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    07d98fb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    luchuan committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a34254b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dff642 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. add localnode remote address

    luchuan committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    2d96b3f View commit details
    Browse the repository at this point in the history
  2. refactor IsDuplicateConnection

    luchuan committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    5b29aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. remove remotenode after received disconnect msg

    luchuan committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b481a03 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    luchuan committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a9bf799 View commit details
    Browse the repository at this point in the history
  3. fix LocalNode#GetRandomConnectedPeers

    luchuan committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    c9b52d6 View commit details
    Browse the repository at this point in the history
  4. fix LocalNode#GetRandomConnectedPeers

    luchuan committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    d3bd21b View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master'

    luchuan committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    aee96f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    b514efe View commit details
    Browse the repository at this point in the history
  2. fix localnode ut

    luchuan committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ee3509f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7afa712 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Merge remote-tracking branch 'upstream/master'

    luchuan committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6636ce8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    8e46b44 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    ecbbdc9 View commit details
    Browse the repository at this point in the history
  2. refactor connection

    luchuan committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    ccb3f67 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    luchuan committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    7b1a363 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Merge remote-tracking branch 'upstream/master'

    luchuan committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b0a4165 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Merge remote-tracking branch 'upstream/master'

    luchuan committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    298c7da View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    4dd37bb View commit details
    Browse the repository at this point in the history
  2. merge and fix conflicts

    hope2028 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    cf6037f View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    hope2028 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d11bab2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    138eeb9 View commit details
    Browse the repository at this point in the history
  2. fix ut bug

    Luchuan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    bb9bb74 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    Luchuan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    ee21124 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    a156012 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. refactor LocalNode.CheckDuplicateConnection

    Luchuan committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    827c7bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ab573 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    59432fc View commit details
    Browse the repository at this point in the history
  4. add limit to the LocalAddresses

    Luchuan committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1b701b8 View commit details
    Browse the repository at this point in the history
  5. change the limit to MaxConnections

    Luchuan committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f0f922d View commit details
    Browse the repository at this point in the history
  6. remove assign null

    Luchuan committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    967de15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b7db44 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    ae78293 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. refactor LocalNode, RemoteNode

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    6adc3da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    a208484 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    e5022b7 View commit details
    Browse the repository at this point in the history
  4. reset test ip

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    64e01fb View commit details
    Browse the repository at this point in the history
  5. fix ut

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    76b60bc View commit details
    Browse the repository at this point in the history
  6. format

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    66eb08a View commit details
    Browse the repository at this point in the history
  7. Update MessageCommand.cs

    erikzhang committed Nov 21, 2019
    1 Configuration menu
    Copy the full SHA
    34d5534 View commit details
    Browse the repository at this point in the history
  8. Split classes

    erikzhang committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    49c4267 View commit details
    Browse the repository at this point in the history
  9. Update DisconnectPayload.cs

    erikzhang committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    cb75a76 View commit details
    Browse the repository at this point in the history
  10. Update LocalNode.cs

    erikzhang committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9d14691 View commit details
    Browse the repository at this point in the history
  11. send disconnect msg attach with 10 addrs

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    86efb94 View commit details
    Browse the repository at this point in the history
  12. replace 10 by MinDesiredConnections

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    3ab636c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    817ba9b View commit details
    Browse the repository at this point in the history
  14. reset MinDesiredConnections to const 10

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    6b06c23 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb23c1d View commit details
    Browse the repository at this point in the history
  16. remove useless ut in UT_LocalNode

    Luchuan committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    39f6559 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. replace ActorRefs.NoSender by ActorRefs.Nobody

    Luchuan committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    a370743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8805ce6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. merge and format

    Luchuan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    50a8b60 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    5a6bf5e View commit details
    Browse the repository at this point in the history
  3. up UT_localnode

    Luchuan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    c4b06e0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d67357d View commit details
    Browse the repository at this point in the history
  5. fix ProtocolHandler.OnDisconnectMessageReceived

    Luchuan committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    a4aba34 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. merge and fix conflicts

    Luchuan committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    bc6c977 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. revert rand

    Luchuan committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a492163 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cd4d6b9 View commit details
    Browse the repository at this point in the history
  3. add log

    Luchuan committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f7a1fe2 View commit details
    Browse the repository at this point in the history
  4. add comments

    Luchuan committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f566864 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    ab487a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. replace Context.Stop(Parent) by Context.watch

    Luchuan committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    28b7349 View commit details
    Browse the repository at this point in the history
  2. merge and fix conflicts

    Luchuan committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    7ebe9cc View commit details
    Browse the repository at this point in the history
  3. Fix whitespace formatting

    Luchuan committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    7821961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47e0935 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. optimize code in DisconnectPayload.cs

    Luchuan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    fe0319a View commit details
    Browse the repository at this point in the history
  2. refactor LocalNode & Peer.cs

    Luchuan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    3e4aee4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9957793 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    fc68609 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Merge branch 'master' of https://github.com/Tommo-L/neo into fix_p2p_…

    …disconnect
    Luchuan committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    5c3f26c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29becc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    3261c50 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    568bea7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    3605a85 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    76a25cd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    Luchuan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    de89b48 View commit details
    Browse the repository at this point in the history
  2. reset

    Luchuan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b465fac View commit details
    Browse the repository at this point in the history
  3. merge and fix conflicts

    Luchuan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    7557099 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. merge and refactor LocalNode

    Luchuan committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    f1cfc84 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    46d8894 View commit details
    Browse the repository at this point in the history
  3. format

    Luchuan committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    f3e9a9b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    7e8bf18 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    4b0b0dc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    c35f038 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    1744b5f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    2642400 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    620ec27 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    1a476cf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. add more comments

    Luchuan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    eacfef5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    Luchuan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e85698d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Luchuan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    29ed287 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    34dedbc View commit details
    Browse the repository at this point in the history
  5. remove useless line

    Luchuan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    bc1135e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    a8cc787 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    9409fe2 View commit details
    Browse the repository at this point in the history
  2. optimize

    Luchuan committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    3ab6a92 View commit details
    Browse the repository at this point in the history
  3. add commments to trigger github action

    Luchuan committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    65d4128 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    0fb51cb View commit details
    Browse the repository at this point in the history
  2. Remove empty line

    erikzhang committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    8e9ddb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. remove add localaddress when the same nonce

    Luchuan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ff7c040 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    829c41c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    Luchuan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    4af40c1 View commit details
    Browse the repository at this point in the history
  4. private

    erikzhang committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c1710e1 View commit details
    Browse the repository at this point in the history
  5. add OnTcpConnected virutal modifier

    Luchuan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    2a6aa64 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    Luchuan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1aace70 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. add Disconnect method

    Luchuan committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    05b1cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e2818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3bf6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa5ce65 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. private

    erikzhang committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    07934f6 View commit details
    Browse the repository at this point in the history
  2. reset remove peers from ConnectingPeers

    Luchuan committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    55e654f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_p2p_disconnect' of https://github.com/Tommo-L/neo i…

    …nto fix_p2p_disconnect
    Luchuan committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    19a145c View commit details
    Browse the repository at this point in the history
  4. foramt

    Luchuan committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    04ea624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb29add View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. fix conflicts

    Luchuan committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e93907f View commit details
    Browse the repository at this point in the history
  2. format

    Luchuan committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b56613b View commit details
    Browse the repository at this point in the history
  3. format

    Luchuan committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    615fcda View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    e07724b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    5b637c6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed May 13, 2020
    Configuration menu
    Copy the full SHA
    857c2f6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    3beb4b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Merge branch 'master' into fix_p2p_disconnect

    Luchuan committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0f714dd View commit details
    Browse the repository at this point in the history
  2. remove CheckDuplicateNonce

    Tommo-L committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    626bc8c View commit details
    Browse the repository at this point in the history