Add checksums

Signed-off-by: T-Hax <>
This commit is contained in:
T-Hax 2023-05-11 21:25:47 +00:00
parent 35ea8d2d14
commit 408e52c6b7
2 changed files with 13 additions and 1 deletions

View File

@ -11,3 +11,15 @@ You may also read, [a note on testing.](./docs/TESTS.md)
Contributions are welcome, we are here for freedom after all!
See [HISTORY.md](./HISTORY.md) for a development log.
# Package checksums
```
ecfbb8a878d31a163f6569c0aea32221 tornado-sdk-0.0.10-alpha.zip
05be559908957e0f4961121537abc25c tornado-sdk-chain-0.0.9-alpha.zip
bbc6bebfc9a36b022b5236da7791a234 tornado-sdk-core-0.0.10-alpha.zip
3afd4ac753d27d2371623ba94f0c17aa tornado-sdk-crypto-0.0.9-alpha.zip
d250fbc88e1e55b26f26179fa12aacb9 tornado-sdk-data-0.0.9-alpha.zip
8cee3f65925686ea397d2c20f567be1a tornado-sdk-utils-0.0.9-alpha.zip
49cef79f2e800ccaab5ae54f67dad124 tornado-sdk-web-0.0.9-alpha.zip
```

View File

@ -90,7 +90,7 @@
"typechain:test": "typechain --target \"ethers-v5\" --discriminate-types --glob \"./abis/*.json\" --out-dir=\"./test/deth\"",
"typechain:core": "typechain --target \"ethers-v5\" --discriminate-types --glob \"./abis/*.json\" --out-dir=\"./@tornado/sdk-core/src/deth\"",
"typechain:chain": "typechain --target \"ethers-v5\" --discriminate-types --glob \"./abis/*.json\" --out-dir=\"./@tornado/sdk-chain/src/deth\"",
"packall": "mkdir packages && yarn workspaces foreach --no-private pack --out \"../../packages/%s@%v.tgz\""
"packall": "mkdir -p packages && yarn workspaces foreach --no-private pack --out \"../../packages/%s-@%v.zip\" && rename -a '@' '' packages/*"
},
"files": [
"build/lib/**/*",