Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Change TCP server socket data size indicator from Go/Protobuf specific to Bitcoin-style varints which are easy to implement in every language #64

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Dec 5, 2019

  1. Changed varuint encoding to Bitcoin style which is far simpler to use…

    … from other languages not having the go/protobuf encoding scheme easily accessible.
    Amir Taaki committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    e2af1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d873129 View commit details
    Browse the repository at this point in the history
  3. python test example for tcp server

    Amir Taaki committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    5df7ea4 View commit details
    Browse the repository at this point in the history
  4. cleaned up python example (somewhat)

    Amir Taaki committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    ee9fcec View commit details
    Browse the repository at this point in the history
  5. more cleanup of python code. Made specialized class with correct beha…

    …viour
    Amir Taaki committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    27aabeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c35010 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. forgot to switch endian for read on last commit

    Amir Taaki committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    6746ce1 View commit details
    Browse the repository at this point in the history
  2. fix small typo

    Amir Taaki committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    fc13c6e View commit details
    Browse the repository at this point in the history