Skip to content

Commit 66c3882

Browse files
committed
fix: use POST for runGetMethod seqno query, update validation report with passing results
1 parent 3a173b3 commit 66c3882

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# wasm-ton Scratch Validation
2+
3+
**Wallet:** EQADv83lwmUUwZJgVPPliEt_F04Gn7EH1JX_5aoaGItA45AP
4+
**Testnet:** TON Testnet
5+
**Date:** 2026-03-25
6+
**Seed:** 0xfaceb00c (deterministic, testnet only)
7+
8+
## Results
9+
10+
| Intent | Status | TxID | Explorer |
11+
|--------|--------|------|----------|
12+
| payment | pass | `vT6gjV7_PH6WIEpnH34Mhkbc31tFZUGOn4_mARnVVIQ=` | https://testnet.tonscan.org/tx/vT6gjV7_PH6WIEpnH34Mhkbc31tFZUGOn4_mARnVVIQ= |
13+
| delegate (MULTI_NOMINATOR) | pass | `FoB3evMYWAcQHRP8L6WThu9qy3UEHiiqve4V5aLKM24=` | https://testnet.tonscan.org/tx/FoB3evMYWAcQHRP8L6WThu9qy3UEHiiqve4V5aLKM24= |
14+
15+
## Parse Round-trip
16+
17+
| Intent | Build → Parse | Fields Verified |
18+
|--------|--------------|-----------------|
19+
| payment | pass | sender, recipient, amount (100000000), bounceable=false, transactionType=Send |
20+
| delegate | pass | sender, recipient, amount (500000000), bounceable=true, transactionType=TonWhalesDeposit |
21+
22+
## Notes
23+
24+
- seqno=0 payment also deployed the wallet contract (state_init included automatically). Wallet went `uninitialized``active`.
25+
- `runGetMethod` (seqno query) requires POST — fixed in scratch script.
26+
- `TonStakingType` was only exported as a type, not as a value — fixed in `js/index.ts`.

0 commit comments

Comments
 (0)