timeout must be greater then 0. We recommend using a timeout from 1 hour to 24 hours.
subwallet_id different from the subwallet_id's of other contracts (regular wallets or vesting wallets). We recommend using 0x10ad as subwallet_id.
query_id is a composite ID consisting of a shift ([0 .. 8191]) and a bitnumber ([0 .. 1022]). Use HighloadQueryId.ts wrapper.
npm install
Build:
npm run build
Test:
npm run test
Useful examples can be found below:
Author: Andrew Gutarev
A manual security scanning workflow is available under .github/workflows/security-scan.yml. This workflow is triggered manually via workflow_dispatch only and does not run automatically on push or PR events.
Additionally, a helper script scan-repo.sh is provided for local triage from a clean environment or mirror clone.