Fix/contract improvements (#75)

This commit is contained in:
nicoshark
2025-02-12 23:57:55 +09:00
committed by GitHub
parent 3eb2ecde0d
commit 762708d326
29 changed files with 613 additions and 74 deletions

View File

@@ -33,8 +33,9 @@
"test:coverage:local": "TEST_ENV=local npx hardhat coverage",
"test:disclose:local": "TEST_ENV=local npx hardhat test test/integration/vcAndDisclose.test.ts",
"test:endtoend:local": "TEST_ENV=local npx hardhat test test/Integration/endToEnd.test.ts",
"test:verifyall:local": "TEST_ENV=local npx hardhat test test/integration/verifyAll.test.ts",
"test:example:local": "TEST_ENV=local npx hardhat test test/example/*",
"test:formatter:local": "TEST_ENV=local npx hardhat test test/unit/Formatter.test.ts",
"test:formatter:local": "TEST_ENV=local npx hardhat test test/unit/formatter.test.ts",
"test:hub:local": "TEST_ENV=local npx hardhat test test/unit/IdentityVerificationHub.test.ts",
"test:integration:local": "TEST_ENV=local npx hardhat test test/integration/*",
"test:local": "TEST_ENV=local npx hardhat test",