Frame behavior question - it seems like the url included in the signed message when a button is clicked is always the original url of the frame, not the post_url. Is this expected? Is there any way to include the post_url in the signed data?
Is anyone working on zk-based consensus? Intuitively it seems like you could replace zk-unfriendly signatures in consensus algorithms with (recursive) proofs of pubkey = hash(privatekey, data) using a zk-friendly hash, which would enable much cheaper / faster proofs.
Just launched v3 of the Tokenbound ERC-6551 implementation, which includes native multi-chain account support and several advanced execution models. Excited to see what folks build with this!
https://twitter.com/tokenboundlabs/status/1719456416736632953
Created a Multicall3 fork with support for 2771-style msg.sender calldata encoding. Very useful for allowing sensitive operations from trusted senders to be executed via multicall.
https://github.com/jaydenwindle/multicall-authenticated
Worked on a multi-chain contract factory at ETH NY this weekend. All deployments and admin actions originate from a single Safe on a single chain, passing bytecode and calldata over a bridge. No more nonce issues or one-Safe-per-chain setups.
Would love feedback :)
https://github.com/jaydenwindle/safe-create2
Why isn't LLL a more commonly used smart contract language these days? At a glance Lisp seems like a natural fit for writing low-level EVM contracts (similar to Yul's right-to-left grammar style but with better ergonomics).