Rename simapp -> simapp42
This commit is contained in:
@@ -58,7 +58,7 @@ transactions.
|
||||
### Stargate tests
|
||||
|
||||
Start a local Stargate blockchain as described in
|
||||
[scripts/simapp/README.md](https://github.com/cosmos/cosmjs/blob/main/scripts/simapp/README.md)
|
||||
[scripts/simapp42/README.md](https://github.com/cosmos/cosmjs/blob/main/scripts/simapp42/README.md)
|
||||
and execute:
|
||||
|
||||
```sh
|
||||
|
||||
@@ -17,7 +17,7 @@ import {
|
||||
} from "cosmjs-types/ibc/core/connection/v1/connection";
|
||||
import Long from "long";
|
||||
|
||||
// From scripts/simapp/genesis-ibc.json
|
||||
// From scripts/simapp42/genesis-ibc.json
|
||||
|
||||
export const portId = "transfer";
|
||||
export const channelId = "channel-0";
|
||||
@@ -50,7 +50,7 @@ export const identifiedChannel = IdentifiedChannel.fromPartial({
|
||||
|
||||
/**
|
||||
* ```
|
||||
* jq ".channel_genesis.commitments[0]" scripts/simapp/genesis-ibc.json
|
||||
* jq ".channel_genesis.commitments[0]" scripts/simapp42/genesis-ibc.json
|
||||
* ```
|
||||
*/
|
||||
export const commitment = {
|
||||
@@ -69,7 +69,7 @@ export const packetState = PacketState.fromPartial({
|
||||
* Unfortunatly empty right now
|
||||
*
|
||||
* ```
|
||||
* jq ".channel_genesis.acknowledgements" scripts/simapp/genesis-ibc.json
|
||||
* jq ".channel_genesis.acknowledgements" scripts/simapp42/genesis-ibc.json
|
||||
* ```
|
||||
*/
|
||||
export const packetAcknowledgements: PacketState[] = [];
|
||||
|
||||
@@ -126,10 +126,10 @@ export const unused = {
|
||||
|
||||
export const validator = {
|
||||
/**
|
||||
* From first gentx's auth_info.signer_infos in scripts/simapp/template/.simapp/config/genesis.json
|
||||
* From first gentx's auth_info.signer_infos in scripts/simapp42/template/.simapp/config/genesis.json
|
||||
*
|
||||
* ```
|
||||
* jq ".app_state.genutil.gen_txs[0].auth_info.signer_infos[0].public_key" scripts/simapp/template/.simapp/config/genesis.json
|
||||
* jq ".app_state.genutil.gen_txs[0].auth_info.signer_infos[0].public_key" scripts/simapp42/template/.simapp/config/genesis.json
|
||||
* ```
|
||||
*/
|
||||
pubkey: {
|
||||
@@ -137,18 +137,18 @@ export const validator = {
|
||||
value: "AtDcuH4cX1eaxZrJ5shheLG3tXPAoV4awoIZmNQtQxmf",
|
||||
},
|
||||
/**
|
||||
* delegator_address from /cosmos.staking.v1beta1.MsgCreateValidator in scripts/simapp/template/.simapp/config/genesis.json
|
||||
* delegator_address from /cosmos.staking.v1beta1.MsgCreateValidator in scripts/simapp42/template/.simapp/config/genesis.json
|
||||
*
|
||||
* ```
|
||||
* jq ".app_state.genutil.gen_txs[0].body.messages[0].delegator_address" scripts/simapp/template/.simapp/config/genesis.json
|
||||
* jq ".app_state.genutil.gen_txs[0].body.messages[0].delegator_address" scripts/simapp42/template/.simapp/config/genesis.json
|
||||
* ```
|
||||
*/
|
||||
delegatorAddress: "cosmos1urk9gy7cfws0ak9x5nu7lx4un9n6gqkry79679",
|
||||
/**
|
||||
* validator_address from /cosmos.staking.v1beta1.MsgCreateValidator in scripts/simapp/template/.simapp/config/genesis.json
|
||||
* validator_address from /cosmos.staking.v1beta1.MsgCreateValidator in scripts/simapp42/template/.simapp/config/genesis.json
|
||||
*
|
||||
* ```
|
||||
* jq ".app_state.genutil.gen_txs[0].body.messages[0].validator_address" scripts/simapp/template/.simapp/config/genesis.json
|
||||
* jq ".app_state.genutil.gen_txs[0].body.messages[0].validator_address" scripts/simapp42/template/.simapp/config/genesis.json
|
||||
* ```
|
||||
*/
|
||||
validatorAddress: "cosmosvaloper1urk9gy7cfws0ak9x5nu7lx4un9n6gqkrp230jk",
|
||||
|
||||
Reference in New Issue
Block a user