Ian pfp

Ian

@iankguimaraes

33 Following
26 Followers


Ian pfp
Ian
@iankguimaraes
EVM Query Language now supports the latest EIP-7702 transaction alongside the Mekong testnet Try now at https://eql.sh EIP-7702 introduces a new transaction type (4) that adds an authorization_list field, allowing EOAs to assign specific smart contracts as their implementation. This schema supports flexible operations like transaction batching, fee sponsorship, and temporary role-based permissions. You can filter transactions by their type using the WHERE keyword and specifying the id of the type and a block range (or block number or block tag): `GET * FROM tx WHERE type = 4, block = 45090 ON mekong` Or get transactions directly by their hash: `GET authorization_list FROM tx 0x... ON mekong ` Mekong and EIP-7702 transactions are also ready to use on eql_core crate, so if you're querying on-chain data using Rust, you can use EQL to filter for type 4 transactions :) https://crates.io/crates/eql_core
0 reply
0 recast
0 reaction

Ian pfp
Ian
@iankguimaraes
Releasing EVM Query Language alpha https://x.com/iankguimaraes/status/1818649290677370950?s=46 Read the full release notes here: eql-app.vercel.app/blog/alpha-rel… • Web-based REPL: eql-app.vercel.app • CLI and REPL: github.com/iankressin/eql • Rust: crates.io/crates/eql_core • Typescript: npmjs.com/package/evm-qu…
0 reply
0 recast
0 reaction

Ian pfp
Ian
@iankguimaraes
Etherscan is a centralization vector
0 reply
0 recast
0 reaction

Ian pfp
Ian
@iankguimaraes
Hey everyone, I built TXScript, a simple scripting language for sending EVM transactions like: `send 1 ether to vitalik.eth on eth`. You can write transactions in .txs files or use the REPL. I'd love some feedback on the idea https://github.com/iankressin/tx-script
0 reply
0 recast
1 reaction

Ian pfp
Ian
@iankguimaraes
Sharding the L1 as the old vision of Ethereum proposed, would solve the fragmention problems that we have today? Therefore, is fragmentation a problem caused by the rollup-centric roadmap? Is it fixable in the short to medium term?
0 reply
0 recast
0 reaction

Ian pfp
Ian
@iankguimaraes
Is there any website like https://news.ycombinator.com or https://lobste.rs but Ethereum-focused?
0 reply
0 recast
0 reaction

Ian pfp
Ian
@iankguimaraes
goodbye https://www.rapidtables.com/convert/number/hex-to-decimal.html
0 reply
0 recast
0 reaction

Ian pfp
Ian
@iankguimaraes
I'd really like to try @daylight, but linking an email with a wallet address isn't cool
1 reply
0 recast
0 reaction

Ian pfp
Ian
@iankguimaraes
After years of writing CLIs TS, I started to write them in Rust and let me tell you, they’re so much fast
0 reply
0 recast
0 reaction