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.
Implemented raw version of diamond standard without ink! codegen. Updated
upgradable_storage
macro to implementStorage
andOccupiedStorage
for the type itself to allow inherit default implementation. Refactored reported problem withbalance_of
inPSP22
. Did the same forallowance
.