1 T_t466998258c/ElrondDevelopers 2years ago Question: Is it possible to write a smart contract to the mainnet from the playground? How can I quickly create a simple smart contract for mainnet?
1 T_t466998258c/ElrondDevelopers 2years ago Hello, quick question: each transaction must have nonce (from account). When this nonce value increasing for the account? When tx is completed?
1 T_t466998258c/ElrondDevelopers 2years ago Quick question: https://gateway.elrond.com/network/config allows us to get network configurations. Are values (erd_gas_per_data_byte, erd_max_gas_per_transaction, erd_min_gas_limit, erd_min_gas_price, erd_chain_id, erd_min_transaction_version) fixed one and I can hardcode them or it is better to do... Read more
1 T_t466998258c/ElrondDevelopers 2years ago 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(... Read more
1 T_t466998258c/ElrondDevelopers 2years ago I guess I'm something missing in understanding hyperblock. Let's take this hyperblock "curl https://gateway.elrond.com/hyperblock/by-nonce/8936293" tx 16f984ce9bd9347bfe234c94b44335c40da189febd602be8615f1f5672040838 If we'll investigate block response, this tx marked as success, if we'll see the ... Read more
1 T_t466998258c/ElrondDevelopers 2years ago Quick question to the rust devs. How do you convert the transaction "value" field to EGLD?
2 T_t466998258c/ElrondDevelopers 2years ago Hello everyone. I'm "playing" with gateway API and have a question. I heard, that Elrond doesn't save blocks forever (as bitcoin, eth, etc...) in the chain. Can I be sure, that my block with the transaction will be always in chain + accessible by its nonce/hash (and transactions too)? Are there any ... Read more