Skip to content

Commit f430fd3

Browse files
author
Your Name
committed
review
1 parent 3a4f507 commit f430fd3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
"standard/wallets/how-it-works",
256256
"standard/wallets/mnemonics",
257257
"standard/wallets/comparison",
258+
"standard/wallets/performance",
258259
"standard/wallets/interact",
259260
"standard/wallets/history",
260261
"standard/wallets/v4",

standard/wallets/comparison.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ This article will cover the differences between these wallets and identify the b
2323
<sup>1</sup> Seqno means "sequential number" - a persistent unsigned integer variable, which is incremented by 1 for each valid transaction submission. Also, sometimes it's called "nonce". It is a common way to implement replay protection.<br />
2424
<sup>2</sup> "Gasless" is the kind of a transaction that doesn't require native currency to pay network fees.
2525

26+
There is also a separate gas and performance [comparison](/standard/wallets/performance-benchmark).
27+
2628
## Use cases
2729

2830
### Retail users
@@ -103,5 +105,3 @@ Highload wallets are engineered explicitly for maximum throughput and cost effic
103105
Read more:
104106

105107
- [Highload wallet implementation](/standard/wallets/highload)
106-
107-
## [Performance benchmark](/standard/wallets/performance-benchmark)

standard/wallets/performance-benchmark.mdx renamed to standard/wallets/performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The benchmarks measure the gas consumed by the wallet contract itself, including
1616
<Aside
1717
type="danger"
1818
>
19-
Preprocessed Wallet V2 is shown in separate tables because it is a community implementation and not an official TON standard. Users assume all risks when using this wallet implementation. Always verify the contract code and understand the security implications before use.
19+
Preprocessed Wallet V2 is shown separately because it is a community implementation and not an official TON standard. Users assume all risks when using this wallet implementation. Always verify the contract code and understand the security implications before use.
2020
</Aside>
2121

2222
### Sending TONs

0 commit comments

Comments
 (0)