Quantcast
Channel: QNimate » Ethereum
Browsing latest articles
Browse All 4 View Live

Calculating Nonce for Raw Transactions in Geth

You can simply use web3.eth.getTransactionCount to get the transaction nonce but it doesn’t include the transactions pending in the transaction pool. The purpose of this API is to simply retrieve total...

View Article


Image may be NSFW.
Clik here to view.

Writing Upgradable Smart Contracts in Solidity

As you must be aware that smart contracts are immutable programs that run exactly as programmed without any third party interface. Smart contracts cannot be modified once they are deployed which is...

View Article


EIP-1557 – Ethereum Transaction Fees and Block Size

Post London upgrade which implements EIP-1559, Ethereum has changed how block size and transaction fees works. Block Gas Limit Earlier Ethereum block gas limit was calculated using the below formula:...

View Article
Browsing latest articles
Browse All 4 View Live