Replace GitHub URLs

This commit is contained in:
willclarktech 2020-06-09 14:41:55 +01:00
parent 4849c9559a
commit 29ebcd88fd
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
15 changed files with 21 additions and 21 deletions

View File

@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/confio/cosmwasm-js"
"url": "https://github.com/CosmWasm/cosmjs"
},
"publishConfig": {
"access": "public"

View File

@ -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)).

View File

@ -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"

View File

@ -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:

View File

@ -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)).

View File

@ -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"

View File

@ -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)).

View File

@ -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"

View File

@ -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)).

View File

@ -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": {

View File

@ -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)).

View File

@ -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"

View File

@ -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)).

View File

@ -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"

View File

@ -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