Downloads:
472
Downloads of v 2024.10.0:
22
Last Update:
30 Oct 2024
Published Date:
30 Oct 2024
Package Maintainer(s):
Software Author(s):
- TON Foundation
Tags:
ton blockchain- 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
(Maintainer responded, waiting for review/Maintainer update)
- 1
- 2
- 3
2024.10.0 | Updated: 30 Oct 2024
- 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:
472
Downloads of v 2024.10.0:
22
Published:
30 Oct 2024
Maintainer(s):
Software Author(s):
- TON Foundation
TON Windows x86-64 artifacts 2024.10.0
(Maintainer responded, waiting for review/Maintainer update)
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
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
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 2024.12.0-alpha | 6 | Thursday, December 19, 2024 | Exempted | |
TON Windows x86-64 artifacts 2024.10.0 | 22 | Wednesday, October 30, 2024 |
Responded
|
|
TON Windows x86-64 artifacts 2024.9.0 | 53 | Thursday, September 12, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.8.0 | 28 | Sunday, August 11, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.6.0 | 30 | Wednesday, June 12, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.4.0 | 46 | Wednesday, April 17, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.1.0 | 39 | Monday, January 29, 2024 | Approved | |
TON Windows x86-64 artifacts 2023.11.0 | 33 | Wednesday, January 10, 2024 | Approved | |
TON Windows x86-64 artifacts 2023.10.0 | 43 | Monday, October 23, 2023 | Approved | |
TON Windows x86-64 artifacts 2023.05 | 57 | Saturday, May 27, 2023 | Approved | |
TON Windows x86-64 artifacts 2023.04 | 75 | 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