Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly fixes and minor updates #968

Merged
merged 4 commits into from
Feb 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/v3/concepts/qa-outsource/auditors.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Button from '@site/src/components/button'

# Security Assurance Providers (SAP)
# Security assurance providers

:::info
Test your software with the following quality assurance providers.
Expand All @@ -20,5 +20,5 @@ Find more TON Ecosystem auditors on [ton.app/audit](https://ton.app/audit).

## See Also
* [TON Ecosystem Auditors](https://ton.app/audit)
* [Outsource Development](/v3/concepts/qa-outsource/outsource)
* [TON Jobs](https://jobs.ton.org/jobs)
* [TON Talents](https://ton.org/en/talents)
14 changes: 10 additions & 4 deletions docs/v3/concepts/qa-outsource/outsource.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import Button from '@site/src/components/button'

# Outsource Development

## Outsource Teams List

# Outsource development

:::danger
This page is outdated and will be deleted soon. Please, learn ecosystem developers on the [ton.org/en/talents](https://ton.org/en/talents).
:::

## Outsource teams list

Discover 3rd party development teams for your TON project

Expand Down Expand Up @@ -169,5 +175,5 @@ Request with PR



## See Also
* [Security Assurance Providers](/v3/concepts/qa-outsource/auditors)
## See also
* [Security Assurance Providers](/v3/concepts/qa-outsource/auditors/)
4 changes: 3 additions & 1 deletion docs/v3/contribute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ This documentation is written in English. Please refer to [localization program]

## Description

Please provide a brief description of the changes introduced in this pull request. Include any relevant issue numbers or links.
Brief description of the changes introduced in this pull request. Include any relevant issue numbers or links.

Closes [link to issue].

## Checklist

Expand Down
34 changes: 17 additions & 17 deletions docs/v3/contribute/content-standardization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,23 @@ Read more about [smart contracts](/v3/documentation/smart-contracts/overview/)
Read more about [smart contracts](/v3/documentation/smart-contracts/overview)
```

### Article authors

When citing articles by a specific author or organization, use the article's name as a link, followed by a dash and the author's name italicized.


#### Correct description:
```md
- [How to shard your TON smart contract and why](https://blog.ton.org/how-to-shard-your-ton-smart-contract-and-why-studying-the-anatomy-of-tons-jettons) — _Tal Kol_
- [TON Teleport BTC Whitepaper](https://tgbtc.gitbook.io/docs/whitepaper/abstract) – _RSquad Blockchain Lab_
```

#### Incorrect description:
```md
- [How to shard your TON smart contract and why](https://blog.ton.org/how-to-shard-your-ton-smart-contract-and-why-studying-the-anatomy-of-tons-jettons)
- [TON Teleport BTC Whitepaper](https://tgbtc.gitbook.io/docs/whitepaper/abstract) by RSquad Blockchain Lab
```

### See also links section

Include related resources on your page in an H2 section titled `## See also`.
Expand Down Expand Up @@ -436,23 +453,6 @@ When using the abbreviated form of zero-knowledge rollup you should shorten zero
- zK rollup
- zk rollup

### Article authors

When citing articles by a specific author or organization, use the article's name as a link, followed by a dash and the author's name italicized.


#### Correct description:
```md
- [How to shard your TON smart contract and why](https://blog.ton.org/how-to-shard-your-ton-smart-contract-and-why-studying-the-anatomy-of-tons-jettons) — _Tal Kol_
- [TON Teleport BTC Whitepaper](https://tgbtc.gitbook.io/docs/whitepaper/abstract) – _RSquad Blockchain Lab_
```

#### Incorrect description:
```md
- [How to shard your TON smart contract and why](https://blog.ton.org/how-to-shard-your-ton-smart-contract-and-why-studying-the-anatomy-of-tons-jettons)
- [TON Teleport BTC Whitepaper](https://tgbtc.gitbook.io/docs/whitepaper/abstract) by RSquad Blockchain Lab
```

## See also
- [How to contribute](/v3/contribute/)
- [Content standardization](/v3/contribute/content-standardization/)
Expand Down
3 changes: 2 additions & 1 deletion docs/v3/guidelines/ton-connect/frameworks/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ const tonConnectUI = new TonConnectUI({ //connect application
});

const transaction = {
messages: [
validUntil: Math.floor(Date.now() / 1000) + 60, // 60 sec
messages: [
{
address: "EQABa48hjKzg09hN_HjxOic7r8T1PleIy1dRd8NvZ3922MP0", // destination address
amount: "20000000" //Toncoin in nanotons
Expand Down
Loading