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

WIP: 2018 12 22 node project #280

Merged
merged 5 commits into from Feb 23, 2019

Commits on Feb 21, 2019

  1. Add files from old spv node project

    src compiling
    
    test files compiling
    
    ran scalafmt
    
    Fix serializer tests
    
    Get non networking test cases to work
    
    WIP: Debug peermessagehandler
    
    Update CRUD, remove all of the Actor craziness. Add DbManagement trait and unit test db
    
    WIP: Rewroking PeerMessageHandler, create Peer, DataMessageHandler, PeerHandler
    
    Reworking Client to handle all tcp messages and message alignment for bitcoin p2p messages
    Christewart committed Feb 21, 2019
    Copy the full SHA
    9de1777 View commit details
    Browse the repository at this point in the history
  2. Wip: Node refactor

    Christewart committed Feb 21, 2019
    Copy the full SHA
    05d60a0 View commit details
    Browse the repository at this point in the history
  3. Create node test project, move all node tests into that project and m…

    …ove all generators for the node project into testkit
    Christewart committed Feb 21, 2019
    Copy the full SHA
    0b37ee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Rework ClientTest to use testkit, start minimizing akka usage, implem…

    …ent connect(),isConnected(), disconnect(), isDisconnected() in PeerMessageReceiver
    Christewart committed Feb 22, 2019
    Copy the full SHA
    da0bf87 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Copy the full SHA
    78c6d9a View commit details
    Browse the repository at this point in the history