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

services: Ingest tss transactions #46

Merged
merged 129 commits into from
Oct 23, 2024
Merged

services: Ingest tss transactions #46

merged 129 commits into from
Oct 23, 2024

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    a58d519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9920f48 View commit details
    Browse the repository at this point in the history
  3. remove empty lines

    gouthamp-stellar committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3f9f9f0 View commit details
    Browse the repository at this point in the history
  4. update

    gouthamp-stellar committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    373c71a View commit details
    Browse the repository at this point in the history
  5. adding semicolons

    adding semicolons
    gouthamp-stellar committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2de9898 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0f9d32 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

    gouthamp-stellar committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6fc0dc2 View commit details
    Browse the repository at this point in the history
  3. remove the index on try_transaction_xdr and add column/index on try_t…

    …ransaction_hash
    
    ...also remove outgoing/incoming_status and have one status column
    gouthamp-stellar committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fb807aa View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Squashed commit of the following:

    commit fb807aa
    Author: gouthamp-stellar <[email protected]>
    Date:   Tue Sep 3 10:28:49 2024 -0700
    
        remove the index on try_transaction_xdr and add column/index on try_transaction_hash
    
        ...also remove outgoing/incoming_status and have one status column
    
    commit 6fc0dc2
    Author: gouthamp-stellar <[email protected]>
    Date:   Tue Sep 3 08:58:46 2024 -0700
    
        missing ,
    
    commit a9cf4e3
    Author: gouthamp-stellar <[email protected]>
    Date:   Tue Sep 3 01:55:23 2024 -0700
    
        make hash primary key instead of xdr
    
    commit c0f9d32
    Author: gouthamp-stellar <[email protected]>
    Date:   Fri Aug 30 15:18:27 2024 -0700
    
        moving all migrations to one file
    
    commit 2de9898
    Author: gouthamp-stellar <[email protected]>
    Date:   Fri Aug 30 15:16:53 2024 -0700
    
        adding semicolons
    
        adding semicolons
    
    commit 373c71a
    Author: gouthamp-stellar <[email protected]>
    Date:   Fri Aug 30 15:12:24 2024 -0700
    
        update
    
    commit 3f9f9f0
    Author: gouthamp-stellar <[email protected]>
    Date:   Fri Aug 30 15:12:00 2024 -0700
    
        remove empty lines
    
    commit 9920f48
    Author: gouthamp-stellar <[email protected]>
    Date:   Fri Aug 30 15:06:40 2024 -0700
    
        TSS tables and the channel interface
    
    commit a58d519
    Author: gouthamp-stellar <[email protected]>
    Date:   Fri Aug 30 10:55:22 2024 -0700
    
        tables and interfaces for TSS
    gouthamp-stellar committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f8c261b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. commit #2

    gouthamp-stellar committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d774f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b04d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2fefef View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. latest changes

    gouthamp-stellar committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b441a31 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

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

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    f9a5611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bd6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c7db27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3e8de9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82b12fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a9c9be View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. adding a transaction_builder.go which takes a list of operation xdrs …

    …and builds a transaction out of it
    gouthamp-stellar committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0662da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f76d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    456b71f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7974aa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. latest changes

    gouthamp-stellar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5bdf8f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3890bfe View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    e87c6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d3786 View commit details
    Browse the repository at this point in the history
  3. typo

    gouthamp-stellar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    01ed3eb View commit details
    Browse the repository at this point in the history
  4. typo

    gouthamp-stellar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3ddd2bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5776cb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c6db84 View commit details
    Browse the repository at this point in the history
  7. lint errors

    gouthamp-stellar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    77a6e4b View commit details
    Browse the repository at this point in the history
  8. go mod tidy

    gouthamp-stellar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    01109ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c005a06 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f560a05 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    38ba21b View commit details
    Browse the repository at this point in the history
  2. remoce unused mocks

    gouthamp-stellar committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8ddb961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d32adb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    e0727b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    968a6b7 View commit details
    Browse the repository at this point in the history
  3. removed deadcode

    gouthamp-stellar committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    096c7bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cfc3fd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    c195365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2b40b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71e342 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    ccf27f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8045d8d View commit details
    Browse the repository at this point in the history
  3. tx service changes

    gouthamp-stellar committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d062a11 View commit details
    Browse the repository at this point in the history
  4. remove comment

    gouthamp-stellar committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1a3c17c View commit details
    Browse the repository at this point in the history
  5. remove comment

    gouthamp-stellar committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    174ed45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9492d71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d31b01 View commit details
    Browse the repository at this point in the history
  8. removing println

    gouthamp-stellar committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a6dc954 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e28ff02 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. commit #1

    gouthamp-stellar committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    3d69601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43fcf10 View commit details
    Browse the repository at this point in the history
  3. Code()

    gouthamp-stellar committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4793f90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a401c30 View commit details
    Browse the repository at this point in the history
  5. Delete .env.swp

    gouthamp-stellar committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b5d46da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4ab5de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f10d239 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

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

    gouthamp-stellar committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    db8714d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. better test for Send

    gouthamp-stellar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2c0d060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b82a25a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97da8d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d1266b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea229bb View commit details
    Browse the repository at this point in the history
  6. removing mockSleep

    gouthamp-stellar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a196677 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    875b1dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1eee64 View commit details
    Browse the repository at this point in the history
  9. sleep -> time.Sleep

    gouthamp-stellar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    aff5ed4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    637aeaf View commit details
    Browse the repository at this point in the history
  2. delete files

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0fb94e3 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    df7ae05 View commit details
    Browse the repository at this point in the history
  4. name change

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cf2dc18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16581fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab7c0d7 View commit details
    Browse the repository at this point in the history
  7. name changes

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5fe5d0b View commit details
    Browse the repository at this point in the history
  8. refactor

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    76df04b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49ec16b View commit details
    Browse the repository at this point in the history
  10. changes to serve.go

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3b174b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22ed801 View commit details
    Browse the repository at this point in the history
  12. check error

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9cb0145 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    78042c9 View commit details
    Browse the repository at this point in the history
  14. merging main

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9118a06 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    12425f9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    897a218 View commit details
    Browse the repository at this point in the history
  17. commit changes

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6e93627 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    56f8e5a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4e324a6 View commit details
    Browse the repository at this point in the history
  20. delete file

    gouthamp-stellar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4fff039 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

  1. rpc ingestor

    gouthamp-stellar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f139f7a View commit details
    Browse the repository at this point in the history
  2. delete file

    gouthamp-stellar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    edcd0e7 View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    gouthamp-stellar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cd321ae View commit details
    Browse the repository at this point in the history
  4. remove dead code

    gouthamp-stellar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    43711ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757e6d5 View commit details
    Browse the repository at this point in the history
  6. tidy mod

    gouthamp-stellar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    42edf1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ff3984 View commit details
    Browse the repository at this point in the history
  8. delete file

    gouthamp-stellar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    715ae3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b2a6f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4f6052 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d6746e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9be1beb View commit details
    Browse the repository at this point in the history
  13. remove fmt.Println

    gouthamp-stellar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0df3537 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    dc9a363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c445f4 View commit details
    Browse the repository at this point in the history
  3. %s -> %w

    gouthamp-stellar committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2caf65b View commit details
    Browse the repository at this point in the history
  4. U -> u

    gouthamp-stellar committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ab2a546 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    277b970 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d576a25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2a1cd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5de4041 View commit details
    Browse the repository at this point in the history
  9. fix build

    gouthamp-stellar committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a788011 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

    gouthamp-stellar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    44cb3ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afebef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. merged latest

    gouthamp-stellar committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    61cf2db View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. typo in desc string

    gouthamp-stellar committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ad392d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe9629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63304b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0957985 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 23, 2024

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