Skip to content

Commit

Permalink
migrate to lightlabs-dev namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Sep 19, 2024
1 parent 6fc44a2 commit f48a40b
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: prysm

release:
github:
owner: reecepbcups
owner: lightlabs-dev
name: prysm
name_template: '{{.Tag}}'

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SIMAPP = ./app

# for dockerized protobuf tools
DOCKER := $(shell which docker)
HTTPS_GIT := github.com/reecepbcups/prysm.git
HTTPS_GIT := github.com/lightlabs-dev/prysm.git

export GO111MODULE = on

Expand Down
2 changes: 1 addition & 1 deletion app/decorators/msg_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
"github.com/stretchr/testify/suite"

"github.com/reecepbcups/prysm/app/decorators"
"github.com/lightlabs-dev/prysm/app/decorators"
)

type AnteTestSuite struct {
Expand Down
2 changes: 1 addition & 1 deletion app/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"

wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
"github.com/reecepbcups/prysm/app/params"
"github.com/lightlabs-dev/prysm/app/params"
)

// MakeEncodingConfig creates a new EncodingConfig with all modules registered. For testing only
Expand Down
4 changes: 2 additions & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

upgradetypes "cosmossdk.io/x/upgrade/types"

"github.com/reecepbcups/prysm/app/upgrades"
"github.com/reecepbcups/prysm/app/upgrades/noop"
"github.com/lightlabs-dev/prysm/app/upgrades"
"github.com/lightlabs-dev/prysm/app/upgrades/noop"
)

// Upgrades list of chain upgrades
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/noop/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/cosmos/cosmos-sdk/types/module"

"github.com/reecepbcups/prysm/app/upgrades"
"github.com/lightlabs-dev/prysm/app/upgrades"
)

// NewUpgrade constructor
Expand Down
4 changes: 2 additions & 2 deletions chain_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"max_supply": "1000000000000000000"
},
"project": {
"github": "github.com/reecepbcups/prysm",
"github": "github.com/lightlabs-dev/prysm",
"target_launch_date": "2024-09-11T00:16:00Z",
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",
"website": "https://example.com",
Expand All @@ -23,4 +23,4 @@
"discord": ""
}
}
}
}
4 changes: 2 additions & 2 deletions chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"codebase": {
"git_repo": "https://github.com/reecepbcups/prysm",
"git_repo": "https://github.com/lightlabs-dev/prysm",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v0.9.0"
Expand All @@ -54,7 +54,7 @@
],
"genesis": {
"name": "v1",
"genesis_url": "https://github.com/reecepbcups/prysm/networks/raw/main/genesis.json"
"genesis_url": "https://github.com/lightlabs-dev/prysm/networks/raw/main/genesis.json"
},
"versions": [
{
Expand Down
2 changes: 1 addition & 1 deletion cmd/prysmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

cmtcfg "github.com/cometbft/cometbft/config"
dbm "github.com/cosmos/cosmos-db"
"github.com/lightlabs-dev/prysm/app"
"github.com/prometheus/client_golang/prometheus"
"github.com/reecepbcups/prysm/app"
"github.com/spf13/cast"
"github.com/spf13/cobra"
"github.com/spf13/viper"
Expand Down
2 changes: 1 addition & 1 deletion cmd/prysmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"cosmossdk.io/log"

svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
"github.com/reecepbcups/prysm/app"
"github.com/lightlabs-dev/prysm/app"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions cmd/prysmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (

wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
"github.com/reecepbcups/prysm/app"
"github.com/reecepbcups/prysm/app/params"
"github.com/lightlabs-dev/prysm/app"
"github.com/lightlabs-dev/prysm/app/params"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/prysmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/reecepbcups/prysm/app"
"github.com/lightlabs-dev/prysm/app"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/reecepbcups/prysm
module github.com/lightlabs-dev/prysm

go 1.22.3

Expand Down
4 changes: 2 additions & 2 deletions interchaintest/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/reecepbcups/prysm/interchaintest
module github.com/lightlabs-dev/prysm/interchaintest

go 1.22.3

Expand All @@ -13,7 +13,7 @@ replace (
github.com/spf13/viper => github.com/spf13/viper v1.17.0

// If using custom internal modules, replace your app here with the parent application
// github.com/reecepbcups/prysm => ../.
// github.com/lightlabs-dev/prysm => ../.

github.com/vedhavyas/go-subkey => github.com/strangelove-ventures/go-subkey v1.0.7
)
Expand Down
2 changes: 1 addition & 1 deletion proto/buf.gen.pulsar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/reecepbcups/prysm/api
default: github.com/lightlabs-dev/prysm/api
except:
- buf.build/googleapis/googleapis
- buf.build/cosmos/gogo-proto
Expand Down
4 changes: 2 additions & 2 deletions scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

GO_MOD_PACKAGE="github.com/reecepbcups/prysm"
GO_MOD_PACKAGE="github.com/lightlabs-dev/prysm"

echo "Generating gogo proto code"
cd proto
Expand Down Expand Up @@ -47,4 +47,4 @@ for module in $base_namespace; do
find api/$module -type f -name '*.go' -exec sed -i -e 's|types1 "github.com/cosmos/cosmos-sdk/x/bank/types"|types1 "cosmossdk.io/api/cosmos/bank/v1beta1"|g' {} \;

rm -rf $module
done
done

0 comments on commit f48a40b

Please sign in to comment.