Vectorized

Results 46 issues of Vectorized
trafficstars

ETA: 10 May 2024. Don't use `_mintNext` with an active burned pool for now (until the fixes are out). Default settings are safe. The best and safest way to deploy...

## Description The aim is to build the "most efficient" single dual-nature contract, that is also scalable in the long term (no out-of-gas DoS vectors even with millions of trades),...

### Background OZ is making their own implementation of CWIA which uses the `extcodecopy` pattern. To bypass the 4337 storage restrictions. Also, cuz of that 2771 meta-transactions thingy. ___________________________ ###...

Ready for merge.

t-erc
s-draft
c-new
e-consensus
e-review

## Description ✨ ## Checklist Ensure you completed **all of the steps** below before submitting your pull request: - [x] Ran `forge fmt`? - [x] Ran `forge snapshot`? - [x]...

Same concept like DynamicBufferLib, and LibRLP but only for 32-byte chunks. ```solidity struct DynamicArray { uint256[] data; } // Returns a new empty array. No slots reserved. function p() internal...