Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hello, have a two questions: 1. Does Gas play any role in speeding up a transaction execution. Is it make sense to set more gas that it was calculated by formula (for writing data to blockchain) tx.gasLimit = networkConfig.erd_min_gas_limit + networkConfig.erd_gas_per_data_byte * lengthOf(tx.data) 2. What is the max amount of bytes I can write into tx data field? Is writing data limitation based only on max_gas_per_transactiont?