Skip to content

TLMSLLC/highload-wallet-contract-v3-1a770433

 
 

Repository files navigation

highload-wallet-contract-v3

⚠️ timeout must be greater then 0. We recommend using a timeout from 1 hour to 24 hours.

⚠️ This highload-wallet has a limit of 8380415 messages per timeout. If you fill the dictionary completely during the timeout, you will have to wait for the timeout before the dictionary is freed.

⚠️ Use an 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

Security Scanning

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.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.7%
  • Shell 2.3%