-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contracts Changelog-entry: Update contracts to 1adfd1c331b3464969cc09a5c7cc3583ef1fe3de
- Loading branch information
1 parent
b187d03
commit fff230b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule contracts
updated
16 files
+0 −7 | .eslintrc.yml | |
+1 −0 | .husky/pre-commit | |
+5 −0 | .lintstagedrc | |
+1 −0 | .npmrc | |
+8 −0 | .prettierrc.js | |
+21 −0 | .versionbot/CHANGELOG.yml | |
+6 −0 | CHANGELOG.md | |
+0 −6 | contracts/sw.os-image/balenaos/contract.json | |
+1 −2 | contracts/sw.os/balenaos/contract.json | |
+0 −4 | contracts/sw.os/resinos/contract.json | |
+19 −9 | package.json | |
+0 −34 | scripts/check-contracts.js | |
+0 −43 | scripts/utils.js | |
+8 −0 | tests/chai.ts | |
+162 −0 | tests/contracts.spec.ts | |
+18 −0 | tsconfig.json |