Blaze
Blaze
@mattsse https://github.com/foundry-rs/compilers/pull/49#pullrequestreview-1991418138
When using [fork cheatcodes](https://book.getfoundry.sh/cheatcodes/forking) and switching fork, state is not persisted by default. This means contracts already created prior to switching forks are reset and must be explicitly marked with...
Plan is to allow users to create commitments for blob data they have and then serialize the `blobVersionedHashes` into an EIP-4844 transaction similar to how ethers.js does it https://github.com/ethers-io/ethers.js/issues/4650#issuecomment-2023747487 The...
as part of ci in a cf workers project, when running [`typos`](https://github.com/crate-ci/typos) spell checker it gives a few errors (removed some false positives): ```sh error: `Ouput` should be `Output` -->...