cowdao-grants / cow-shed

A gas-efficient, address-bound account abstraction for permissioned hooks on CoW Protocol
GNU General Public License v3.0
8 stars 1 forks source link

perf: use Bitmap for gas efficiency in sequential nonces #8

Closed meetmangukiya closed 4 months ago

meetmangukiya commented 5 months ago

Improve gas efficiency for sequential nonce by using a bitmap that wont initialize a new slot for every new nonce. This is done by packing multiple boolean values in a single slot.

mfw78 commented 4 months ago

Before squash and merge, please include a PR description