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

RED-201 Network Generated Transactions #65

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Commits on Sep 11, 2024

  1. implement ServiceQueue module

    write updateNetworkTxsList func
    
    create /network-txs-list endpoint
    
    fix: improper logic in case txRemove tx is not in txList
    
    ServiceQueue: updated sortedInsert() definition and calls
    
    ServiceQueue: fix Logger import
    
    add verify function for syncing txList
    
    add queries for syncing txList from validators
    
    add syncTxList func + use it in syncV2 step
    
    add ServiceQueue funcs + minor refactor
    
    handle case where txList isnt correct post-cycle record parse
    ahmxdiqbal authored and afostr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    41b5c1f View commit details
    Browse the repository at this point in the history