Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: rename topos-network to topos-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjiszs authored and atanmarko committed Jul 19, 2023
1 parent 5e383e0 commit 8b17409
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
* @topos-network/protocol
* @topos-protocol/protocol

# Github Actions

/.github/workflows/ @topos-network/protocol @topos-network/tools
/.github/workflows/ @topos-protocol/protocol @topos-protocol/tools

# Docker

/docker @topos-network/protocol @topos-network/tools
/docker @topos-protocol/protocol @topos-protocol/tools
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--rm-dist --skip-validate
env:
PACKAGE_NAME: github.com/topos-network/polygon-edge
PACKAGE_NAME: github.com/topos-protocol/polygon-edge
GOLANG_CROSS_VERSION: v1.18.3
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.prepare.outputs.tag_name }}
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ builds:
env:
- CC=o64-clang
- CXX=o64-clang++
ldflags: -s -w -X 'github.com/topos-network/polygon-edge/versioning.Version=v{{ .Version }}'
ldflags: -s -w -X 'github.com/topos-protocol/polygon-edge/versioning.Version=v{{ .Version }}'

- id: darwin-arm64
main: ./main.go
Expand All @@ -28,7 +28,7 @@ builds:
env:
- CC=oa64-clang
- CXX=oa64-clang++
ldflags: -s -w -X 'github.com/topos-network/polygon-edge/versioning.Version=v{{ .Version }}'
ldflags: -s -w -X 'github.com/topos-protocol/polygon-edge/versioning.Version=v{{ .Version }}'

- id: linux-amd64
main: ./main.go
Expand All @@ -42,7 +42,7 @@ builds:
- CXX=g++
ldflags:
# We need to build a static binary because we are building in a glibc based system and running in a musl container
-s -w -linkmode external -extldflags "-static" -X 'github.com/topos-network/polygon-edge/versioning.Version=v{{ .Version }}'
-s -w -linkmode external -extldflags "-static" -X 'github.com/topos-protocol/polygon-edge/versioning.Version=v{{ .Version }}'
tags:
- netgo
- osusergo
Expand All @@ -59,7 +59,7 @@ builds:
- CXX=aarch64-linux-gnu-g++
ldflags:
# We need to build a static binary because we are building in a glibc based system and running in a musl container
-s -w -linkmode external -extldflags "-static" -X 'github.com/topos-network/polygon-edge/versioning.Version=v{{ .Version }}'
-s -w -linkmode external -extldflags "-static" -X 'github.com/topos-protocol/polygon-edge/versioning.Version=v{{ .Version }}'
tags:
- netgo
- osusergo
Expand Down
4 changes: 2 additions & 2 deletions consensus/ibft/frost/frost_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package frost

import (
"github.com/0xPolygon/go-ibft/core"
"github.com/topos-network/go-topos-sequencer-client/frostclient"
protofrost "github.com/topos-network/go-topos-sequencer-client/frostclient/proto"
"github.com/topos-protocol/go-topos-sequencer-client/frostclient"
protofrost "github.com/topos-protocol/go-topos-sequencer-client/frostclient/proto"
)

type FrostTransport interface {
Expand Down
2 changes: 1 addition & 1 deletion consensus/ibft/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/0xPolygon/polygon-edge/network"
"github.com/0xPolygon/polygon-edge/types"
"github.com/libp2p/go-libp2p/core/peer"
protofrost "github.com/topos-network/go-topos-sequencer-client/frostclient/proto"
protofrost "github.com/topos-protocol/go-topos-sequencer-client/frostclient/proto"
)

type transport interface {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/tinylib/msgp v1.1.2 // indirect
github.com/topos-network/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6 // indirect
github.com/topos-protocol/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.37.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
github.com/tinylib/msgp v1.1.2 h1:gWmO7n0Ys2RBEb7GPYB9Ujq8Mk5p2U08lRnmMcGy6BQ=
github.com/tinylib/msgp v1.1.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
github.com/topos-network/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6 h1:5X7SeZwCTJYnmeIod+WakLgRPSb+2gV7EQbbEzTu4f0=
github.com/topos-network/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6/go.mod h1:ScY+JV9rsoGqA3a3dTERdnWHgMUlcxKtAI37X/7rB+M=
github.com/topos-protocol/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6 h1:5X7SeZwCTJYnmeIod+WakLgRPSb+2gV7EQbbEzTu4f0=
github.com/topos-protocol/go-topos-sequencer-client v0.0.0-20230322084800-1e8efcf8a2b6/go.mod h1:ScY+JV9rsoGqA3a3dTERdnWHgMUlcxKtAI37X/7rB+M=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/tyler-smith/go-bip39 v1.1.0 h1:5eUemwrMargf3BSLRRCalXT93Ns6pQJIjYQN2nyfOP8=
github.com/tyler-smith/go-bip39 v1.1.0/go.mod h1:gUYDtqQw1JS3ZJ8UWVcGTGqqr6YIN3CWg+kkNaLt55U=
Expand Down

0 comments on commit 8b17409

Please sign in to comment.