-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tun #1666
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
Open
xssnick
wants to merge
633
commits into
ton-blockchain:testnet-tunnel
Choose a base branch
from
xssnick:tun
base: testnet-tunnel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Tun #1666
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tolk v0.12: structures, generics, and methods
…hard blocks without signatures (ton-blockchain#1642)
* Remove AdnlStaticNodesManager * Remove AdnlPeer --------- Co-authored-by: EmelyanenkoK <[email protected]>
…n#1690) * Bugfix in AccountStorageStat::remove_cell * Fix returning null as c4/c5 in RUNVM
* Remove commented out directives from top-level CMakeLists * Use add_compiler_options instead of some weird helper in CMake * Suppress CMake policy version warning from Abseil We really should update it. * Suppress existing warnings This is not particularly precise as I disabled warnings on file level (and warning suppression mappings allow specifying function scope) but is good enough to add -Werror CI job in next commit. * Add -Werror CI job
… and setting environment=node (ton-blockchain#1850) Co-authored-by: EmelyanenkoK <[email protected]>
…1849) * [vm] Add new opcodes to store and load `addr_std$10` LDSTDADDR — loads a MessageInt address or fail LDSTDADDRQ — quirly loads a MessageInt address LDOPTSTDADDR — loads a Maybe MessageInt address or fail LDOPTSTDADDRQ — quitly loads a Maybe MessageInt address STSTDADDR — stores a MessageInt address or fail STSTDADDRQ — quetly stores a MessageInt address STOPTSTDADDR — stores a Maybe MessageInt address or fail STOPTSTDADDRQ — quetly stores a Maybe MessageInt address * add description for STSTDADDR error * add check that address is fully valid * add require_version for the new opcodes * correct LDOPTSTDADDR(Q) behaviour * correct STOPTSTDADDR(Q) behaviour * run test-fift with --regression * add description to GlobalVersions.md * remove old +1 * fix stack description * fix `is_valid_std_msg_addr` * add `have_refs(0)` check to is_valid_std_msg_addr * check exact length and refs_length in is_valid_std_msg_addr * simplify fallback in is_valid_std_msg_addr * use push_bool, add check for refs
* Add timeout to default failure signal handler * Put init_alarm_signal under "if posix"
* Require OpenSSL from top-level CMakeLists
* Automatically generate TLO files for TL schemas
* Remove useless directory include in tddb target
* Do not compile some validator sources 3 times
Instead, put them into an object library and use it in 3 different
validator targets.
* Do not make ninja regenerate smartcont/provider-code.h on every run
OUTPUT parameter is relative to the current binary directory by default,
so we need to explicitly use ${CMAKE_CURRENT_SOURCE_DIR}.
* Run CI in forks as well
I faced some unexpected backlash from other developers because of
disabling it in ton-blockchain#1844.
…rification (mode&4) (ton-blockchain#1857) Co-authored-by: EmelyanenkoK <[email protected]>
* upgrade abseil to August 2025, Patch 1 * Add a new argument to validator-engine that helps to speed up the initial node sync. * correct wording
…n#1859) * upgrade abseil to August 2025, Patch 1 * upgrade abseil to August 2025, Patch 1
These were needed because our abseil version was too old.
…k-patch Debug logs for applying blocks, optimize BlockArchiver
Double FD limit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.