Skip to content

Instantly share code, notes, and snippets.

View IMEF-FEMI's full-sized avatar
💻
🦀

Femi Bolaji IMEF-FEMI

💻
🦀
View GitHub Profile

Falsehoods that Ethereum programmers believe

I recently stumbled upon Falsehoods programmers believe about time zones, which got a good laugh out of me. It reminded me of other great lists of falsehoods, such as about names or time, and made me look for an equivalent for Ethereum. Having found none, here is my humble contribution to this set.

About Gas

Calling estimateGas will return the gas required by my transaction

Calling estimateGas will return the gas that your transaction would require if it were mined now. The current state of the chain may be very different to the state in which your tx will get mined. So when your tx i

@IMEF-FEMI
IMEF-FEMI / dev.yml
Created February 24, 2022 01:05 — forked from fpatelm/dev.yml
Github actions to deploy to Firebase hosting
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ dev ]
pull_request: