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

feat: implement Pairing API #3

Open
wants to merge 81 commits into
base: kdf
Choose a base branch
from
Open

feat: implement Pairing API #3

wants to merge 81 commits into from

Commits on Aug 30, 2024

  1. implement rpc methods

    borngraced committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0e8b8c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900f72f View commit details
    Browse the repository at this point in the history
  3. save dev state

    borngraced committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3096073 View commit details
    Browse the repository at this point in the history
  4. save dev state

    borngraced committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9679ee4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    9f73ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ab024c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    dedf579 View commit details
    Browse the repository at this point in the history
  2. git add files

    borngraced committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    84febe9 View commit details
    Browse the repository at this point in the history
  3. use async mutex

    borngraced committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0fe5eff View commit details
    Browse the repository at this point in the history
  4. minor changes

    borngraced committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b13def3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    1d540af View commit details
    Browse the repository at this point in the history
  2. add more unit tests

    borngraced committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7079def View commit details
    Browse the repository at this point in the history
  3. minor changes

    borngraced committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    43057cc View commit details
    Browse the repository at this point in the history
  4. cargo clippy

    borngraced committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    548a821 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    c3d8f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4f8b43 View commit details
    Browse the repository at this point in the history
  3. print connectino uri

    borngraced committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ab51d8e View commit details
    Browse the repository at this point in the history
  4. implement pair method

    borngraced committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    656d945 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    borngraced committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1bfb7e2 View commit details
    Browse the repository at this point in the history
  6. commit uri_parser.rs

    borngraced committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    36e015b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. create common lib

    borngraced committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d0d5118 View commit details
    Browse the repository at this point in the history
  2. commit pairing, uri mod

    borngraced committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8c0c215 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. minor changes

    borngraced committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2395848 View commit details
    Browse the repository at this point in the history
  2. cargo clippy fmt

    borngraced committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e9107b7 View commit details
    Browse the repository at this point in the history
  3. improve pairing code

    borngraced committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f4db2a3 View commit details
    Browse the repository at this point in the history
  4. impl session params

    borngraced committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    528219f View commit details
    Browse the repository at this point in the history
  5. commit session files

    borngraced committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ddaf123 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. save dev state

    borngraced committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0926bcc View commit details
    Browse the repository at this point in the history
  2. save dev state

    borngraced committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b955bbb View commit details
    Browse the repository at this point in the history
  3. commit wc_common

    borngraced committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3f82d7b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    f57b631 View commit details
    Browse the repository at this point in the history
  2. update expiry derivation

    borngraced committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6757cda View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. minor changes

    borngraced committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a85bc6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1044a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76bdbad View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. minor changes

    borngraced committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c8f06e0 View commit details
    Browse the repository at this point in the history
  2. fix review notes

    borngraced committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8efb1da View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix cargo clippy

    borngraced committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    37c929d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    71acc1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98211ed View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    f7bde84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6740313 View commit details
    Browse the repository at this point in the history
  3. fix generate url fn

    borngraced committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2af7e1a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Oct 1, 2024

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

Commits on Oct 9, 2024

  1. fix review notes

    borngraced committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    14e9726 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix clippy

    borngraced committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    052ea1d View commit details
    Browse the repository at this point in the history
  2. fix disconnect bug

    borngraced committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    17b1e31 View commit details
    Browse the repository at this point in the history
  3. minor changes

    borngraced committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    974907e View commit details
    Browse the repository at this point in the history
  4. fix pairing delete

    borngraced committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9836e93 View commit details
    Browse the repository at this point in the history
  5. use rustls for tokio wss

    borngraced committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8175331 View commit details
    Browse the repository at this point in the history
  6. remove tokio-rustls dep

    borngraced committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    61add9a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    91cb115 View commit details
    Browse the repository at this point in the history
  2. revert mod import deletion

    borngraced committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    423c67c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    fd8c7be View commit details
    Browse the repository at this point in the history
  2. fix sym_key len check

    borngraced committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    994db68 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

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

Commits on Oct 31, 2024

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    5c974ad View commit details
    Browse the repository at this point in the history
  2. fix pairing test

    borngraced committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f766404 View commit details
    Browse the repository at this point in the history
  3. cargo fmt!!

    borngraced committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b427ff0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    90d4008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9d9952 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    b8040e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e7339 View commit details
    Browse the repository at this point in the history
  3. use try_fill_bytes

    borngraced committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    cdf38a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    4e09437 View commit details
    Browse the repository at this point in the history
  2. fix doc test

    borngraced committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d643b29 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. debug connection closed

    borngraced committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4a78c4b View commit details
    Browse the repository at this point in the history
  2. debug ws send

    borngraced committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    95da428 View commit details
    Browse the repository at this point in the history
  3. debug

    borngraced committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9b78f48 View commit details
    Browse the repository at this point in the history
  4. remove debug log

    borngraced committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    edd96c9 View commit details
    Browse the repository at this point in the history
  5. nits

    borngraced committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d208b54 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. reuse activate pairing fn

    borngraced committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    aab0f30 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix review notes

    borngraced committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    eb384d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848d100 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    897cf78 View commit details
    Browse the repository at this point in the history
  2. fix cargo clippy

    borngraced committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    99674a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. debug ci

    borngraced committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0bd862f View commit details
    Browse the repository at this point in the history