Patrick Collins

Results 138 issues of Patrick Collins

# What :computer: - added context to working with createaddress and create2address. - updated a link pointing to the differences between `createAddress` and `create2Address` and address creation in general in...

The `commitBatches` function on the [ValidatorTimeLock](https://github.com/matter-labs/era-contracts//blob/4aa7006153ad571643342dff22c16eaf4a70fdc1/l1-contracts/contracts/zksync/ValidatorTimelock.sol) contract uses a merkle root hash of the state changes from the L2. So when explaining what this does in the boojum book, we...

https://docs.zksync.io/zk-stack/components/prover/zk-terminology.html

A _lot_ of the information from the zksync C4 audit is fantastic. https://github.com/code-423n4/2024-03-zksync/tree/main/docs We should have these in the official docs somewhere. In particular, this set of simulations I think...

Historically, rollups post compressed batches of transactions to the L1 which can be verified because all the data is stored in `calldata`. However, as of[EIP-4844](https://www.eip4844.com/) which was included in the...

For reference, [see this conversation here.](https://ethereum.stackexchange.com/questions/162863/how-does-the-issystem-flag-work-for-zksync-projects) # About zkSync has a number of opcodes that are not supported in basic solidity or vyper syntax. The zkSync compiler is pretty good...

Would love to see this in the docs somewhere. https://vexil.notion.site/Immutables-in-Huff-7db5cb6436494fa195e73c43e989b17d Just so that if someone looks for `immutable` in the docs search bar, this comes up.

https://blockscan.com/address/0x0000000071727De22E5E9d8BAf0edAc6f37da032 https://twitter.com/erc4337/status/1761015846179360780 Took me a bit too long to figure out why my userOp tests kept failing.

Google ranked this #1 for "Local vector database" so clearly you're doing something right.