Skip to content

Commit

Permalink
Yggdrasil 0.5 RC1 (merge future into develop)
Browse files Browse the repository at this point in the history
Merge `future` into `develop`
  • Loading branch information
neilalexander authored Oct 15, 2023
2 parents c8b9aae + 88b773c commit e110dd4
Show file tree
Hide file tree
Showing 53 changed files with 2,385 additions and 1,838 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.17", "1.18", "1.19", "1.20"]
goversion: ["1.20", "1.21"]

name: Build & Test (Linux, Go ${{ matrix.goversion }})
needs: [lint]
Expand All @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.17", "1.18", "1.19", "1.20"]
goversion: ["1.20", "1.21"]

name: Build & Test (Windows, Go ${{ matrix.goversion }})
needs: [lint]
Expand All @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.17", "1.18", "1.19", "1.20"]
goversion: ["1.20", "1.21"]

name: Build & Test (macOS, Go ${{ matrix.goversion }})
needs: [lint]
Expand Down
753 changes: 393 additions & 360 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions cmd/genkeys/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
This file generates crypto keys.
It prints out a new set of keys each time if finds a "better" one.
By default, "better" means a higher NodeID (-> higher IP address).
Expand All @@ -8,7 +7,6 @@ This is because the IP address format can compress leading 1s in the address, to
If run with the "-sig" flag, it generates signing keys instead.
A "better" signing key means one with a higher TreeID.
This only matters if it's high enough to make you the root of the tree.
*/
package main

Expand Down
Loading

0 comments on commit e110dd4

Please sign in to comment.