Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

Add top level marks that decorate whole `impl` sections #3

Closed mfornet closed 10 months ago

mfornet commented 1 year ago

Right now #[pause] and #[only] can only be used at the level function. In some implementations, different impl sections are grouped with different access requirements but similar for every function in the same impl. For those cases, it makes sense to have current markers to work at a top level.

vzctl commented 10 months ago

Closing this issue as non-relevant anymore. Please re-open if needed /cc @birchmd @mooori

mooori commented 10 months ago

Just for reference: The motivation for closing it is given in the conversation of #109 (which was a copy of this issue here).