Notes
Changes in this release are prepared for the implementation of ERC20, mostly around storage interfaces
- Storage types are now declared in attribute instead of part of
type
statement - Refactored the constructor implementation with a storage map in the compiler level
- primitives are now supported in the storage interfaces
What's Changed
- feat(zink): introduce asm trait for primitives by @clearloop in #215
- feat(codegen): passing primitives in storage interfaces by @clearloop in #218
- feat(dep): upgrade revm and ban dependabot by @clearloop in #231
- refactor(constructor): storage constructor instead of language feature by @clearloop in #229
- docs(README): update logo and add donation chapter by @clearloop in #232
- feat(zink): introduce storage mapping by @clearloop in #233
Full Changelog: v0.1.10...v0.1.11