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

SDK - Tx Storage & Ark SDK func update #320

Closed
wants to merge 28 commits into from

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    7b409f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f787e19 View commit details
    Browse the repository at this point in the history
  3. fix

    sekulicd committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    53618f0 View commit details
    Browse the repository at this point in the history
  4. merge

    sekulicd committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e78e35f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #310 from sekulicd/CLI-fix-config

    Cli fix config
    sekulicd authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fb7b33f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

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

    sekulicd committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5acf6ed View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Implement background VTXO syncing and database insertion

    - Add listenForVtxos function to poll server for new VTXOs
    - Implement listenToVtxoChan to process and insert VTXOs and transactions
    - Handle both spendable and spent VTXOs, as well as boarding transactions
    - Use goroutines and channels for asynchronous processing
    - Add error handling and logging for better debugging
    sekulicd committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ab21a33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix

    sekulicd committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    120a562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c87b37 View commit details
    Browse the repository at this point in the history
  3. merge with master

    sekulicd committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c82ddfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2a7080 View commit details
    Browse the repository at this point in the history
  5. merge

    sekulicd committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bde7046 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

    sekulicd committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e78f5ba View commit details
    Browse the repository at this point in the history
  3. go sync

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    d43d6d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b9e1d View commit details
    Browse the repository at this point in the history
  3. fix

    sekulicd committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f228858 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. listen vtxo refactor

    sekulicd committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    81b40d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

    sekulicd committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    34c2b27 View commit details
    Browse the repository at this point in the history
  4. fixes

    sekulicd committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d5bcbf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcb834e View commit details
    Browse the repository at this point in the history
  6. merge with master

    sekulicd committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0de81d8 View commit details
    Browse the repository at this point in the history
  7. merge and fixes

    sekulicd committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    79d9741 View commit details
    Browse the repository at this point in the history