Vectorized

Results 49 issues of Vectorized

## Description To prepare for https://github.com/Vectorized/solady/issues/1069. This is breaking in internal API. I feel `p` is more natural than having `l`, `a`, `b`, etc. if the struct name is different....

## Description We will use this branch as the working draft. ## Checklist Ensure you completed **all of the steps** below before submitting your pull request: - [x] Ran `forge...

**Description** Implemented as a single precompile. https://github.com/ethereum/RIPs/pull/37 **Tests** **Additional context** **Metadata**

https://github.com/ithacaxyz/odyssey-examples/tree/main/chapter1/eof ## Primer EOF disables a number of opcodes. Right now, if your contract contains any of those it will get compiled but will not be deployable. The banned opcodes...

just for `bytes32`. ``` push(bytes32 x); pop(); top(); top(uint i); clear(); size(); ```

Shanghai: April 12, 2023 Cancun: March 13, 2024 This is what ChatGPT says: > Qn: What EVM chains have adopted Shanghai, but have not adopted Cancun yet? > As of...

Just putting it here in case I forget.

- A single hyperdense structured file that an LLM can parse, to teach it all it needs to know on _how to use Solady_. - Markdown formatted, but in `.txt`,...

In the future, when the `CLZ` opcode https://eips.ethereum.org/EIPS/eip-7939 is added, many algorithms in Solady can be drastically improved upon. Libraries such as `LibBit`, `LibBytes`, `LibString`, `FixedPointMathLib`, `LibZip` can see a...