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

docs(Upgradable): remove confusing statement #97

Closed mooori closed 1 year ago

mooori commented 1 year ago

Using the Upgradable plugin makes sense when there are no other ways to deploy code. Under that assumption stale staged code is equal to deployed code and the statement removed in this PR is confusing.

With this change the section # Stale staged code in the module documentation becomes very short. Still I think it makes sense to keep it there, to highlight the importance of handling stale staged code.