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

Add GetFullBlocks P2P logic (enable fixing #522) #1138

Merged
merged 20 commits into from
Nov 7, 2019
Merged

Add GetFullBlocks P2P logic (enable fixing #522) #1138

merged 20 commits into from
Nov 7, 2019

Commits on Oct 2, 2019

  1. add GetFullBlocks P2P logic

    ixje committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    6d06d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657f328 View commit details
    Browse the repository at this point in the history
  3. add missing new line

    ixje committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    2a79047 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'getfullblocks' of https://github.com/ixje/neo into getf…

    …ullblocks
    
    * 'getfullblocks' of https://github.com/ixje/neo:
      Add `vmState` field in rpc getrawtransaction result (#1117)
      Fix tx reverify (#1116)
      Unit test For Legder module (#1038)
      Template fix (#1107)
      C# SDK Add Transaction Manager and Smart Contract APIs (#1026)
    ixje committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    25f8639 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

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

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    5ef3c8f View commit details
    Browse the repository at this point in the history
  2. allow request genesis block

    ixje committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    2ab0521 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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

Commits on Oct 29, 2019

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

Commits on Oct 31, 2019

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

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    94585dd View commit details
    Browse the repository at this point in the history
  2. Optimization

    shargon committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4f02c1e View commit details
    Browse the repository at this point in the history
  3. Update MessageCommand.cs

    erikzhang committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    a848630 View commit details
    Browse the repository at this point in the history
  4. - rename command

    - fix protocol handler cast
    - fix payload deserialization for default value
    ixje committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    adfd6ec View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. change to ushort per review

    ixje committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    07601e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3212303 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    316b4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f8d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e340676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d169b View commit details
    Browse the repository at this point in the history