brinktrade / brink-core

Core smart contracts for Brink accounts
GNU General Public License v3.0
12 stars 7 forks source link

optimize Proxy deployment cost by removing sstores and pointers #7

Closed mikec closed 2 years ago

mikec commented 2 years ago

it uses structured storage now for owner and implementation, and domainSeparator is calculated on each call instead of stored, which is actually cheaper per call than using sload