Downloads:
745
Downloads of v 2024.10.0:
31
Last Update:
30 Oct 2024
Package Maintainer(s):
Software Author(s):
- TON Foundation
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TON Windows x86-64 artifacts
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
745
Downloads of v 2024.10.0:
31
Maintainer(s):
Software Author(s):
- TON Foundation
TON Windows x86-64 artifacts
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by TON Foundation. The inclusion of TON Foundation trademark(s), if any, upon this webpage is solely to identify TON Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
There are versions of this package awaiting moderation . See the Version History section below.
This package was rejected on 28 Jan 2025. The reviewer chocolatey-ops has listed the following reason(s):
TON is a fully decentralized layer-1 blockchain designed by Telegram to onboard billions of users.
Function Ensure-RemovedFromPath ($PathToRemove,$Scope,$PathVariable)
{
If (!$Scope) {$Scope='Machine'}
If (!$PathVariable) {$PathVariable='PATH'}
$ExistingPathArray = @([Environment]::GetEnvironmentVariable("$PathVariable","$Scope").split(';'))
write-host "Ensuring `"$PathToRemove`" is removed from variable `"$PathVariable`" for scope `"$scope`" "
if (($ExistingPathArray -icontains $PathToRemove) -OR ($ExistingPathArray -icontains "$PathToRemove"))
{
foreach ($path in $ExistingPathArray)
{
If ($Path)
{
If (($path -ine "$PathToRemove") -AND ($path -ine "$PathToRemove\"))
{
[string[]]$Newpath += "$path"
}
}
}
$AssembledNewPath = ($Newpath -join(';')).trimend(';')
[Environment]::SetEnvironmentVariable("$PathVariable",$AssembledNewPath,"$Scope")
}
}
Ensure-RemovedFromPath "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 'User'
Log in or click on link to see number of positives.
- ton.2024.10.0.nupkg (90cbab97a123) - ## / 66
- ton-win-x86-64.zip (d6aa7bcaeef1) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TON Windows x86-64 artifacts 2025.6.0 | 7 | Monday, June 30, 2025 | Ready | |
TON Windows x86-64 artifacts 2025.4.0 | 21 | Wednesday, April 30, 2025 | Approved | |
TON Windows x86-64 artifacts 2025.2.0 | 54 | Saturday, February 8, 2025 | Approved | |
TON Windows x86-64 artifacts 2024.12.0-alpha | 30 | Thursday, December 19, 2024 | Exempted | |
TON Windows x86-64 artifacts 2024.9.0 | 74 | Thursday, September 12, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.8.0 | 44 | Sunday, August 11, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.6.0 | 44 | Wednesday, June 12, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.4.0 | 64 | Wednesday, April 17, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.1.0 | 54 | Monday, January 29, 2024 | Approved | |
TON Windows x86-64 artifacts 2023.11.0 | 44 | Wednesday, January 10, 2024 | Approved | |
TON Windows x86-64 artifacts 2023.10.0 | 54 | Monday, October 23, 2023 | Approved | |
TON Windows x86-64 artifacts 2023.05 | 74 | Saturday, May 27, 2023 | Approved | |
TON Windows x86-64 artifacts 2023.04 | 93 | Friday, May 26, 2023 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about TON Windows x86-64 artifacts and the TON Windows x86-64 artifacts package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TON Windows x86-64 artifacts, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
neodix (maintainer) on 30 Oct 2024 12:28:11 +00:00:
User 'neodix' (maintainer) submitted package.
chocolatey-ops (reviewer) on 30 Oct 2024 13:01:17 +00:00:
ton has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 31 Oct 2024 02:12:29 +00:00:
ton has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/ba7a72c31fd548cffa3dfc4feaf3db3a for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 01 Nov 2024 09:19:24 +00:00:
ton has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has greater than 10 VirusTotal detections associated with it.
This package is now in a waiting state while you review the findings and provide an updated package, or send a message in the package review box on the package page.
neodix (maintainer) on 07 Nov 2024 05:44:13 +00:00:
As it was state previously, these are false positive alerts and the warning about it was posted on the main github page.
https://github.com/ton-blockchain/packages?tab=readme-ov-file#install-via-chocolatey
TheCakeIsNaOH (reviewer) on 24 Dec 2024 17:33:34 +00:00:
Hi, the count of Virustotal positives is over 10 for one or more files in this package version.
Unfortunately, the current moderation guidelines on the scanner is that packages with file(s) that have 10+ positives are not able to be approved or exempted.
Regards, TheCakeIsNaOH
neodix (maintainer) on 24 Dec 2024 17:50:31 +00:00:
Hello,
do you have some guidelines on how to contact AV vendors and report any false positive signals?
I tried to reach two of them, but never got an answer.
To each version of binary file included into artifact here, there is a commit/release tag on github, which is obviously connected to the exact source code version and that can be easily proved by AV or anyone else. The preparation of Chocolatey package is also transparent and open source https://github.com/ton-blockchain/packages/blob/main/.github/workflows/create-choco-packages.yml
TheCakeIsNaOH (reviewer) on 24 Dec 2024 18:07:29 +00:00:
Hi,
I unfortunately don't have much experience with contacting AV vendors.
You may be able to get some more help at the community chat: https://ch0.co/community
Regards, TheCakeIsNaOH
chocolatey-ops (reviewer) on 13 Jan 2025 18:09:56 +00:00:
We've found ton v2024.10.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 28 Jan 2025 18:14:16 +00:00:
Unfortunately there has not been progress to move ton v2024.10.0 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.