Supercolony-net / openbrush-contracts

https://openbrush.io
MIT License
110 stars 26 forks source link

Raw implementation of diamond #153

Closed xgreenx closed 2 years ago

xgreenx commented 2 years ago

Implemented raw version of diamond standard without ink! codegen. Updated upgradable_storage macro to implement Storage and OccupiedStorage for the type itself to allow inherit default implementation. Refactored reported problem with balance_of in PSP22. Did the same for allowance.