Skip to content

Conversation

@RishabhSingh4872962
Copy link

#38 Fix Remove tokio sleep for 32 second
Now the function uses send_and_confirm to wait until the transaction is confirmed, making the process more reliable and faster.

#40 (comment)
Go with 1 Approch

Now the function uses send_and_confirm to wait until the transaction
is confirmed, making the process more reliable and faster.
@RishabhSingh4872962 RishabhSingh4872962 changed the title Remove the fixed 32-second delay using tokio::sleep. Remove the fixed 32-second delay using send_and_confirm Nov 6, 2025
@RishabhSingh4872962 RishabhSingh4872962 changed the title Remove the fixed 32-second delay using send_and_confirm Remove the 32-second delay using send_and_confirm Nov 6, 2025
@Nagaprasadvr
Copy link
Contributor

considering we will have a lot of chucks to write ( mabe > 1000) this would lead to a lot of rpc calls and including confirm signature would double the amount of calls

i would say we just use send

and setup grpc subscriptions to check tx signature status and collect failed txs to retry them

@Nagaprasadvr
Copy link
Contributor

ideally we shoudl also swith to Tx landing service like temporal , jet to land txs better and reliably this would be for future scope and should be configurable via the config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants