mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Replace GitHub URLs
This commit is contained in:
parent
4849c9559a
commit
29ebcd88fd
@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/confio/cosmwasm-js"
|
"url": "https://github.com/CosmWasm/cosmjs"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -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
|
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||||
License 2.0 (see
|
License 2.0 (see
|
||||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
|
||||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/confio/cosmwasm-js/tree/master/packages/bcp"
|
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/bcp"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -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"
|
// 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.
|
// 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:
|
Now validate this with the CLI tooling:
|
||||||
|
@ -253,5 +253,5 @@ with proper types.
|
|||||||
|
|
||||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||||
License 2.0 (see
|
License 2.0 (see
|
||||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
|
||||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/confio/cosmwasm-js/tree/master/packages/cli"
|
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/cli"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -8,5 +8,5 @@ An SDK to build CosmWasm clients.
|
|||||||
|
|
||||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||||
License 2.0 (see
|
License 2.0 (see
|
||||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
|
||||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/confio/cosmwasm-js/tree/master/packages/cosmwasm"
|
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/cosmwasm"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||||
License 2.0 (see
|
License 2.0 (see
|
||||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
|
||||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -133,5 +133,5 @@ curl http://localhost:8000/status
|
|||||||
|
|
||||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||||
License 2.0 (see
|
License 2.0 (see
|
||||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
|
||||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/confio/cosmwasm-js/tree/master/packages/faucet"
|
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/faucet"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -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
|
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||||
License 2.0 (see
|
License 2.0 (see
|
||||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
|
||||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/CosmWasm/cosmwasm-js/tree/master/packages/sdk38"
|
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/sdk38"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -54,7 +54,7 @@ export interface StdSignature {
|
|||||||
export interface PubKey {
|
export interface PubKey {
|
||||||
// type is one of the strings defined in pubkeyTypes
|
// 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:
|
// 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;
|
readonly type: string;
|
||||||
// Value field is base64-encoded in all cases
|
// 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
|
// Note: if type is Secp256k1, this must contain a COMPRESSED pubkey - to encode from bcp/keycontrol land, you must compress it first
|
||||||
|
Loading…
x
Reference in New Issue
Block a user