25 y. o. Software engineer πΎ/ cooking in spilnota.xyz
41 Followers
I wish every next version of uniswap will have same events as v4. I am tired of making new indexing every time π¦
Discovered a bug in the waitForTransactionReceipt function in the latest LTS version of @wagmi/core. Just submitted a PR to fix it β would appreciate your support of my contribution: https://github.com/wevm/wagmi/pull/4339! π
Running a @base node in production is painful. Last few days: - Found Isthmus race condition, patched it myself, filed issue(https://github.com/base/base/issues/3701) β 0 reactions - Tried storage v2 migration β no snapshot, no docs - Today: full chain down 1+ hour, no ETA, no comms
I recently hit a new milestone β my smart contract exceeded the size limit (for the first time in my life π€― )! Solved it by taking inspiration from AAVE, using linked libraries and delegatecall logic. Looks like the folks at Third Web are also working on solutions for this challenge, and it looks pretty nice. Another good tool to know