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

DO NOT MERGE - Async networking #67

Closed
wants to merge 35 commits into from

Commits on May 15, 2023

  1. get changes from networking branch and use dev branch as base so all …

    …commits are signed
    LimpidCrypto committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7acf7dc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

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

Commits on Jun 30, 2023

  1. refactor websocket client

    LimpidCrypto committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5d777c7 View commit details
    Browse the repository at this point in the history
  2. refactor integration websocket client test

    LimpidCrypto committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6406bbc View commit details
    Browse the repository at this point in the history
  3. fix tests

    LimpidCrypto committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b60613e View commit details
    Browse the repository at this point in the history
  4. fix tests

    LimpidCrypto committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    464e776 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. fix cargo clippy

    LimpidCrypto committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    316a122 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. add code examples

    LimpidCrypto committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3ae950e View commit details
    Browse the repository at this point in the history
  2. fix model constructor to public; wallet scope public

    LimpidCrypto committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0d7f9e9 View commit details
    Browse the repository at this point in the history
  3. add changes to changelog

    LimpidCrypto committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e68ae4e View commit details
    Browse the repository at this point in the history
  4. add changes to changelog

    LimpidCrypto committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    aacb322 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. implement new async_websocket_client

    LimpidCrypto committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f651a0f View commit details
    Browse the repository at this point in the history
  2. tests for async_websocket_client

    LimpidCrypto committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dc45474 View commit details
    Browse the repository at this point in the history
  3. Add Examples

    Add Examples
    LimpidCrypto committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1e134c9 View commit details
    Browse the repository at this point in the history
  4. run tests on pull requests to the dev branch

    LimpidCrypto committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e556441 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. get changes from networking branch and use dev branch as base so all …

    …commits are signed
    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b2355c5 View commit details
    Browse the repository at this point in the history
  2. refactor websocket client

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0c6c450 View commit details
    Browse the repository at this point in the history
  3. refactor integration websocket client test

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    412d989 View commit details
    Browse the repository at this point in the history
  4. fix tests

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4aa4aa5 View commit details
    Browse the repository at this point in the history
  5. fix tests

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e2ec599 View commit details
    Browse the repository at this point in the history
  6. fix cargo clippy

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8c566e2 View commit details
    Browse the repository at this point in the history
  7. implement new async_websocket_client

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    54947d4 View commit details
    Browse the repository at this point in the history
  8. tests for async_websocket_client

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6520cc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54aa509 View commit details
    Browse the repository at this point in the history
  10. use nightly to allow unstable features

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b7f8311 View commit details
    Browse the repository at this point in the history
  11. remove unneeded features

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    57ef449 View commit details
    Browse the repository at this point in the history
  12. rename AsyncWebsocketClientEmbeddedWebsocketTokio -> AsyncWebsocketCl…

    …ientEmbeddedWebsocket
    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    15f3bf4 View commit details
    Browse the repository at this point in the history
  13. remove client base files

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2452c68 View commit details
    Browse the repository at this point in the history
  14. rename AsyncWebsocketClientEmbeddedWebsocketTokio -> AsyncWebsocketCl…

    …ientEmbeddedWebsocket
    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b8d8b83 View commit details
    Browse the repository at this point in the history
  15. update dependencies

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    557ee65 View commit details
    Browse the repository at this point in the history
  16. add dev dependencies

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    30776d3 View commit details
    Browse the repository at this point in the history
  17. add dev dependencies

    LimpidCrypto committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e898989 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. change clients export

    LimpidCrypto committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8cf4122 View commit details
    Browse the repository at this point in the history
  2. change clients export

    LimpidCrypto committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1496592 View commit details
    Browse the repository at this point in the history
  3. add .DS_STORE to gitignore

    LimpidCrypto committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3ba3acb View commit details
    Browse the repository at this point in the history