From 29ebcd88fd8eee6922876837c84acf939c74993c Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 9 Jun 2020 14:41:55 +0100 Subject: [PATCH] Replace GitHub URLs --- package.json | 2 +- packages/bcp/README.md | 4 ++-- packages/bcp/package.json | 2 +- packages/cli/MASK.md | 2 +- packages/cli/README.md | 4 ++-- packages/cli/package.json | 2 +- packages/cosmwasm/README.md | 4 ++-- packages/cosmwasm/package.json | 2 +- packages/demo-staking/README.md | 4 ++-- packages/demo-staking/package.json | 2 +- packages/faucet/README.md | 4 ++-- packages/faucet/package.json | 2 +- packages/sdk38/README.md | 4 ++-- packages/sdk38/package.json | 2 +- packages/sdk38/src/types.ts | 2 +- 15 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 49b39373..c01d1839 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/confio/cosmwasm-js" + "url": "https://github.com/CosmWasm/cosmjs" }, "publishConfig": { "access": "public" diff --git a/packages/bcp/README.md b/packages/bcp/README.md index cea3c938..9afbba2c 100644 --- a/packages/bcp/README.md +++ b/packages/bcp/README.md @@ -8,5 +8,5 @@ A [BCP](https://github.com/iov-one/iov-core/tree/master/packages/iov-bcp) implem This package is part of the cosmwasm-js repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/bcp/package.json b/packages/bcp/package.json index 7d6289ef..22f56d73 100644 --- a/packages/bcp/package.json +++ b/packages/bcp/package.json @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/confio/cosmwasm-js/tree/master/packages/bcp" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/bcp" }, "publishConfig": { "access": "public" diff --git a/packages/cli/MASK.md b/packages/cli/MASK.md index 04977195..ec06fde1 100644 --- a/packages/cli/MASK.md +++ b/packages/cli/MASK.md @@ -180,7 +180,7 @@ client.execute(mask, callOpaque2) // Note: currently this returns an error about "Event type must be one of message, transfer, wasm; got delegate" // That is on the client parsing the logs on success. Don't worry, it will be fixed soon. -// https://github.com/CosmWasm/cosmwasm-js/issues/157 +// https://github.com/CosmWasm/cosmjs/issues/157 ``` Now validate this with the CLI tooling: diff --git a/packages/cli/README.md b/packages/cli/README.md index be34bf17..477b1fd9 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -253,5 +253,5 @@ with proper types. This package is part of the cosmwasm-js repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/cli/package.json b/packages/cli/package.json index 4b14475b..935873ef 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -9,7 +9,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/confio/cosmwasm-js/tree/master/packages/cli" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/cli" }, "publishConfig": { "access": "public" diff --git a/packages/cosmwasm/README.md b/packages/cosmwasm/README.md index 45179117..1b90ff09 100644 --- a/packages/cosmwasm/README.md +++ b/packages/cosmwasm/README.md @@ -8,5 +8,5 @@ An SDK to build CosmWasm clients. This package is part of the cosmwasm-js repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/cosmwasm/package.json b/packages/cosmwasm/package.json index 57b00043..9ce6c070 100644 --- a/packages/cosmwasm/package.json +++ b/packages/cosmwasm/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/confio/cosmwasm-js/tree/master/packages/cosmwasm" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/cosmwasm" }, "publishConfig": { "access": "public" diff --git a/packages/demo-staking/README.md b/packages/demo-staking/README.md index 53c1d697..f4c4613c 100644 --- a/packages/demo-staking/README.md +++ b/packages/demo-staking/README.md @@ -4,5 +4,5 @@ This package is part of the cosmwasm-js repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/demo-staking/package.json b/packages/demo-staking/package.json index a4bc8ac2..d1724cdf 100644 --- a/packages/demo-staking/package.json +++ b/packages/demo-staking/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/confio/cosmwasm-js/tree/master/packages/demo-staking" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/demo-staking" }, "private": true, "scripts": { diff --git a/packages/faucet/README.md b/packages/faucet/README.md index dc797e97..04d07871 100644 --- a/packages/faucet/README.md +++ b/packages/faucet/README.md @@ -133,5 +133,5 @@ curl http://localhost:8000/status This package is part of the cosmwasm-js repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/faucet/package.json b/packages/faucet/package.json index af754c30..e686f072 100644 --- a/packages/faucet/package.json +++ b/packages/faucet/package.json @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/confio/cosmwasm-js/tree/master/packages/faucet" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/faucet" }, "publishConfig": { "access": "public" diff --git a/packages/sdk38/README.md b/packages/sdk38/README.md index 36dad1b3..fe90c72e 100644 --- a/packages/sdk38/README.md +++ b/packages/sdk38/README.md @@ -8,5 +8,5 @@ A client library for the Cosmos SDK 0.38. This package is part of the cosmwasm-js repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/sdk38/package.json b/packages/sdk38/package.json index 878cdcb3..2ef9efa8 100644 --- a/packages/sdk38/package.json +++ b/packages/sdk38/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/CosmWasm/cosmwasm-js/tree/master/packages/sdk38" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/sdk38" }, "publishConfig": { "access": "public" diff --git a/packages/sdk38/src/types.ts b/packages/sdk38/src/types.ts index 476cb555..814c393c 100644 --- a/packages/sdk38/src/types.ts +++ b/packages/sdk38/src/types.ts @@ -54,7 +54,7 @@ export interface StdSignature { export interface PubKey { // type is one of the strings defined in pubkeyTypes // I don't use a string literal union here as that makes trouble with json test data: - // https://github.com/confio/cosmwasm-js/pull/44#pullrequestreview-353280504 + // https://github.com/CosmWasm/cosmjs/pull/44#pullrequestreview-353280504 readonly type: string; // Value field is base64-encoded in all cases // Note: if type is Secp256k1, this must contain a COMPRESSED pubkey - to encode from bcp/keycontrol land, you must compress it first