Open
Description
- Implement new trait definition codegen 🚀 use-ink/ink#665 - Improved the
trait_definition
macro. Now it supports ink! attributes and they can't be overwritten. Introduced a new API to do cross-contract calls. - Shared external event definitions use-ink/ink#809 - allows define events outside of contract implementation and also will help to resolve Event's identifiers are based on the naming of the storage structure #2
- Add ability to evaluate selector during generation of contract from selector's name use-ink/ink#806 - will simplify cross calling and selector evaluation
- Support modifiers defined by user use-ink/ink#807 - will introduce modifiers to ink!
- Add additional methods to wrapper around the account of contract use-ink/ink#808 - will simplify the call of another contract in cases when failed call also is a good scenario.