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

Engine: Dispatch service #346

Merged
merged 39 commits into from Oct 2, 2019
Merged

Commits on Oct 1, 2019

  1. Added dispatch service

    shazbert committed Oct 1, 2019
    Copy the full SHA
    f77f736 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1240ad1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    baf9cf6 View commit details
    Browse the repository at this point in the history
  4. Fixed Requested niterinos

    Add in cli orderbook QA tool to gctcli
    Add exchange orderbook streaming
    shazbert committed Oct 1, 2019
    Copy the full SHA
    5e9a13c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c2da693 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b8679f8 View commit details
    Browse the repository at this point in the history
  7. fix linter issues

    shazbert committed Oct 1, 2019
    Copy the full SHA
    151cc92 View commit details
    Browse the repository at this point in the history
  8. Fix some issues

    shazbert committed Oct 1, 2019
    Copy the full SHA
    83ae356 View commit details
    Browse the repository at this point in the history
  9. Update

    shazbert committed Oct 1, 2019
    Copy the full SHA
    cdf5a46 View commit details
    Browse the repository at this point in the history
  10. Fix requested

    shazbert committed Oct 1, 2019
    Copy the full SHA
    2cef4b0 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    6c2da11 View commit details
    Browse the repository at this point in the history
  12. Fix requested

    shazbert committed Oct 1, 2019
    Copy the full SHA
    3c046bd View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    52bd07e View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    98c6948 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    da74f5a View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    3e89b8a View commit details
    Browse the repository at this point in the history
  17. Remove comment

    shazbert committed Oct 1, 2019
    Copy the full SHA
    c0e7fc2 View commit details
    Browse the repository at this point in the history
  18. Moved timer to a higher scope so its not constantly initialised just …

    …reset per instance and removed returning unused channel on error
    shazbert committed Oct 1, 2019
    Copy the full SHA
    c96ddf5 View commit details
    Browse the repository at this point in the history
  19. Rm unused release function in dispatch.go

    Reset timer and bleed buffered timer chan if needed in dispatch.go
    Added in ticker.Stop() and timer.Stop() functions for worker routine return in dispatch.go
    Index aggregated bid and ask functions for orderbook.go
    Added in dummy slice for wsorderbook_test.go
    shazbert committed Oct 1, 2019
    Copy the full SHA
    223ec09 View commit details
    Browse the repository at this point in the history
  20. Moved drain to above Reset so potential race would not occur in dispa…

    …tch.go
    
    Fix various linter issues dispatch.go
    shazbert committed Oct 1, 2019
    Copy the full SHA
    260d42d View commit details
    Browse the repository at this point in the history
  21. Fix some issues

    shazbert committed Oct 1, 2019
    Copy the full SHA
    14263a6 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    8d03dcc View commit details
    Browse the repository at this point in the history
  23. fix requested

    shazbert committed Oct 1, 2019
    Copy the full SHA
    d5f0c2e View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    13af118 View commit details
    Browse the repository at this point in the history
  25. fix linter issues

    shazbert committed Oct 1, 2019
    Copy the full SHA
    66e9ff3 View commit details
    Browse the repository at this point in the history
  26. Fix more linter issues

    shazbert committed Oct 1, 2019
    Copy the full SHA
    c594fb1 View commit details
    Browse the repository at this point in the history
  27. More fixes

    shazbert committed Oct 1, 2019
    Copy the full SHA
    eb86f70 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    6427178 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    d2bae7f View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    283a530 View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    a61bc14 View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    da8187f View commit details
    Browse the repository at this point in the history
  33. gofmt file

    shazbert committed Oct 1, 2019
    Copy the full SHA
    c8fe808 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    466cd15 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    e33ccdf View commit details
    Browse the repository at this point in the history
  36. Added more test cases

    shazbert committed Oct 1, 2019
    Copy the full SHA
    156cd1d View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    f20d82e View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    1d2e40c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

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