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

CI: verify the macros expansion #36

Open sept-en opened 1 year ago

sept-en commented 1 year ago

As plugins are expected to be utilized by smart contracts for vital purposes (ownership, upgradability, ACL, etc.), it's mandatory to ensure the validity of possible near-plugins updates. While the target smart contract repository may have its own rules to ensure this, we may have our ways to verify the regression and absence of the introduction of something unexpected. This is achievable to

To achieve this, we need to add additional verification on examples' contracts. Required steps:

When this is added, this will add also have the following positive effects: