Rename branch master -> main

This commit is contained in:
Simon Warta 2021-01-19 23:37:10 +01:00
parent bda26c6ba4
commit db40f8258f
38 changed files with 58 additions and 58 deletions

View File

@ -13,7 +13,7 @@ workflows:
- lint
filters:
branches:
only: master
only: main
- lint
- test:
requires:

View File

@ -1,10 +1,10 @@
# See https://doc.mergify.io/configuration.html
pull_request_rules:
- name: automerge to master with label automerge
- name: automerge to main with label automerge
conditions:
- "#approved-reviews-by>=1"
- base=master
- base=main
- label=automerge
- label!=WIP
# We need to list them all individually. Here is why: https://doc.mergify.io/conditions.html#validating-all-status-check

View File

@ -274,5 +274,5 @@ helpers to upload code and use non-trivial contracts with proper types.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -9,7 +9,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cli"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cli"
},
"publishConfig": {
"access": "public"

View File

@ -26,5 +26,5 @@ echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS --location $HAC
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cosmwasm-launchpad"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cosmwasm-launchpad"
},
"publishConfig": {
"access": "public"

View File

@ -23,5 +23,5 @@ echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS --location $HAC
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cosmwasm-stargate"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cosmwasm-stargate"
},
"publishConfig": {
"access": "public"

View File

@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cosmwasm"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cosmwasm"
},
"publishConfig": {
"access": "public"

View File

@ -11,5 +11,5 @@ imported outside of CosmJS based applications.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/crypto"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/crypto"
},
"publishConfig": {
"access": "public"

View File

@ -19,5 +19,5 @@ on invalid input.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/encoding"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/encoding"
},
"publishConfig": {
"access": "public"

View File

@ -34,5 +34,5 @@ yarn test
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/faucet-client"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/faucet-client"
},
"publishConfig": {
"access": "public"

View File

@ -139,5 +139,5 @@ curl http://localhost:8000/status
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/faucet"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/faucet"
},
"publishConfig": {
"access": "public"

View File

@ -30,7 +30,7 @@ export class Webserver {
"\n" +
"Check the full status via the /status endpoint.\n" +
"You can get tokens from here by POSTing to /credit.\n" +
"See https://github.com/cosmos/cosmjs/tree/master/packages/faucet for all further information.\n";
"See https://github.com/cosmos/cosmjs/tree/main/packages/faucet for all further information.\n";
break;
case "/status": {
const [holder, ...distributors] = await faucet.loadAccounts();

View File

@ -8,5 +8,5 @@ This package provides a light framework for implementing a
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/json-rpc"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/json-rpc"
},
"publishConfig": {
"access": "public"

View File

@ -49,12 +49,12 @@ Then follow the instructions on that page.
The tests in this package require a Ledger device
[initialized with the mnemonic](https://support.ledger.com/hc/en-us/articles/360005434914)
from
[scripts/launchpad/README.md#preset-accounts](https://github.com/cosmos/cosmjs/blob/master/scripts/launchpad/README.md#preset-accounts)
[scripts/launchpad/README.md#preset-accounts](https://github.com/cosmos/cosmjs/blob/main/scripts/launchpad/README.md#preset-accounts)
(see "Ledger: accounts for Ledger based demos and tests") with an installed
"Cosmos (ATOM)" app. The device must be connected via USB, unlocked and the
Cosmos app must be opened. The tests require the user to manually approve
transactions. Start a local Launchpad blockchain as described in
[scripts/launchpad/README.md](https://github.com/cosmos/cosmjs/blob/master/scripts/launchpad/README.md)
[scripts/launchpad/README.md](https://github.com/cosmos/cosmjs/blob/main/scripts/launchpad/README.md)
and execute:
```sh
@ -66,5 +66,5 @@ yarn test
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/launchpad-ledger"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/launchpad-ledger"
},
"publishConfig": {
"access": "public"

View File

@ -519,5 +519,5 @@ const restored = await Secp256k1HdWallet.deserializeWithEncryptionKey(
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/launchpad"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/launchpad"
},
"publishConfig": {
"access": "public"

View File

@ -5,5 +5,5 @@
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/math"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/math"
},
"publishConfig": {
"access": "public"

View File

@ -10,5 +10,5 @@ and
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/proto-signing"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/proto-signing"
},
"publishConfig": {
"access": "public"

View File

@ -8,5 +8,5 @@ WebSockets.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/socket"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/socket"
},
"publishConfig": {
"access": "public"

View File

@ -16,5 +16,5 @@ A client library for the Cosmos SDK 0.40.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/stargate"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/stargate"
},
"publishConfig": {
"access": "public"

View File

@ -8,5 +8,5 @@ processing.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/stream"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/stream"
},
"publishConfig": {
"access": "public"

View File

@ -11,5 +11,5 @@ Also handles converting numbers to and from strings.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/tendermint-rpc"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/tendermint-rpc"
},
"publishConfig": {
"access": "public"

View File

@ -8,5 +8,5 @@ testing but stuff like `sleep` can also be useful at runtime.
## License
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

View File

@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/utils"
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/utils"
},
"publishConfig": {
"access": "public"