-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE/update kubo 0.29.0 (#100)
* fix: error tests Signed-off-by: D4ryl00 <[email protected]> * chore: update kubo v0.29.0 Signed-off-by: D4ryl00 <[email protected]> * BREAKING CHANGE: use protoc plugin + remove custom names Signed-off-by: D4ryl00 <[email protected]> * chore: remove gogo Signed-off-by: D4ryl00 <[email protected]> * chore: use libp2 mocknet Signed-off-by: D4ryl00 <[email protected]> * chore: reintegrate local copy of ggio Signed-off-by: D4ryl00 <[email protected]> * fix: use quic-v1 which is used by default instead of quic Signed-off-by: D4ryl00 <[email protected]> * fix: test group field instead of group struct which differs after unmarshalling Signed-off-by: D4ryl00 <[email protected]> * fix: remove extra ouput in tests Signed-off-by: D4ryl00 <[email protected]> * fix: add local version of ggio Signed-off-by: D4ryl00 <[email protected]> * fix: remove EOF in read test error Signed-off-by: D4ryl00 <[email protected]> * fix: in mocknet, add peer in peerstore and mocknet Signed-off-by: D4ryl00 <[email protected]> * chore: use latest go-libp2p-rendezvous + fix lint in protoio Signed-off-by: D4ryl00 <[email protected]> * fix: golangci-lint errors Signed-off-by: D4ryl00 <[email protected]> * chore: update buf version Signed-off-by: D4ryl00 <[email protected]> * chore: update buf to 1.39.0 and update buf.yaml file Signed-off-by: D4ryl00 <[email protected]> * chore: update buf to 1.39.0 and update buf.yaml file Signed-off-by: D4ryl00 <[email protected]> * chore: use os.Stat in LogfileList Signed-off-by: D4ryl00 <[email protected]> * fix: reverte unwanted changes Signed-off-by: D4ryl00 <[email protected]> * fix: convert topic into UTF-8 compatible Signed-off-by: D4ryl00 <[email protected]> --------- Signed-off-by: D4ryl00 <[email protected]>
- Loading branch information
Showing
153 changed files
with
16,074 additions
and
44,619 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup asdf | ||
uses: asdf-vm/actions/setup@v1 | ||
|
@@ -77,7 +77,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
restore-keys: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}- | ||
|
||
- name: Avoid triggering make generate | ||
|
@@ -127,7 +127,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
restore-keys: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}- | ||
|
||
- name: Check go.mod and go.sum | ||
|
@@ -191,7 +191,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
restore-keys: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}- | ||
|
||
- name: Check go.mod and go.sum | ||
|
@@ -235,7 +235,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
key: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}-${{ hashFiles('**/go.sum') }} | ||
restore-keys: ${{ runner.os }}-go-${{ env.go_version }}-${{ env.json_cache-versions_go }}- | ||
|
||
- name: Check go.mod and go.sum | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.