Skip to content

wip: investigate missing allocation was not closed yet #786

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

Draft
wants to merge 49 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
15c6924
refactor: add ractor migrate
suchapalaver Jul 20, 2025
83dd70f
refactor: replace sender allocation actor with tokio task
suchapalaver Jul 20, 2025
7203bb9
refactor: replace sender account actor with tokio task
suchapalaver Jul 20, 2025
92adb11
refactor: replace sender accounts manager actor with tokio task
suchapalaver Jul 20, 2025
9c938be
refactor(sender_allocation_task): add receipt validation
suchapalaver Jul 20, 2025
b965e3e
refactor(sender_allocation_task): add receipt tracking
suchapalaver Jul 20, 2025
bb3d120
refactor(sender_account_task): add parent child communication
suchapalaver Jul 20, 2025
a82f81d
feat(agent): add error and retry handling to sender alloc task
suchapalaver Jul 21, 2025
e015e9c
feat(agent): integrate TAP mngr in SenderAllocationTask
suchapalaver Jul 21, 2025
ada132f
chore: fix unstable code use error
suchapalaver Jul 21, 2025
cf785ea
chore(tap-agent): remove test-utils
suchapalaver Jul 21, 2025
e62b6a8
fix: remove duplicate dependency import
suchapalaver Jul 22, 2025
d6fe752
feat(tap-agent): add rav integration in sender allocation task
suchapalaver Jul 23, 2025
a4e0bcc
feat(tap-agent): add sender account task logic and manager notifications
suchapalaver Jul 23, 2025
7bda25f
test(agent): add test TAP signature verification
suchapalaver Jul 24, 2025
6acaf1c
chore(agent): add db storage for invalid receipts
suchapalaver Jul 24, 2025
a44a5c5
chore(sqlx): update offline query files
suchapalaver Jul 24, 2025
9883024
feat(agent): add parent-child comms in sender acc task
suchapalaver Jul 24, 2025
e235775
test(agent): fix db availablity in CI
suchapalaver Jul 24, 2025
e8606a3
feat(agent): implement prod TAP mngr for sender acc task
suchapalaver Jul 24, 2025
b61b086
chore(agent): impl parent-child comms w/ retry for SenderAccountTask
suchapalaver Jul 24, 2025
1647958
chore(agent): incrementally remove ractor - stage 1
suchapalaver Jul 24, 2025
79632e9
chore(agent): remove ractor migrate logic
suchapalaver Jul 24, 2025
13aac3d
chore(agent): remove ractor from prod code paths
suchapalaver Jul 24, 2025
bfd7b54
test(agent): add tokio migration tests
suchapalaver Jul 24, 2025
eae7bc7
chore(agent): clean up dead code
suchapalaver Jul 24, 2025
efa008a
test(agent): add tokio actor system regression tests
suchapalaver Jul 24, 2025
a94af4b
test(agent): refactor legacy integration tests from ractor to tokio
suchapalaver Jul 24, 2025
c51a859
chore(agent): fix sender account task parameters
suchapalaver Jul 24, 2025
1dc0010
chore: replace dummy handle with watch handle
suchapalaver Jul 24, 2025
202ddc1
chore: clear up duplicate code
suchapalaver Jul 24, 2025
f0aad37
test(agent): use test isolated db
suchapalaver Jul 24, 2025
fe5f19f
refactor(agent): rename task life cycle module
suchapalaver Jul 24, 2025
49553e6
chore(agent): handle child tasks in prod code
suchapalaver Jul 24, 2025
104e198
test(tap-agent): add SimpleSubgraphClient abstraction
suchapalaver Jul 25, 2025
987add0
test(agent): complete database storage for invalid receipts
suchapalaver Jul 25, 2025
8442a1e
test(tap-agent): add Layer 2 production integration tests
suchapalaver Jul 25, 2025
b0b9df3
chore(agent): fix conditional compilation warnings and headers
suchapalaver Jul 25, 2025
b501dc7
chore(agent): add child task shutdown, rav result processing, denied …
suchapalaver Jul 25, 2025
c0804cf
chore(agent): add escrow monitoring
suchapalaver Jul 25, 2025
e5fb7dc
chore(agent): add signer recovery
suchapalaver Jul 25, 2025
acba567
chore(sqlx): update offline query files
suchapalaver Jul 25, 2025
74ccb43
refactor(agent): rename subgraph-client-abstraction module
suchapalaver Jul 25, 2025
3c00443
refactor(agent): rename TapSubgraphClient
suchapalaver Jul 25, 2025
82d3cbd
test(tap-agent): complete test_missing_allocation_regression_basic
suchapalaver Jul 25, 2025
837e494
test(tap-agent): complete tokio actor migration and regression
suchapalaver Jul 25, 2025
e87eed9
test(tap-agent): complete test_sender_account_task_creation
suchapalaver Jul 25, 2025
b2be84a
test(tap-agent): complete test_sender_accounts_manager_task_creation
suchapalaver Jul 25, 2025
627786f
refactor: update progress on functonal tokio rewrite
suchapalaver Jul 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading