Skip to content

Commit 30091e3

Browse files
authored
Merge branch 'develop' into docs/stellar-tx-simulation
2 parents 4740cce + 092bafb commit 30091e3

6 files changed

Lines changed: 762 additions & 1 deletion

File tree

contracts/stellar.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ const tx = new TransactionBuilder(account, { fee: "100" })
162162

163163
Name to meta-address mapping. Names are hashed via SHA-256 for storage keys.
164164

165+
> [!NOTE]
166+
> For the complete operations guide, including subdomain delegation and privacy implications, see the [Wraith Names on Stellar](/guides/wraith-names-stellar) guide.
167+
165168
### Interface
166169

167170
```rust

docs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,12 @@
128128
"guides/stellar-multisig-withdrawal",
129129
"guides/stellar-offline-signing",
130130
"guides/stellar-tx-simulation"
131+
"guides/stellar-multisig-withdrawal",
131132
"guides/privacy-best-practices",
132133
"guides/spectre-stellar-cookbook",
133134
"guides/stellar-federation",
134-
"guides/stellar-custom-assets"
135+
"guides/stellar-custom-assets",
136+
"guides/wraith-names-stellar"
135137
]
136138
}
137139
]

guides/privacy-best-practices.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,9 @@ Identical amounts create a fingerprint. Consider varying the amount.
170170
| Vary payment amounts slightly | Prevents amount-based fingerprinting |
171171
| Use different times of day | Avoids timezone-based profiling |
172172
| Consolidate stealth addresses periodically | Reduces on-chain footprint |
173+
174+
## See Also
175+
176+
- [Stellar Multisig Stealth Withdrawals](/guides/stellar-multisig-withdrawal) — additional coordination and recovery considerations for multisig source accounts
173177
- [Stellar Offline Transaction Signing](/guides/stellar-offline-signing) — keep stealth spending keys fully air-gapped using the offline signing workflow
174178
- [Stellar Transaction Simulation](/guides/stellar-tx-simulation) — decode contract errors before fees are spent or signatures collected

0 commit comments

Comments
 (0)