vault / yggdrasil-go / v0.5.11
yggdrasil-go @ v0.5.11
integrity
- size
- 157.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yggdrasil-network/yggdrasil-go
release notes
Added
- Support for
unveilandpledgeon OpenBSD
Changed
- The parent selection algorithm now only chooses a new parent if there is a larger cost benefit to doing so, which should help to stabilise the tree
- The bloom filters are now repropagated periodically, to avoid nodes getting stuck with bad state
Fixed
- A memory leak caused by missed cleanup of the peer response map has been fixed
- Other bug fixes with bloom filter propagation for off-tree filters and zero vs one bits
- TLS-based peering connections now support TLS 1.2 again
download
unix · zip
curl -fL -o v0.5.11.zip https://ratatoskr.space/pkg/yggdrasil-go/v0.5.11.zip
printf '%s %s\n' '03aa197d4c9676cd505405e7f6886084c2a665b3c83277838e3d3c69171519d8' 'v0.5.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.11.zip"
$out = "v0.5.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "03aa197d4c9676cd505405e7f6886084c2a665b3c83277838e3d3c69171519d8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.5.11.tar.gz https://ratatoskr.space/pkg/yggdrasil-go/v0.5.11.tar.gz
printf '%s %s\n' '3197c2c56ef4d1aabbe41656a3cc08da9402dbd514042b47b772c06e7afcbe56' 'v0.5.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.11.tar.gz"
$out = "v0.5.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3197c2c56ef4d1aabbe41656a3cc08da9402dbd514042b47b772c06e7afcbe56") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.5.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.11.zip
printf '%s %s\n' '03aa197d4c9676cd505405e7f6886084c2a665b3c83277838e3d3c69171519d8' 'v0.5.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.11.zip"
$out = "v0.5.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "03aa197d4c9676cd505405e7f6886084c2a665b3c83277838e3d3c69171519d8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.5.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.11.tar.gz
printf '%s %s\n' '3197c2c56ef4d1aabbe41656a3cc08da9402dbd514042b47b772c06e7afcbe56' 'v0.5.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.11.tar.gz"
$out = "v0.5.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3197c2c56ef4d1aabbe41656a3cc08da9402dbd514042b47b772c06e7afcbe56") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.5.11.zip | zip | 155.0 KiB |
blake3-24 4570a6e444328a95c17f4b009fbac5274d0282635220997d
sha256 03aa197d4c9676cd505405e7f6886084c2a665b3c83277838e3d3c69171519d8
sha1 7a4b5946c13620093d674b6a33b55de4a54ca338
|
| v0.5.11.tar.gz | tar.gz | 107.8 KiB |
blake3-24 825ccf6049e284d1796d41318446670ea97041356b6ff39b
sha256 3197c2c56ef4d1aabbe41656a3cc08da9402dbd514042b47b772c06e7afcbe56
sha1 db3ea4ed7812b9a3743d1f680e425677d4906000
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v0.5.11.zip | zip | 157.8 KiB |
blake3-24 c5d24b2c0a1c5aa5fa8b520745532835ff3bd6c87bdbe109
sha256 a52110ffe33fe831a062d3c15ee5a75751900c7f72b4ac81f49e2b999e1450cb
sha1 d2757ee4dc40238d214886e7c1f0247cd839609f
|
install
bazel
http_archive(
name = "yggdrasil-go",
urls = ["https://ratatoskr.space/pkg/yggdrasil-go/v0.5.11.tar.gz"],
integrity = "sha256-MZfCxW700aq75BZWo8wI2pQC29UUBCtHt3LAbnr8vlY=",
strip_prefix = "yggdrasil-go-v0.5.11",
)
zig
.url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.11.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/yggdrasil-go@v0.5.11
install via yggdrasil mesh
bazel
http_archive(
name = "yggdrasil-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.11.tar.gz"],
integrity = "sha256-MZfCxW700aq75BZWo8wI2pQC29UUBCtHt3LAbnr8vlY=",
strip_prefix = "yggdrasil-go-v0.5.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.11.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go@v0.5.11