Skip to content

Commit

Permalink
Rename all references to gitlab.com/regen-network/regen-ledger -> git…
Browse files Browse the repository at this point in the history
…hub.com/regen-network/regen-ledger
  • Loading branch information
aaronc committed Mar 12, 2019
1 parent 0adc8fc commit 8580ddd
Show file tree
Hide file tree
Showing 29 changed files with 60 additions and 60 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [\#162640230](https://www.pivotaltracker.com/story/show/162640230) Register ESP version cosmos msg
- Created `data` module

[Unreleased]: https://gitlab.com/regen-network/regen-ledger/compare/v0.3.0...HEAD
[0.3.0]: https://gitlab.com/regen-network/regen-ledger/compare/v0.2.0...v0.3.0
[0.2.0]: https://gitlab.com/regen-network/regen-ledger/compare/v0.1.0...v0.2.0
[0.1.0]: https://gitlab.com/regen-network/regen-ledger/compare/fcc6887b...v0.1.0
[Unreleased]: https://github.com/regen-network/regen-ledger/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/regen-network/regen-ledger/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/regen-network/regen-ledger/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/regen-network/regen-ledger/compare/fcc6887b...v0.1.0
16 changes: 8 additions & 8 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ package app
import (
"encoding/json"
"github.com/cosmos/cosmos-sdk/x/params"
"github.com/regen-network/regen-ledger/index/postgresql"
"github.com/regen-network/regen-ledger/x/consortium"
"github.com/regen-network/regen-ledger/x/data"
"github.com/regen-network/regen-ledger/x/esp"
"github.com/regen-network/regen-ledger/x/geo"
"github.com/regen-network/regen-ledger/x/group"
"github.com/regen-network/regen-ledger/x/proposal"
"github.com/regen-network/regen-ledger/x/upgrade"
"github.com/tendermint/tendermint/libs/log"
"gitlab.com/regen-network/regen-ledger/index/postgresql"
"gitlab.com/regen-network/regen-ledger/x/consortium"
"gitlab.com/regen-network/regen-ledger/x/data"
"gitlab.com/regen-network/regen-ledger/x/esp"
"gitlab.com/regen-network/regen-ledger/x/geo"
"gitlab.com/regen-network/regen-ledger/x/group"
"gitlab.com/regen-network/regen-ledger/x/proposal"
"gitlab.com/regen-network/regen-ledger/x/upgrade"
//"os"

"github.com/cosmos/cosmos-sdk/codec"
Expand Down
16 changes: 8 additions & 8 deletions cmd/xrncli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ import (
auth "github.com/cosmos/cosmos-sdk/x/auth/client/rest"
bankcmd "github.com/cosmos/cosmos-sdk/x/bank/client/cli"
bank "github.com/cosmos/cosmos-sdk/x/bank/client/rest"
"github.com/regen-network/regen-ledger"
consortiumclient "github.com/regen-network/regen-ledger/x/consortium/client"
dataclient "github.com/regen-network/regen-ledger/x/data/client"
datarest "github.com/regen-network/regen-ledger/x/data/client/rest"
espclient "github.com/regen-network/regen-ledger/x/esp/client"
geoclient "github.com/regen-network/regen-ledger/x/geo/client"
agentclient "github.com/regen-network/regen-ledger/x/group/client"
proposalclient "github.com/regen-network/regen-ledger/x/proposal/client"
cmn "github.com/tendermint/tendermint/libs/common"
"gitlab.com/regen-network/regen-ledger"
consortiumclient "gitlab.com/regen-network/regen-ledger/x/consortium/client"
dataclient "gitlab.com/regen-network/regen-ledger/x/data/client"
datarest "gitlab.com/regen-network/regen-ledger/x/data/client/rest"
espclient "gitlab.com/regen-network/regen-ledger/x/esp/client"
geoclient "gitlab.com/regen-network/regen-ledger/x/geo/client"
agentclient "gitlab.com/regen-network/regen-ledger/x/group/client"
proposalclient "gitlab.com/regen-network/regen-ledger/x/proposal/client"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/xrnd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import (

gaiaInit "github.com/cosmos/cosmos-sdk/cmd/gaia/init"
sdk "github.com/cosmos/cosmos-sdk/types"
app "github.com/regen-network/regen-ledger"
abci "github.com/tendermint/tendermint/abci/types"
cfg "github.com/tendermint/tendermint/config"
dbm "github.com/tendermint/tendermint/libs/db"
tmtypes "github.com/tendermint/tendermint/types"
app "gitlab.com/regen-network/regen-ledger"
)

// DefaultNodeHome sets the folder where the applcation data and configuration will be stored
Expand Down
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ with import <nixpkgs>{};
buildGoPackage rec {
name = "regen-ledger";

goPackagePath = "gitlab.com/regen-network/regen-ledger";
goPackagePath = "github.com/regen-network/regen-ledger";
subPackages = [ "cmd/xrnd" "cmd/xrncli" ];

src = ./.;
Expand All @@ -20,6 +20,6 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Regen Networks's Regen Ledger distributed ledger for planetary regeneration";
# TODO license = licenses.bsd3;
homepage = https://gitlab.com/regen-network/regen-ledger;
homepage = https://github.com/regen-network/regen-ledger;
};
}
2 changes: 1 addition & 1 deletion docs/SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ functionality specified may be at various stages of implementation,
this document will attempt to track those statuses but there may be
significant discrepancies until the system is stable. Community input
is definitely welcome. The primary forum for public comments is
[Gitlab Issues](https://gitlab.com/regen-network/regen-ledger/issues).
[Gitlab Issues](https://github.com/regen-network/regen-ledger/issues).

### Philosophy

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is the command line blockchain client. Both of them provide help messages when r
## Configuring the command line client

By default the command line client will connect to a [local node](#running-a-local-node).
To connect to a testnet, you must know the testnet's chain ID and the address of the node. The current [deployed testnet](https://gitlab.com/regen-network/regen-ledger/tree/master/testnets) chain ID is `xrn-1`.
To connect to a testnet, you must know the testnet's chain ID and the address of the node. The current [deployed testnet](https://github.com/regen-network/regen-ledger/tree/master/testnets) chain ID is `xrn-1`.

`xrncli` can be configured to connect to a testnet node automatically by setting these
parameters in `$HOME/.xrncli/config/config.toml`. This file can be generated
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 gitlab.com/regen-network/regen-ledger
module github.com/regen-network/regen-ledger

require (
github.com/DATA-DOG/godog v0.7.10
Expand Down
2 changes: 1 addition & 1 deletion index/postgresql/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// keepers for custom indexing
package postgresql

import "gitlab.com/regen-network/regen-ledger/index"
import "github.com/regen-network/regen-ledger/index"

// Indexer is a PostgreSQL based Indexer
type Indexer interface {
Expand Down
2 changes: 1 addition & 1 deletion x/consortium/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package consortium
import (
"encoding/json"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/regen-network/regen-ledger/x/upgrade"
abci "github.com/tendermint/tendermint/abci/types"
"gitlab.com/regen-network/regen-ledger/x/upgrade"
)

type ActionScheduleUpgrade struct {
Expand Down
8 changes: 4 additions & 4 deletions x/consortium/client/cli/tx.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package cli

import (
"github.com/regen-network/regen-ledger/x/consortium"
"github.com/regen-network/regen-ledger/x/proposal"
proposalcli "github.com/regen-network/regen-ledger/x/proposal/client/cli"
"github.com/regen-network/regen-ledger/x/upgrade"
"github.com/spf13/cobra"
"gitlab.com/regen-network/regen-ledger/x/consortium"
"gitlab.com/regen-network/regen-ledger/x/proposal"
proposalcli "gitlab.com/regen-network/regen-ledger/x/proposal/client/cli"
"gitlab.com/regen-network/regen-ledger/x/upgrade"
"strconv"

"github.com/cosmos/cosmos-sdk/codec"
Expand Down
2 changes: 1 addition & 1 deletion x/consortium/client/module_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package client

import (
"github.com/cosmos/cosmos-sdk/client"
consortiumcmd "github.com/regen-network/regen-ledger/x/consortium/client/cli"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
consortiumcmd "gitlab.com/regen-network/regen-ledger/x/consortium/client/cli"
)

// ModuleClient exports all client functionality from this module
Expand Down
6 changes: 3 additions & 3 deletions x/consortium/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/regen-network/regen-ledger/x/group"
"github.com/regen-network/regen-ledger/x/proposal"
"github.com/regen-network/regen-ledger/x/upgrade"
abci "github.com/tendermint/tendermint/abci/types"
"gitlab.com/regen-network/regen-ledger/x/group"
"gitlab.com/regen-network/regen-ledger/x/proposal"
"gitlab.com/regen-network/regen-ledger/x/upgrade"
)

type Keeper struct {
Expand Down
2 changes: 1 addition & 1 deletion x/data/client/cli/tx.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package cli

import (
"github.com/regen-network/regen-ledger/x/data"
"github.com/spf13/cobra"
"gitlab.com/regen-network/regen-ledger/x/data"

"github.com/cosmos/cosmos-sdk/client/context"
"github.com/cosmos/cosmos-sdk/client/utils"
Expand Down
2 changes: 1 addition & 1 deletion x/data/client/module_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package client

import (
"github.com/cosmos/cosmos-sdk/client"
datacmd "github.com/regen-network/regen-ledger/x/data/client/cli"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
datacmd "gitlab.com/regen-network/regen-ledger/x/data/client/cli"
)

// ModuleClient exports all client functionality from this module
Expand Down
2 changes: 1 addition & 1 deletion x/data/client/rest/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/context"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"gitlab.com/regen-network/regen-ledger/x/data"
"github.com/regen-network/regen-ledger/x/data"

"github.com/gorilla/mux"
)
Expand Down
8 changes: 4 additions & 4 deletions x/esp/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package cli

import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/regen-network/regen-ledger/x/esp"
"github.com/regen-network/regen-ledger/x/geo"
"github.com/regen-network/regen-ledger/x/proposal"
proposalcli "github.com/regen-network/regen-ledger/x/proposal/client/cli"
"github.com/spf13/cobra"
"gitlab.com/regen-network/regen-ledger/x/esp"
"gitlab.com/regen-network/regen-ledger/x/geo"
"gitlab.com/regen-network/regen-ledger/x/proposal"
proposalcli "gitlab.com/regen-network/regen-ledger/x/proposal/client/cli"

//"github.com/twpayne/go-geom/encoding/ewkbhex"
//"github.com/twpayne/go-geom/encoding/ewkb"
Expand Down
2 changes: 1 addition & 1 deletion x/esp/client/module_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package client

import (
"github.com/cosmos/cosmos-sdk/client"
espcmd "github.com/regen-network/regen-ledger/x/esp/client/cli"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
espcmd "gitlab.com/regen-network/regen-ledger/x/esp/client/cli"
)

// ModuleClient exports all client functionality from this module
Expand Down
8 changes: 4 additions & 4 deletions x/esp/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"gitlab.com/regen-network/regen-ledger/util"
"gitlab.com/regen-network/regen-ledger/x/geo"
"gitlab.com/regen-network/regen-ledger/x/group"
"gitlab.com/regen-network/regen-ledger/x/proposal"
"github.com/regen-network/regen-ledger/util"
"github.com/regen-network/regen-ledger/x/geo"
"github.com/regen-network/regen-ledger/x/group"
"github.com/regen-network/regen-ledger/x/proposal"
"golang.org/x/crypto/blake2b"
//"github.com/twpayne/go-geom/encoding/ewkb"
)
Expand Down
2 changes: 1 addition & 1 deletion x/esp/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package esp

import (
sdk "github.com/cosmos/cosmos-sdk/types"
"gitlab.com/regen-network/regen-ledger/x/geo"
"github.com/regen-network/regen-ledger/x/geo"
)

//type SchemaType int
Expand Down
2 changes: 1 addition & 1 deletion x/geo/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
authtxb "github.com/cosmos/cosmos-sdk/x/auth/client/txbuilder"
"github.com/regen-network/regen-ledger/x/geo"
"github.com/spf13/cobra"
"github.com/twpayne/go-geom"
"github.com/twpayne/go-geom/encoding/ewkb"
"github.com/twpayne/go-geom/encoding/geojson"
"gitlab.com/regen-network/regen-ledger/x/geo"
)

func GetCmdStoreGeometry(cdc *codec.Codec) *cobra.Command {
Expand Down
2 changes: 1 addition & 1 deletion x/geo/client/module_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package client

import (
"github.com/cosmos/cosmos-sdk/client"
geocmd "github.com/regen-network/regen-ledger/x/geo/client/cli"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
geocmd "gitlab.com/regen-network/regen-ledger/x/geo/client/cli"
)

// ModuleClient exports all client functionality from this module
Expand Down
4 changes: 2 additions & 2 deletions x/geo/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"gitlab.com/regen-network/regen-ledger/index/postgresql"
"gitlab.com/regen-network/regen-ledger/util"
"github.com/regen-network/regen-ledger/index/postgresql"
"github.com/regen-network/regen-ledger/util"
"golang.org/x/crypto/blake2b"
)

Expand Down
2 changes: 1 addition & 1 deletion x/group/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
authtxb "github.com/cosmos/cosmos-sdk/x/auth/client/txbuilder"
"github.com/regen-network/regen-ledger/x/group"
"github.com/spf13/cobra"
"gitlab.com/regen-network/regen-ledger/x/group"
"strings"
)

Expand Down
2 changes: 1 addition & 1 deletion x/group/client/module_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package client

import (
"github.com/cosmos/cosmos-sdk/client"
agentcmd "github.com/regen-network/regen-ledger/x/group/client/cli"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
agentcmd "gitlab.com/regen-network/regen-ledger/x/group/client/cli"
)

// ModuleClient exports all client functionality from this module
Expand Down
2 changes: 1 addition & 1 deletion x/group/group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/store"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/regen-network/regen-ledger/util"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto/secp256k1"
dbm "github.com/tendermint/tendermint/libs/db"
"github.com/tendermint/tendermint/libs/log"
"gitlab.com/regen-network/regen-ledger/util"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion x/proposal/client/cli/tx.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package cli

import (
"github.com/regen-network/regen-ledger/x/proposal"
"github.com/spf13/cobra"
"gitlab.com/regen-network/regen-ledger/x/proposal"

"github.com/cosmos/cosmos-sdk/client/context"
"github.com/cosmos/cosmos-sdk/client/utils"
Expand Down
4 changes: 2 additions & 2 deletions x/proposal/client/module_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ package client

import (
"github.com/cosmos/cosmos-sdk/client"
proposalcmd "github.com/regen-network/regen-ledger/x/proposal/client/cli"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
proposalcmd "gitlab.com/regen-network/regen-ledger/x/proposal/client/cli"
)

// ModuleClient exports all client functionality from this module
type ModuleClient struct {
storeKey string
cdc *amino.Codec
cdc *amino.Codec
}

func NewModuleClient(storeKey string, cdc *amino.Codec) ModuleClient {
Expand Down
2 changes: 1 addition & 1 deletion x/proposal/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"gitlab.com/regen-network/regen-ledger/util"
"github.com/regen-network/regen-ledger/util"
"golang.org/x/crypto/blake2b"
)

Expand Down

0 comments on commit 8580ddd

Please sign in to comment.