Update codebase to launchpad backend

This commit is contained in:
Simon Warta 2020-07-26 08:56:43 +02:00
parent ce72832a93
commit b7d9b59fd1
8 changed files with 26 additions and 26 deletions

View File

@ -11,7 +11,7 @@ const msg: MsgDelegate = {
delegator_address: senderAddress,
// To get the proper validator address, start the demo chain (./scripts/wasmd/start.sh), then run:
// curl http://localhost:1317/staking/validators | jq '.result[0].operator_address'
validator_address: "cosmosvaloper1gjvanqxc774u6ed9thj4gpn9gj5zus5u32enqn",
validator_address: "cosmosvaloper1fa7hj49pf8uzc4m0lw5swjhhl5th2484gvnlpv",
amount: coin(300000, "ustake"),
},
};

View File

@ -47,7 +47,7 @@ export const wasmd = {
chainId: "testing",
};
export const validatorAddress = "cosmosvaloper1gjvanqxc774u6ed9thj4gpn9gj5zus5u32enqn";
export const validatorAddress = "cosmosvaloper1fa7hj49pf8uzc4m0lw5swjhhl5th2484gvnlpv";
export const alice = {
mnemonic: "enlist hip relief stomach skate base shallow young switch frequent cry park",

View File

@ -31,7 +31,7 @@ const params = {
name: "Bounty",
symbol: "BOUNTY",
decimals: 3,
validator: "cosmosvaloper1gjvanqxc774u6ed9thj4gpn9gj5zus5u32enqn",
validator: "cosmosvaloper1fa7hj49pf8uzc4m0lw5swjhhl5th2484gvnlpv",
exitTax: "0.005", // 0.5 %
minWithdrawal: "700",
};

View File

@ -25,7 +25,7 @@ describe("AuthExtension", () => {
type: "cosmos-sdk/Account",
value: {
address: unused.address,
public_key: "", // not known to the chain
public_key: null, // not known to the chain
coins: [
{
amount: "1000000000",
@ -36,14 +36,14 @@ describe("AuthExtension", () => {
denom: "ustake",
},
],
account_number: unused.accountNumber,
sequence: 0,
account_number: unused.accountNumber.toString(),
sequence: unused.sequence.toString(),
},
});
});
// This fails in the first test run if you forget to run `./scripts/wasmd/init.sh`
it("has correct pubkey for faucet", async () => {
xit("has correct pubkey for faucet", async () => {
pendingWithoutWasmd();
const client = makeAuthClient(wasmd.endpoint);
const { result } = await client.auth.account(faucet.address);

View File

@ -17,7 +17,7 @@ describe("SlashingExtension", () => {
height: jasmine.stringMatching(nonNegativeIntegerMatcher),
result: [
{
address: "cosmosvalcons1yyjaavsv98lwn8he9lzcjhefzyyn4xygfyxls0",
address: "cosmosvalcons1cw2p365mwycxuy89ml3crg96tqen7vvm0xgujv",
start_height: "0",
index_offset: jasmine.stringMatching(nonNegativeIntegerMatcher),
jailed_until: "1970-01-01T00:00:00Z",

View File

@ -10,6 +10,7 @@ import { SigningCosmosClient } from "../signingcosmosclient";
import {
bigDecimalMatcher,
dateTimeStampMatcher,
delegatorAddress,
faucet,
nonNegativeIntegerMatcher,
pendingWithoutWasmd,
@ -29,6 +30,9 @@ describe("StakingExtension", () => {
amount: coins(25000, "ucosm"),
gas: "1500000", // 1.5 million
};
const consensusPubkey =
"cosmosvalconspub1zcjduepq4stq4qg03lj68gx2lh2rpmnlcjtt0ejk0n6y3fv8kdkftcg79tmqkj9lqs";
const commissionUpdateTime = "2020-07-23T15:05:47.5072591Z";
beforeAll(async () => {
if (wasmdEnabled()) {
@ -149,8 +153,7 @@ describe("StakingExtension", () => {
result: [
{
operator_address: validatorAddress,
consensus_pubkey:
"cosmosvalconspub1zcjduepqau36ht2r742jh230pxlu4wjmwcmkwpeqava80acphsu87vt5xlpqx6g7qh",
consensus_pubkey: consensusPubkey,
jailed: false,
status: BondStatus.Bonded,
tokens: jasmine.stringMatching(nonNegativeIntegerMatcher),
@ -170,7 +173,7 @@ describe("StakingExtension", () => {
max_rate: "0.200000000000000000",
max_change_rate: "0.010000000000000000",
},
update_time: "2020-06-03T06:01:17.4747987Z",
update_time: commissionUpdateTime,
},
min_self_delegation: "1",
},
@ -188,8 +191,7 @@ describe("StakingExtension", () => {
height: jasmine.stringMatching(nonNegativeIntegerMatcher),
result: {
operator_address: validatorAddress,
consensus_pubkey:
"cosmosvalconspub1zcjduepqau36ht2r742jh230pxlu4wjmwcmkwpeqava80acphsu87vt5xlpqx6g7qh",
consensus_pubkey: consensusPubkey,
jailed: false,
status: BondStatus.Bonded,
tokens: jasmine.stringMatching(nonNegativeIntegerMatcher),
@ -209,7 +211,7 @@ describe("StakingExtension", () => {
max_rate: "0.200000000000000000",
max_change_rate: "0.010000000000000000",
},
update_time: "2020-06-03T06:01:17.4747987Z",
update_time: commissionUpdateTime,
},
min_self_delegation: "1",
},
@ -279,8 +281,7 @@ describe("StakingExtension", () => {
result: [
{
operator_address: validatorAddress,
consensus_pubkey:
"cosmosvalconspub1zcjduepqau36ht2r742jh230pxlu4wjmwcmkwpeqava80acphsu87vt5xlpqx6g7qh",
consensus_pubkey: consensusPubkey,
jailed: false,
status: BondStatus.Bonded,
tokens: jasmine.stringMatching(nonNegativeIntegerMatcher),
@ -300,7 +301,7 @@ describe("StakingExtension", () => {
max_rate: "0.200000000000000000",
max_change_rate: "0.010000000000000000",
},
update_time: "2020-06-03T06:01:17.4747987Z",
update_time: commissionUpdateTime,
},
min_self_delegation: "1",
},
@ -327,8 +328,7 @@ describe("StakingExtension", () => {
result: [
{
operator_address: validatorAddress,
consensus_pubkey:
"cosmosvalconspub1zcjduepqau36ht2r742jh230pxlu4wjmwcmkwpeqava80acphsu87vt5xlpqx6g7qh",
consensus_pubkey: consensusPubkey,
jailed: false,
status: BondStatus.Bonded,
tokens: jasmine.stringMatching(nonNegativeIntegerMatcher),
@ -348,7 +348,7 @@ describe("StakingExtension", () => {
max_rate: "0.200000000000000000",
max_change_rate: "0.010000000000000000",
},
update_time: "2020-06-03T06:01:17.4747987Z",
update_time: commissionUpdateTime,
},
min_self_delegation: "1",
},
@ -366,8 +366,7 @@ describe("StakingExtension", () => {
height: jasmine.stringMatching(nonNegativeIntegerMatcher),
result: {
operator_address: validatorAddress,
consensus_pubkey:
"cosmosvalconspub1zcjduepqau36ht2r742jh230pxlu4wjmwcmkwpeqava80acphsu87vt5xlpqx6g7qh",
consensus_pubkey: consensusPubkey,
jailed: false,
status: BondStatus.Bonded,
tokens: jasmine.stringMatching(nonNegativeIntegerMatcher),
@ -387,7 +386,7 @@ describe("StakingExtension", () => {
max_rate: "0.200000000000000000",
max_change_rate: "0.010000000000000000",
},
update_time: "2020-06-03T06:01:17.4747987Z",
update_time: commissionUpdateTime,
},
min_self_delegation: "1",
},
@ -410,7 +409,7 @@ describe("StakingExtension", () => {
balance: { denom: "ustake", amount: jasmine.stringMatching(nonNegativeIntegerMatcher) },
},
{
delegator_address: "cosmos1gjvanqxc774u6ed9thj4gpn9gj5zus5u57dxvq",
delegator_address: delegatorAddress,
validator_address: validatorAddress,
shares: "250000000.000000000000000000",
balance: { denom: "ustake", amount: "250000000" },

View File

@ -41,7 +41,8 @@ export const faucet = {
address: "cosmos1pkptre7fdkl6gfrzlesjjvhxhlc3r4gmmk8rs6",
};
export const validatorAddress = "cosmosvaloper1gjvanqxc774u6ed9thj4gpn9gj5zus5u32enqn";
export const validatorAddress = "cosmosvaloper1fa7hj49pf8uzc4m0lw5swjhhl5th2484gvnlpv";
export const delegatorAddress = "cosmos1fa7hj49pf8uzc4m0lw5swjhhl5th2484dc82dl";
/** Unused account */
export const unused = {

View File

@ -24,7 +24,7 @@ const bounty = {
name: "Bounty",
symbol: "BOUNTY",
decimals: 3,
validator: "cosmosvaloper1gjvanqxc774u6ed9thj4gpn9gj5zus5u32enqn",
validator: "cosmosvaloper1fa7hj49pf8uzc4m0lw5swjhhl5th2484gvnlpv",
exit_tax: "0.005", // 0.5 %
min_withdrawal: "7",
},