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
@cwgoes@Fraccaman this issue was created before we had gas metering at the instruction level in wasm. this allowed you to submit transactions with infinite loops, DoSing the node you submitted the tx to; now, you'll eventually run out of gas, when dry running a tx with an infinite loop. I think it's fine to allow the execution of arbitrary wasms in the RPC, which might be useful to estimate the gas cost of a governance proposal. most nodes will probably want to disable this functionality, though, since it might have a significant CPU cost
TxCustom
from the sdk args.The text was updated successfully, but these errors were encountered: