You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, we are able to send fewer respond txs before running into congestion limits. Based on testing respond calls consume only 7.62 Tgas, so we should lower the attached gas to 10 Tgas.
We have introduced other types of outgoing transactions as well, which may consume more or less gas:
Currently we attach the maximum of 300 Tgas to every outgoing transaction:
mpc/node/src/indexer/transaction.rs
Lines 40 to 45 in 2ff7716
As a result, we are able to send fewer
respond
txs before running into congestion limits. Based on testingrespond
calls consume only 7.62 Tgas, so we should lower the attached gas to 10 Tgas.We have introduced other types of outgoing transactions as well, which may consume more or less gas:
mpc/node/src/indexer/response.rs
Lines 124 to 133 in 2ff7716
The attached gas should be decided based on the transaction type.
The text was updated successfully, but these errors were encountered: