1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-15 04:32:21 +00:00
No description
Find a file
2022-10-06 15:13:10 +03:00
.github Func and Fift lib for WASM (#455) 2022-09-14 12:36:01 +03:00
adnl Generate tlo and other changes after merge 2022-10-06 14:15:10 +03:00
blockchain-explorer Add proper declarations for MHD result >=v0.9.71 2021-02-10 23:21:29 +03:00
catchain Update catchain (#432) 2022-08-08 09:31:36 +03:00
CMake initial commit 2019-09-07 14:33:36 +04:00
common bugfixes 2020-04-10 23:06:01 +04:00
create-hardfork Improved neighbor choosing in full-node-shard 2022-08-19 18:24:17 +03:00
crypto Merge branch 'tonproxy-v1' into block-generation 2022-10-06 13:48:09 +03:00
dht pow-testgiver support 2020-07-06 17:07:20 +03:00
dht-server Fix compatibility 2022-08-19 18:24:18 +03:00
doc Update links to global configs (#398) 2022-08-15 18:29:02 +03:00
docker Update link to TON repository in docker build 2022-05-11 14:57:38 +02:00
example bugfixes 2020-04-10 23:06:01 +04:00
fec Check fec type in incoming messages in RLDP 2022-10-03 09:14:50 +03:00
http Minor bugfixes in http 2022-10-05 23:05:23 +03:00
keyring bugfixes 2020-04-10 23:06:01 +04:00
keys Add CollatorNode and make validators request blocks from it 2022-08-19 18:24:15 +03:00
lite-client Merge branch 'testnet' into block-generation 2022-10-06 13:46:25 +03:00
lite-client-docs Update links to global configs (#398) 2022-08-15 18:29:02 +03:00
memprof bugfixes 2020-04-10 23:06:01 +04:00
overlay Generate tlo and other changes after merge 2022-10-06 14:15:10 +03:00
rldp Generate tlo and other changes after merge 2022-10-06 14:15:10 +03:00
rldp-http-proxy Increase maximum size of http request 2022-10-04 18:25:25 +03:00
rldp2 Process adnl query errors 2022-08-19 18:24:15 +03:00
storage Enhance overlay stats output (#386) 2022-06-07 16:24:26 +03:00
tdactor integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
tddb validator large state serialization bugfix + tdlib update for clients 2021-01-07 22:48:04 +03:00
tdfec pow-testgiver support 2020-07-06 17:07:20 +03:00
tdnet pow-testgiver support 2020-07-06 17:07:20 +03:00
tdtl pow-testgiver support 2020-07-06 17:07:20 +03:00
tdutils Merge branch 'testnet' into block-generation 2022-10-06 13:46:25 +03:00
terminal updated pow-miner + small bugfix 2020-07-10 13:46:16 +03:00
test Improved neighbor choosing in full-node-shard 2022-08-19 18:24:17 +03:00
third-party Update crc32c to 1.1.2 2022-06-27 10:24:21 +03:00
tl Tonlib uses partial liteservers 2022-10-06 15:13:10 +03:00
tl-utils integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
ton Fix compatibility 2022-08-19 18:24:18 +03:00
tonlib Tonlib uses partial liteservers 2022-10-06 15:13:10 +03:00
utils Automatically integrates git build information into executables. 2021-02-27 14:34:43 +03:00
validator Merge branch 'testnet' into block-generation 2022-10-06 13:46:25 +03:00
validator-engine Merge branch 'testnet' into block-generation 2022-10-06 13:46:25 +03:00
validator-engine-console Merge branch 'testnet' into block-generation 2022-10-06 13:46:25 +03:00
validator-session Merge branch 'testnet' into block-generation 2022-10-06 13:46:25 +03:00
.clang-format initial commit 2019-09-07 14:33:36 +04:00
.clang_complete initial commit 2019-09-07 14:33:36 +04:00
.gitattributes initial commit 2019-09-07 14:33:36 +04:00
.gitignore Add vscode to gitignore 2022-06-06 23:45:08 +08:00
.gitmodules initial commit 2019-09-07 14:33:36 +04:00
Changelog.md Add acknowledgments to Changelog 2022-08-10 10:14:36 +03:00
CMakeLists.txt Merge pull request #468 from ton-blockchain/master 2022-09-21 17:14:39 +03:00
git.cc.in Automatically integrates git build information into executables. 2021-02-27 14:34:43 +03:00
git.h Automatically integrates git build information into executables. 2021-02-27 14:34:43 +03:00
git_watcher.cmake Automatically integrates git build information into executables. 2021-02-27 14:34:43 +03:00
GPLv2 updated tonlib 2020-02-06 21:56:46 +04:00
LGPLv2 updated liteserver 2020-02-02 16:53:37 +04:00
LICENSE.LGPL initial commit 2019-09-07 14:33:36 +04:00
README.md update README.md badges 2022-08-25 23:36:19 +03:00
run-clang-format.sh initial commit 2019-09-07 14:33:36 +04:00

Stack Overflow Group Telegram Foundation Group Telegram Community Group Twitter Group

TON

Main TON monorepo, which includes the code of the node/validator, lite-client, tonlib, FunC compiler, etc.

Updates flow:

  • master branch - mainnet is running on this stable branch.

    Only emergency updates, urgent updates, or updates that do not affect the main codebase (GitHub workflows / docker images / documentation) are committed directly to this branch.

  • testnet branch - testnet is running on this branch. The branch contains a set of new updates. After testing, the testnet branch is merged into the master branch and then a new set of updates is added to testnet branch.

  • backlog - other branches that are candidates to getting into the testnet branch in the next iteration.

Usually, the response to your pull request will indicate which section it falls into.

"Soft" Pull Request rules

  • Thou shall not merge your own PRs, at least one person should review the PR and merge it (4-eyes rule)
  • Thou shall make sure that workflows are cleanly completed for your PR before considering merge

Workflows responsibility

If a CI workflow fails not because of your changes but workflow issues, try to fix it yourself or contact one of the persons listed below via Telegram messenger:

  • C/C++ CI (ccpp-linux.yml): TBD
  • C/C++ CI Win64 Compile (ccpp-win64.yml): TBD