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

NUT-17: WebSocket updates #116

Closed
wants to merge 37 commits into from
Closed

Commits on Sep 29, 2024

  1. added Queue

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c1cf24f View commit details
    Browse the repository at this point in the history
  2. started implementation

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d3db27e View commit details
    Browse the repository at this point in the history
  3. added listeners

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    64e7892 View commit details
    Browse the repository at this point in the history
  4. added subscription

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4942ebd View commit details
    Browse the repository at this point in the history
  5. added dev test

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8902128 View commit details
    Browse the repository at this point in the history
  6. fixed binding

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    379efa9 View commit details
    Browse the repository at this point in the history
  7. added commands

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d52ab63 View commit details
    Browse the repository at this point in the history
  8. added ws package

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f334891 View commit details
    Browse the repository at this point in the history
  9. added unsub

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c72de70 View commit details
    Browse the repository at this point in the history
  10. added jsonrpc types

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4387513 View commit details
    Browse the repository at this point in the history
  11. moved to json rpc

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2ae7b35 View commit details
    Browse the repository at this point in the history
  12. added send command

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    71ec3f3 View commit details
    Browse the repository at this point in the history
  13. calles format

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3eb6003 View commit details
    Browse the repository at this point in the history
  14. export fixes and logs

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e31bc2a View commit details
    Browse the repository at this point in the history
  15. fixed typo

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    28c76c5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77cda8b View commit details
    Browse the repository at this point in the history
  17. added connection to mint

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3229273 View commit details
    Browse the repository at this point in the history
  18. more type fixes

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    faa19d6 View commit details
    Browse the repository at this point in the history
  19. added waitOnQuotePaid API

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    13a4471 View commit details
    Browse the repository at this point in the history
  20. added unsub method

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    44afbad View commit details
    Browse the repository at this point in the history
  21. added unsub to wallet

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    10de2cb View commit details
    Browse the repository at this point in the history
  22. clean up

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5317b51 View commit details
    Browse the repository at this point in the history
  23. began tests

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0e08eeb View commit details
    Browse the repository at this point in the history
  24. added error handling

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fcef8da View commit details
    Browse the repository at this point in the history
  25. improved error handling

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a7d3874 View commit details
    Browse the repository at this point in the history
  26. added some tests

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1a23818 View commit details
    Browse the repository at this point in the history
  27. more tests

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4b05c4d View commit details
    Browse the repository at this point in the history
  28. fixed notification test

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3980ae6 View commit details
    Browse the repository at this point in the history
  29. added onMintPaid test

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e2c44e9 View commit details
    Browse the repository at this point in the history
  30. updated naming

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9294c4e View commit details
    Browse the repository at this point in the history
  31. added onMeltQuote

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2bde65e View commit details
    Browse the repository at this point in the history
  32. updated types

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    62d1e5e View commit details
    Browse the repository at this point in the history
  33. ws: added disconnect method

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    75de3a3 View commit details
    Browse the repository at this point in the history
  34. ws: updated test

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    50e16f2 View commit details
    Browse the repository at this point in the history
  35. added integration test

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e1ab599 View commit details
    Browse the repository at this point in the history
  36. added connection promise

    Egge21M committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3319c63 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. typed API

    Egge21M committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1414eb5 View commit details
    Browse the repository at this point in the history