bc9412b5da
- Add buildBurnTransaction() and createBurnTransaction() - destination_asset_type = "BURN" for burned coins - 9 unit tests + integration test for BURN transactions - Remove hardcoded test mnemonics (use env vars) - Add pre-commit hook to detect potential secrets - Add testnet testing plan (test/TESTNET_PLAN.md) - Update .gitignore for secret files
18 lines
164 B
Plaintext
18 lines
164 B
Plaintext
bun.lock
|
|
node_modules/
|
|
build/
|
|
TODO
|
|
|
|
# Secrets - NEVER commit these
|
|
.env
|
|
.env.*
|
|
*.env
|
|
secrets/
|
|
*.key
|
|
*.pem
|
|
wallet.json
|
|
wallet-*.json
|
|
*-wallet.json
|
|
*.seed
|
|
*.mnemonic
|