ithacaxyz / odyssey

A testnet open-source Layer 2 from the future, co-designed with the developer tools stack.
https://www.ithaca.xyz/updates/odyssey
Apache License 2.0
137 stars 28 forks source link

chore:: optimize Gas Estimation and Fee Calculation using tokio::join! #32

Closed malik672 closed 3 days ago

malik672 commented 3 days ago

This PR improves the performance of gas estimation and fee calculation by running both tasks concurrently using tokio::join!. This change reduces the overall execution time by allowing the two independent operations to proceed in parallel, rather than sequentially