erc6551 / reference

ERC-6551 reference implementation
153 stars 50 forks source link

Optimize registry #19

Closed Vectorized closed 1 year ago

Vectorized commented 1 year ago

OCD nits:

Since the registry is gonna be at an immutable address forever...

sullof commented 1 year ago

This looks great.

jaydenwindle commented 1 year ago

@Vectorized this is awesome, thanks so much for the PR! Eeked out a few more gas savings (143551 -> 142722) and fixed the merge conflicts + nitpicks here. Would love your feedback on these changes :)

jaydenwindle commented 1 year ago

awesome stuff @Vectorized, thanks a ton!