Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: verify full source code #114

Open
sept-en opened this issue May 20, 2022 · 0 comments
Open

CI: verify full source code #114

sept-en opened this issue May 20, 2022 · 0 comments
Assignees
Labels
dependencies enhancement New feature or request

Comments

@sept-en
Copy link
Contributor

sept-en commented May 20, 2022

Our bridge contracts use some dependencies (i.e. near-sdk-rs) which provide some useful tools like macros, attributes, etc. Some of these dependencies may be occasionally updated to the other version. In order, to ensure there's no breaking stuff happening, we should be also tracking the expanded version (e.g. using cargo expand) to ensure the security and compatibility of the contracts (nothing suspicious is added, and no data migration is implicitly required, etc).

@sept-en sept-en added enhancement New feature or request dependencies labels May 20, 2022
@sept-en sept-en self-assigned this May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant