Jesserc pfp

Jesserc

@jesserc

32 Following
13 Followers


Jesserc pfp
Jesserc
@jesserc
Ahh I see
0 reply
0 recast
1 reaction

Jesserc pfp
Jesserc
@jesserc
Shouldn’t there be a little permanent drop in fees? Since L2 data is now separated from block space?
1 reply
0 recast
2 reactions

Jesserc pfp
Jesserc
@jesserc
- get the transaction count of an account gast uses Go-Ethereum’s logger
0 reply
0 recast
1 reaction

Jesserc pfp
Jesserc
@jesserc
- trace transactions by hash (mainnet only, for now) - create a raw EIP-1559 transaction with an unused nonce, to propagate later - propagate raw transaction - send EIP-1559 transaction - sign messages - verify signed messages - estimate the gas required to execute a transaction 👇
1 reply
0 recast
1 reaction

Jesserc pfp
Jesserc
@jesserc
Just a few days until the Dencun Upgrade hits Ethereum with EIP-4844 Blob transactions .oO 🔥 Excited to say that I've been building gast, an Ethereum and L2s transaction toolkit written in Go. github.com/Jesserc/gast With gast, you can: - create and send EIP-4844 Blob transactions - deploy Solidity contract 👇
1 reply
0 recast
2 reactions

Jesserc pfp
Jesserc
@jesserc
So sending blobs is four times less expensive than using calldata, according to blobscan. Blobs are 131072 bytes in size. https://sepolia.blobscan.com/tx/0x1b93a0de193982aa2903797565c274323520b32ab1fe0c9ba1ff852323a24f00
0 reply
0 recast
1 reaction

timbeiko.eth pfp
timbeiko.eth
@tim
Free idea: a few years ago, someone told me they'd like to see a Nobel Prize equivalent for Ethereum, but it hasn't happened yet. The chain will turn 10 years old in ~18 months, which seems like great timing for this! It gives enough time to make it happen properly, too 😄
6 replies
8 recasts
40 reactions

timbeiko.eth pfp
timbeiko.eth
@tim
Blobs are coming .oO Dencun is scheduled for mainnet activation at epoch 29696, occurring March 13 at 13:55 UTC. See the announcement below for client release versions and other useful info about the upgrade 🤖 https://blog.ethereum.org/2024/02/27/dencun-mainnet-announcement
17 replies
44 recasts
181 reactions

Jesserc pfp
Jesserc
@jesserc
Posting this here before Twitter. I created a PoA private network boilerplate with steps for setting up a private Ethereum network (clique PoA consensus) using Geth and connecting to the Hardhat environment to deploy and test smart contracts. GitHub: https://github.com/Jesserc/Hardhat-PoA-Geth-Integration
0 reply
0 recast
2 reactions