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(core): multi-pubkey DB support #2093

Open
wants to merge 207 commits into
base: dev
Choose a base branch
from
Open

feat(core): multi-pubkey DB support #2093

wants to merge 207 commits into from

Commits on Mar 28, 2024

  1. WIP: resolve db paths by account keys

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aa0909f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. WIP: handle db ids optionally

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f051600 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. use dummy values to fix build errors for development

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c8a434e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix conflicts after merge

    borngraced committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3e0061f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6146d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff374c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    fef8a4e View commit details
    Browse the repository at this point in the history
  2. wip — SwapsContext

    borngraced committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6247766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa0f5ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947ab8d View commit details
    Browse the repository at this point in the history
  5. fix clippy/fmt

    borngraced committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ae95d4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0d13e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71c4e9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be3dc81 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. changes to swaps db

    borngraced committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ffbc262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c1168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ec96bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ccfa00 View commit details
    Browse the repository at this point in the history
  5. get_swap_repr

    borngraced committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    29763e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf749eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    368441c View commit details
    Browse the repository at this point in the history
  8. make swap_v2 multi_key

    borngraced committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7095605 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8823be2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. WIP - my_swaps_storage

    borngraced committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    42a22b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f0566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65a07d2 View commit details
    Browse the repository at this point in the history
  4. wip sqlite

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

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    61c49bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d184c1e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    bd114fc View commit details
    Browse the repository at this point in the history
  2. debug with logger

    borngraced committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f58c80a View commit details
    Browse the repository at this point in the history
  3. wasm clipy

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

Commits on Apr 15, 2024

  1. WIP nft

    borngraced committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5298f2b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    d9d8e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1538f81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0355fa View commit details
    Browse the repository at this point in the history
  4. WIP sql_ctx

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3407835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27206c View commit details
    Browse the repository at this point in the history
  3. WIP rollback sql_ctx

    borngraced committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ca13b41 View commit details
    Browse the repository at this point in the history
  4. WIP rollback sql_ctx

    borngraced committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3f053bd View commit details
    Browse the repository at this point in the history
  5. rollback sql_ctx

    borngraced committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f0e8016 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5e5245 View commit details
    Browse the repository at this point in the history
  7. fix lint

    borngraced committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f8d08cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d96232 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. improve find_unique_nft_account_ids_active and update get_nft_list to…

    … fetch for only active chains concurrently
    borngraced committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d2152f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d2896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    879438b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    234a2aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2dacfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a00c2c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04e1d97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f904927 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea778d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fa9cec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86649f5 View commit details
    Browse the repository at this point in the history
  9. WIP sqlite_connection_v2

    borngraced committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0699843 View commit details
    Browse the repository at this point in the history
  10. fmt

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

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    b9375e0 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    borngraced committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    4c3a61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12537c0 View commit details
    Browse the repository at this point in the history
  4. cargo clippy

    borngraced committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    77b43f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. stats_nodes multi key db

    borngraced committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fbe1fe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    795f718 View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    borngraced committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    42f5db0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. minor changes

    borngraced committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    88754f7 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    borngraced committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cc3a02f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. wip changes

    borngraced committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ee8d9d0 View commit details
    Browse the repository at this point in the history
  2. wip changes db_id

    borngraced committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    acd6383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d04128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e508b59 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. orders_kick_start

    borngraced committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d7c4a83 View commit details
    Browse the repository at this point in the history
  2. wasm shareddb storage

    borngraced committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3a7fa66 View commit details
    Browse the repository at this point in the history
  3. clippy & fmt

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

Commits on Apr 25, 2024

  1. wip lp_ordermatch

    borngraced committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    69d9886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8796922 View commit details
    Browse the repository at this point in the history
  3. cleanup lp_ordermatch.rs

    borngraced committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    875c9df View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    4f7824d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bba3fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    637286d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. minor changes/improvements

    borngraced committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7cd60f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    b03a0aa View commit details
    Browse the repository at this point in the history
  2. wip AccountContext

    borngraced committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    98cb993 View commit details
    Browse the repository at this point in the history
  3. minor changes

    borngraced committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    061d1ff View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. sae dev state

    borngraced committed May 1, 2024
    Configuration menu
    Copy the full SHA
    398b93b View commit details
    Browse the repository at this point in the history
  2. save dev state

    borngraced committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e2877a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    577e18b View commit details
    Browse the repository at this point in the history
  4. fix tests

    borngraced committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9eaeb2e View commit details
    Browse the repository at this point in the history
  5. update ordermatch

    borngraced committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9882ccc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a2f4a7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    4594ff6 View commit details
    Browse the repository at this point in the history
  2. fix wasm test

    borngraced committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9ff52de View commit details
    Browse the repository at this point in the history
  3. check recent swaps test

    borngraced committed May 2, 2024
    Configuration menu
    Copy the full SHA
    49b9260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db0236 View commit details
    Browse the repository at this point in the history
  5. remove debug line

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    094a659 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    borngraced committed May 3, 2024
    Configuration menu
    Copy the full SHA
    92b94ac View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. sql_connection_pool

    borngraced committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6d51390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c27b9 View commit details
    Browse the repository at this point in the history
  3. more doc comments

    borngraced committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1c08ef5 View commit details
    Browse the repository at this point in the history
  4. add hd wallet todos

    borngraced committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a6d0b51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35b102a View commit details
    Browse the repository at this point in the history
  6. impl AsyncSqliteConnPool

    borngraced committed May 6, 2024
    Configuration menu
    Copy the full SHA
    474d641 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0686d0e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    ca440df View commit details
    Browse the repository at this point in the history
  2. minor changes

    borngraced committed May 7, 2024
    Configuration menu
    Copy the full SHA
    719862b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8921e4a View commit details
    Browse the repository at this point in the history
  4. fix hd_wallet todos

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

Commits on May 8, 2024

  1. add more todos

    borngraced committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6954d62 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    79e7c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a4486 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 11, 2024

  1. fix hd_wallet

    borngraced committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fdb4f55 View commit details
    Browse the repository at this point in the history
  2. fix wasm clippy 0

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

Commits on May 12, 2024

  1. fix wasm clippy

    borngraced committed May 12, 2024
    Configuration menu
    Copy the full SHA
    db397e5 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    borngraced committed May 12, 2024
    Configuration menu
    Copy the full SHA
    393e825 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    22319bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b036c62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dcb662 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ac682d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c409ecc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23bb803 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    8281609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115a873 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. improve my_orders_storage

    borngraced committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9062bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b370bec View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    46f8712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bde012 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    borngraced committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e036383 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    fab32e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    789ce8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac5cc96 View commit details
    Browse the repository at this point in the history
  4. minor fix

    borngraced committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d8caebd View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    76efdf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24774a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a0d0b6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix review notes

    borngraced committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fbfe747 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    097a63e View commit details
    Browse the repository at this point in the history
  2. fix error handling

    borngraced committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8a6d0cd View commit details
    Browse the repository at this point in the history
  3. fix hd_wallet todos

    borngraced committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f685f72 View commit details
    Browse the repository at this point in the history
  4. remove unneeded comments

    borngraced committed May 27, 2024
    Configuration menu
    Copy the full SHA
    df3cf1e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. mark use_wacher as true

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

Commits on May 29, 2024

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

    borngraced committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3cfd616 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. remove todos after review

    borngraced committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0b5275c View commit details
    Browse the repository at this point in the history
  2. fix build error

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

Commits on Jun 4, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

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

    borngraced committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    497a006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df10264 View commit details
    Browse the repository at this point in the history
  4. fix clippy

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

Commits on Jun 11, 2024

  1. fix bugs and improve code

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

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    19930d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527efbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb41f41 View commit details
    Browse the repository at this point in the history
  4. fix clear nft todo

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

Commits on Jun 13, 2024

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

Commits on Jun 18, 2024

  1. minor changes

    borngraced committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bf12b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b61c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    7699f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ef701 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    1b3931b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4962351 View commit details
    Browse the repository at this point in the history
  3. make getter fns non async

    borngraced committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f449cdd View commit details
    Browse the repository at this point in the history
  4. fix other review notes

    borngraced committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a4ac369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99e6ca6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

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

    borngraced committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8a01341 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    b19d2ba View commit details
    Browse the repository at this point in the history
  2. fix review notes

    borngraced committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f35f371 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    0856b54 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    5fdee3e View commit details
    Browse the repository at this point in the history
  2. fix review notes

    borngraced committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9a8494e View commit details
    Browse the repository at this point in the history
  3. revert Cargo.toml

    borngraced committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7c12cce View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. fix review notes

    borngraced committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a78704d View commit details
    Browse the repository at this point in the history
  2. minor fix

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

Commits on Jul 12, 2024

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

Commits on Jul 19, 2024

  1. fix review notes

    borngraced committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5470b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57e394 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix clippy

    borngraced committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b690e93 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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

Commits on Jul 28, 2024

  1. use display_eth_address

    borngraced committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5e02fa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    5f72e83 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

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

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    0c817e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f9d27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79f3792 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 2, 2024

  1. cleanups

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

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. save dev state

    borngraced committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    06ce83b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9d74a View commit details
    Browse the repository at this point in the history
  3. fix clippy

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

Commits on Aug 7, 2024

  1. fix orders_kick_start

    borngraced committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cea464b View commit details
    Browse the repository at this point in the history
  2. fix minor review notes

    borngraced committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    07a478c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    342fab8 View commit details
    Browse the repository at this point in the history
  2. post merge formating

    shamardy committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    07177cf View commit details
    Browse the repository at this point in the history