Skip to content

Instantly share code, notes, and snippets.

@Tyrosine22
Created May 24, 2023 21:48
Show Gist options
  • Save Tyrosine22/6da2367ae8897736953c2f1286164eed to your computer and use it in GitHub Desktop.
Save Tyrosine22/6da2367ae8897736953c2f1286164eed to your computer and use it in GitHub Desktop.
Test output for the CoreEval PR

The output for Step 2:

molina@Marks-MacBook-Pro cosmic-swingset % make
DEBUG=SwingSet:ls,SwingSet:vat PATH="$PWD/bin:$PATH" "/Users/molina/desktop/agoric-sdk/bin/agd" build
+ case "${2-''}" in
+ NEED_NODEJS=true
+ case $@ in
+ test '' = false
+ test -n ''
+ SKIP_DOWNLOAD=true
+ true
+ case $(node --version 2>/dev/null) in
++ node --version
+ true
+ true
+ cd /Users/molina/desktop/agoric-sdk/bin/..
+ mkdir -p node_modules/.cache/agoric
+ true
+ stamp=node_modules/.cache/agoric/yarn-installed
+ test -e node_modules/.cache/agoric/yarn-installed
+ print=(-newer "$stamp")
+ print+=(-print)
+ files=(package.json)
+ IFS=
+ read -r line
++ lazy_yarn -s workspaces info
++ yarn --version
++ sed -ne '/"location":/{ s/.*": "//; s!",.*!/package.json!; p; }'
++ yarn -s workspaces info
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
+ files+=("$line")
+ IFS=
+ read -r line
++ find package.json golang/cosmos/package.json packages/access-token/package.json packages/agoric-cli/package.json packages/assert/package.json packages/cache/package.json packages/casting/package.json packages/cosmic-proto/package.json packages/cosmic-swingset/package.json packages/deploy-script-support/package.json packages/deployment/package.json packages/ERTP/package.json packages/eslint-config/package.json packages/governance/package.json packages/import-manager/package.json packages/inter-protocol/package.json packages/internal/package.json packages/notifier/package.json packages/pegasus/package.json packages/same-structure/package.json packages/sharing-service/package.json packages/smart-wallet/package.json packages/solo/package.json packages/sparse-ints/package.json packages/spawner/package.json packages/stat-logger/package.json packages/store/package.json packages/swing-store/package.json packages/swingset-liveslots/package.json packages/swingset-runner/package.json packages/swingset-xsnap-supervisor/package.json packages/SwingSet/package.json packages/telemetry/package.json packages/time/package.json packages/ui-components/package.json packages/vat-data/package.json packages/vats/package.json packages/wallet-connection/package.json packages/wallet/package.json packages/web-components/package.json packages/xsnap-lockdown/package.json packages/xsnap/package.json packages/zoe/package.json packages/zone/package.json packages/wallet/api/package.json -newer node_modules/.cache/agoric/yarn-installed -print
++ head -1
+ src=
+ test -z ''
+ stamp=node_modules/.cache/agoric/yarn-built
+ test -e node_modules/.cache/agoric/yarn-built
+ stamp=golang/cosmos/build/agd
+ test -e golang/cosmos/build/agd
+ print=(-newer "$stamp")
+ print+=(-print)
++ find go.mod go.sum golang/cosmos '(' -name '*.go' -o -name 'go.*' ')' -newer golang/cosmos/build/agd -print
++ head -1
+ src=
+ test -z ''
+ true
+ echo 'Build complete.'
Build complete.
+ exit 0
mkdir -p "/Users/molina/go/bin"
ln -sf "/Users/molina/desktop/agoric-sdk/bin/agd" "/Users/molina/go/bin/ag-chain-cosmos"
ln -sf "$PWD/bin/ag-nchainz" "/Users/molina/go/bin/"
mkdir -p "/Users/molina/go/bin"
ln -sf "/Users/molina/desktop/agoric-sdk/bin/agd" "/Users/molina/go/bin/agd"
mkdir -p "/Users/molina/go/bin"
ln -sf "/Users/molina/desktop/agoric-sdk/bin/agd" "/Users/molina/go/bin/ag-cosmos-helper"

The output for Step 3:

molina@Marks-MacBook-Pro cosmic-swingset % make scenario2-setup BASE_PORT=8000 NUM_SOLOS=0
rm -rf t1
mkdir -p t1/bootstrap
# Init the chain node.
"/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/n0 init scenario2-chain --chain-id=agoriclocal
{"app_message":{"auth":{"accounts":[],"params":{"max_memo_characters":"256","sig_verify_cost_ed25519":"590","sig_verify_cost_secp256k1":"1000","tx_sig_limit":"7","tx_size_cost_per_byte":"10"}},"authz":{"authorization":[]},"bank":{"balances":[],"denom_metadata":[],"params":{"default_send_enabled":true,"send_enabled":[]},"supply":[]},"capability":{"index":"1","owners":[]},"crisis":{"constant_fee":{"amount":"1000","denom":"stake"}},"distribution":{"delegator_starting_infos":[],"delegator_withdraw_infos":[],"fee_pool":{"community_pool":[]},"outstanding_rewards":[],"params":{"base_proposer_reward":"0.010000000000000000","bonus_proposer_reward":"0.040000000000000000","community_tax":"0.020000000000000000","withdraw_addr_enabled":true},"previous_proposer":"","validator_accumulated_commissions":[],"validator_current_rewards":[],"validator_historical_rewards":[],"validator_slash_events":[]},"evidence":{"evidence":[]},"feegrant":{"allowances":[]},"genutil":{"gen_txs":[]},"gov":{"deposit_params":{"max_deposit_period":"172800s","min_deposit":[{"amount":"10000000","denom":"stake"}]},"deposits":[],"proposals":[],"starting_proposal_id":"1","tally_params":{"quorum":"0.334000000000000000","threshold":"0.500000000000000000","veto_threshold":"0.334000000000000000"},"votes":[],"voting_params":{"voting_period":"172800s"}},"ibc":{"channel_genesis":{"ack_sequences":[],"acknowledgements":[],"channels":[],"commitments":[],"next_channel_sequence":"0","receipts":[],"recv_sequences":[],"send_sequences":[]},"client_genesis":{"clients":[],"clients_consensus":[],"clients_metadata":[],"create_localhost":false,"next_client_sequence":"0","params":{"allowed_clients":["06-solomachine","07-tendermint"]}},"connection_genesis":{"client_connection_paths":[],"connections":[],"next_connection_sequence":"0","params":{"max_expected_time_per_block":"30000000000"}}},"interchainaccounts":{"controller_genesis_state":{"active_channels":[],"interchain_accounts":[],"params":{"controller_enabled":true},"ports":[]},"host_genesis_state":{"active_channels":[],"interchain_accounts":[],"params":{"allow_messages":[],"host_enabled":true},"port":"icahost"}},"lien":{"liens":[]},"mint":{"minter":{"annual_provisions":"0.000000000000000000","inflation":"0.130000000000000000"},"params":{"blocks_per_year":"6311520","goal_bonded":"0.670000000000000000","inflation_max":"0.200000000000000000","inflation_min":"0.070000000000000000","inflation_rate_change":"0.130000000000000000","mint_denom":"stake"}},"params":null,"slashing":{"missed_blocks":[],"params":{"downtime_jail_duration":"600s","min_signed_per_window":"0.500000000000000000","signed_blocks_window":"100","slash_fraction_double_sign":"0.050000000000000000","slash_fraction_downtime":"0.010000000000000000"},"signing_infos":[]},"staking":{"delegations":[],"exported":false,"last_total_power":"0","last_validator_powers":[],"params":{"bond_denom":"stake","historical_entries":10000,"max_entries":7,"max_validators":100,"unbonding_time":"1814400s"},"redelegations":[],"unbonding_delegations":[],"validators":[]},"swingset":{"params":{"beans_per_unit":[{"beans":"800000000","key":"blockComputeLimit"},{"beans":"1000000000000","key":"feeUnit"},{"beans":"10000000000","key":"inboundTx"},{"beans":"1000000000","key":"message"},{"beans":"20000000","key":"messageByte"},{"beans":"200000000000","key":"minFeeDebit"},{"beans":"2000000000","key":"storageByte"},{"beans":"30000000","key":"vatCreation"},{"beans":"100","key":"xsnapComputron"}],"bootstrap_vat_config":"@agoric/vats/decentral-core-config.json","fee_unit_price":[{"amount":"1000000","denom":"uist"}],"power_flag_fees":[{"fee":[{"amount":"10000000","denom":"ubld"}],"power_flag":"SMART_WALLET"}],"queue_max":[{"key":"inbound","size":1000}]},"state":{"queue_allowed":[]}},"transfer":{"denom_traces":[],"params":{"receive_enabled":true,"send_enabled":true},"port_id":"transfer"},"upgrade":{},"vbank":{"params":{"per_epoch_reward_fraction":"1.000000000000000000","reward_epoch_duration_blocks":"0","reward_smoothing_blocks":"1"},"state":{"last_reward_distribution_block":"0","last_sequence":"0","reward_block_amount":[],"reward_pool":[]}},"vesting":{},"vibc":null,"vstorage":{"data":[]}},"chain_id":"agoriclocal","gentxs_dir":"","moniker":"scenario2-chain","node_id":"ba853a61bbc9cc4dd729f86f6cdf5cf49ca4e9fc"}
# Init all the ag-solos, ensuring only the first one uses the OLO_MNEMONIC, if any.
set -e; \
		for port in `seq 8000 $((8000 + 0 - 1))`; do \
			NODE_OPTIONS= DEBUG=SwingSet:ls,SwingSet:vat /Users/molina/desktop/agoric-sdk/packages/solo/bin/ag-solo init t1/$port --webport=$port; \
			if [ -z $PRIMARY_ADDRESS ]; then \
				echo "Getting PRIMARY_ADDRESS from agsolo config"; \
				export PRIMARY_ADDRESS=$(cat t1/$port/ag-cosmos-helper-address); \
			fi; \
	  done; \
	  sed -e "s!@PRIMARY_ADDRESS@!$PRIMARY_ADDRESS!g" 'economy-template.json' > 't1/economy-proposals.json'
2023-05-24T21:37:46.911Z ag-solo: init: generating mnemonic
2023-05-24T21:37:46.949Z ag-solo: init: saving mnemonic in t1/8000/ag-solo-mnemonic
2023-05-24T21:37:46.949Z ag-solo: init: mnemonic generated, now deriving key
2023-05-24T21:37:46.993Z ag-solo: init: ag-solo initialized in t1/8000
2023-05-24T21:37:46.993Z ag-solo: init: HTTP/WebSocket will listen on 127.0.0.1:8000
Getting PRIMARY_ADDRESS from agsolo config
2023-05-24T21:37:47.462Z ag-solo: init: generating mnemonic
2023-05-24T21:37:47.501Z ag-solo: init: saving mnemonic in t1/7999/ag-solo-mnemonic
2023-05-24T21:37:47.502Z ag-solo: init: mnemonic generated, now deriving key
2023-05-24T21:37:47.544Z ag-solo: init: ag-solo initialized in t1/7999
2023-05-24T21:37:47.544Z ag-solo: init: HTTP/WebSocket will listen on 127.0.0.1:7999
# Create the bootstrap account.
"/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/bootstrap keys add bootstrap --keyring-backend=test

- name: bootstrap
  type: local
  address: agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq
  pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aq3Xk5f5DD3lZq8GG+6KV2NwJ6xHWOW67zPbGUa2w1oS"}'
  mnemonic: ""


**Important** write this mnemonic phrase in a safe place.
It is the only way to recover your account if you ever forget your password.

tell comic crouch throw pony warrior outside special van gauge force coil engine ketchup nest dune title waste able spoon alcohol insect mixture aunt
"/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/bootstrap keys show -a bootstrap --keyring-backend=test > t1/bootstrap-address
"/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/n0 add-genesis-account `cat t1/bootstrap-address` 1000000000000000ubld,500000000000000uist,100provisionpass,100sendpacketpass,1000000000000ibc/toyusdc,1000000000000ibc/toyatom
# Create the (singleton) chain node.
"/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/n0 --keyring-dir=t1/bootstrap gentx --keyring-backend=test bootstrap 73000000ubld --chain-id=agoriclocal
Genesis transaction written to "t1/n0/config/gentx/gentx-ba853a61bbc9cc4dd729f86f6cdf5cf49ca4e9fc.json"
"/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/n0 collect-gentxs
{"app_message":{"auth":{"accounts":[{"@type":"/cosmos.auth.v1beta1.BaseAccount","account_number":"0","address":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq","pub_key":null,"sequence":"0"}],"params":{"max_memo_characters":"256","sig_verify_cost_ed25519":"590","sig_verify_cost_secp256k1":"1000","tx_sig_limit":"7","tx_size_cost_per_byte":"10"}},"authz":{"authorization":[]},"bank":{"balances":[{"address":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq","coins":[{"amount":"1000000000000","denom":"ibc/toyatom"},{"amount":"1000000000000","denom":"ibc/toyusdc"},{"amount":"100","denom":"provisionpass"},{"amount":"100","denom":"sendpacketpass"},{"amount":"1000000000000000","denom":"ubld"},{"amount":"500000000000000","denom":"uist"}]}],"denom_metadata":[],"params":{"default_send_enabled":true,"send_enabled":[]},"supply":[{"amount":"1000000000000","denom":"ibc/toyatom"},{"amount":"1000000000000","denom":"ibc/toyusdc"},{"amount":"100","denom":"provisionpass"},{"amount":"100","denom":"sendpacketpass"},{"amount":"1000000000000000","denom":"ubld"},{"amount":"500000000000000","denom":"uist"}]},"capability":{"index":"1","owners":[]},"crisis":{"constant_fee":{"amount":"1000","denom":"stake"}},"distribution":{"delegator_starting_infos":[],"delegator_withdraw_infos":[],"fee_pool":{"community_pool":[]},"outstanding_rewards":[],"params":{"base_proposer_reward":"0.010000000000000000","bonus_proposer_reward":"0.040000000000000000","community_tax":"0.020000000000000000","withdraw_addr_enabled":true},"previous_proposer":"","validator_accumulated_commissions":[],"validator_current_rewards":[],"validator_historical_rewards":[],"validator_slash_events":[]},"evidence":{"evidence":[]},"feegrant":{"allowances":[]},"genutil":{"gen_txs":[{"auth_info":{"fee":{"amount":[],"gas_limit":"200000","granter":"","payer":""},"signer_infos":[{"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aq3Xk5f5DD3lZq8GG+6KV2NwJ6xHWOW67zPbGUa2w1oS"},"sequence":"0"}]},"body":{"extension_options":[],"memo":"[email protected]:26656","messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","commission":{"max_change_rate":"0.010000000000000000","max_rate":"0.200000000000000000","rate":"0.100000000000000000"},"delegator_address":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq","description":{"details":"","identity":"","moniker":"scenario2-chain","security_contact":"","website":""},"min_self_delegation":"1","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Qadv8bSx78lJ6wZOJe1pj19FH0QpVwC1HSD3eHO0+Bo="},"validator_address":"agoricvaloper1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmgkkurp","value":{"amount":"73000000","denom":"ubld"}}],"non_critical_extension_options":[],"timeout_height":"0"},"signatures":["zJC/H+jKsmfUYT+RaxyE8dN+IlN0Q7g+TO4K1G2Pa1BMC/fBnnN83ieB5cU6U3F94T+2kC84kEl5YnsJRKedAg=="]}]},"gov":{"deposit_params":{"max_deposit_period":"172800s","min_deposit":[{"amount":"10000000","denom":"stake"}]},"deposits":[],"proposals":[],"starting_proposal_id":"1","tally_params":{"quorum":"0.334000000000000000","threshold":"0.500000000000000000","veto_threshold":"0.334000000000000000"},"votes":[],"voting_params":{"voting_period":"172800s"}},"ibc":{"channel_genesis":{"ack_sequences":[],"acknowledgements":[],"channels":[],"commitments":[],"next_channel_sequence":"0","receipts":[],"recv_sequences":[],"send_sequences":[]},"client_genesis":{"clients":[],"clients_consensus":[],"clients_metadata":[],"create_localhost":false,"next_client_sequence":"0","params":{"allowed_clients":["06-solomachine","07-tendermint"]}},"connection_genesis":{"client_connection_paths":[],"connections":[],"next_connection_sequence":"0","params":{"max_expected_time_per_block":"30000000000"}}},"interchainaccounts":{"controller_genesis_state":{"active_channels":[],"interchain_accounts":[],"params":{"controller_enabled":true},"ports":[]},"host_genesis_state":{"active_channels":[],"interchain_accounts":[],"params":{"allow_messages":[],"host_enabled":true},"port":"icahost"}},"lien":{"liens":[]},"mint":{"minter":{"annual_provisions":"0.000000000000000000","inflation":"0.130000000000000000"},"params":{"blocks_per_year":"6311520","goal_bonded":"0.670000000000000000","inflation_max":"0.200000000000000000","inflation_min":"0.070000000000000000","inflation_rate_change":"0.130000000000000000","mint_denom":"stake"}},"params":null,"slashing":{"missed_blocks":[],"params":{"downtime_jail_duration":"600s","min_signed_per_window":"0.500000000000000000","signed_blocks_window":"100","slash_fraction_double_sign":"0.050000000000000000","slash_fraction_downtime":"0.010000000000000000"},"signing_infos":[]},"staking":{"delegations":[],"exported":false,"last_total_power":"0","last_validator_powers":[],"params":{"bond_denom":"stake","historical_entries":10000,"max_entries":7,"max_validators":100,"unbonding_time":"1814400s"},"redelegations":[],"unbonding_delegations":[],"validators":[]},"swingset":{"params":{"beans_per_unit":[{"beans":"800000000","key":"blockComputeLimit"},{"beans":"1000000000000","key":"feeUnit"},{"beans":"10000000000","key":"inboundTx"},{"beans":"1000000000","key":"message"},{"beans":"20000000","key":"messageByte"},{"beans":"200000000000","key":"minFeeDebit"},{"beans":"2000000000","key":"storageByte"},{"beans":"30000000","key":"vatCreation"},{"beans":"100","key":"xsnapComputron"}],"bootstrap_vat_config":"@agoric/vats/decentral-core-config.json","fee_unit_price":[{"amount":"1000000","denom":"uist"}],"power_flag_fees":[{"fee":[{"amount":"10000000","denom":"ubld"}],"power_flag":"SMART_WALLET"}],"queue_max":[{"key":"inbound","size":1000}]},"state":{"queue_allowed":[]}},"transfer":{"denom_traces":[],"params":{"receive_enabled":true,"send_enabled":true},"port_id":"transfer"},"upgrade":{},"vbank":{"params":{"per_epoch_reward_fraction":"1.000000000000000000","reward_epoch_duration_blocks":"0","reward_smoothing_blocks":"1"},"state":{"last_reward_distribution_block":"0","last_sequence":"0","reward_block_amount":[],"reward_pool":[]}},"vesting":{},"vibc":null,"vstorage":{"data":[]}},"chain_id":"agoriclocal","gentxs_dir":"t1/n0/config/gentx","moniker":"scenario2-chain","node_id":"ba853a61bbc9cc4dd729f86f6cdf5cf49ca4e9fc"}
"/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/n0 validate-genesis
File at t1/n0/config/genesis.json is a valid genesis file
NODE_OPTIONS= ../agoric-cli/bin/agoric set-defaults --enable-cors --export-metrics ag-chain-cosmos t1/n0/config
agoric: set-defaults: read t1/n0/config/app.toml
agoric: set-defaults: create t1/n0/config/app.toml
agoric: set-defaults: read t1/n0/config/config.toml
agoric: set-defaults: create t1/n0/config/config.toml
agoric: set-defaults: read t1/n0/config/genesis.json
agoric: set-defaults: create t1/n0/config/genesis.json
# Set the chain address in all the ag-solos.
jq --arg gen 2023-05-24T21:37:45Z --arg init 17 --arg votepd 45s \
		'. * { genesis_time: $gen, initial_height: $init, app_state: { gov: { voting_params: { voting_period: $votepd }}}}' \
		t1/n0/config/genesis.json > t1/n0/config/genesis2.json
mv t1/n0/config/genesis2.json t1/n0/config/genesis.json
/Library/Developer/CommandLineTools/usr/bin/make set-local-gci-ingress
set -e; \
	gci=`./calc-gci.js t1/n0/config/genesis.json`; \
	rpcport=`./calc-rpcport.js t1/n0/config/config.toml`; \
	set -e; for port in `seq 8000 $((8000 + 0 - 1))`; do \
		(cd t1/$port && \
			NODE_OPTIONS= DEBUG=SwingSet:ls,SwingSet:vat /Users/molina/desktop/agoric-sdk/packages/solo/bin/ag-solo set-gci-ingress --chainID=agoriclocal $gci $rpcport); \
	done

The output for Step 4:

molina@Marks-MacBook-Pro cosmic-swingset % make scenario2-run-chain
CHAIN_BOOTSTRAP_VAT_CONFIG="${CHAIN_BOOTSTRAP_VAT_CONFIG-$PWD/../vats/decentral-devnet-config.json}" \
  	OTEL_EXPORTER_PROMETHEUS_PORT=9464 \
  	DEBUG=SwingSet:ls,SwingSet:vat PATH="$PWD/bin:$PATH" "/Users/molina/desktop/agoric-sdk/bin/agd" --home=t1/n0 start --log_level=warn
2023/05/24 14:42:03 Running SwingSet until bootstrap is ready
Loading slog sender modules: @agoric/telemetry/src/flight-recorder.js
Prometheus scrape endpoint: http://0.0.0.0:9464/metrics
2023-05-24T21:42:03.666Z launch-chain: Launching SwingSet kernel
2023-05-24T21:42:52.405Z block-manager: block bootstrap
2023-05-24T21:42:52.762Z SwingSet: vat: v1: powerStore: new Promise
2023-05-24T21:42:52.764Z SwingSet: vat: v1: powerStore settled; remaining: []
2023-05-24T21:42:53.601Z SwingSet: vat: v1: namedVat vatSpace: createVatByName(agoricNames)
2023-05-24T21:42:54.144Z SwingSet: vat: v1: agoricNames: new Promise
2023-05-24T21:42:54.145Z SwingSet: vat: v1: agoricNamesAdmin: new Promise
2023-05-24T21:42:54.145Z SwingSet: vat: v1: vatStore: new Promise
2023-05-24T21:42:54.146Z SwingSet: vat: v1: agoricNames settled; remaining: [ 'agoricNamesAdmin', 'vatStore' ]
2023-05-24T21:42:54.147Z SwingSet: vat: v1: agoricNamesAdmin settled; remaining: [ 'vatStore' ]
2023-05-24T21:42:54.147Z SwingSet: vat: v1: vatStore settled; remaining: []
2023-05-24T21:42:54.149Z SwingSet: vat: v1: bootstrap: bridgeCoreEval(true
2023-05-24T21:42:54.149Z SwingSet: vat: v1: bridgeManager: new Promise
2023-05-24T21:42:54.149Z SwingSet: vat: v1: coreEvalBridgeHandler: new Promise
2023-05-24T21:42:54.149Z SwingSet: vat: v1: bootstrap: makeOracleBrands({"oracleBrand":{"produce":{"USD":"agoricNames"}},"namedVat":{"consume":{"agoricNames":"agoricNames"}}}
2023-05-24T21:42:54.150Z SwingSet: vat: v1: loadCriticalVat: new Promise
2023-05-24T21:42:54.150Z SwingSet: vat: v1: client: new Promise
2023-05-24T21:42:54.150Z SwingSet: vat: v1: bootstrap: startPriceAuthorityRegistry({"consume":{"loadCriticalVat":true,"client":true},"produce":{"priceAuthorityVat":"priceAuthority","priceAuthority":"priceAuthority","priceAuthorityAdmin":"priceAuthority"}}
2023-05-24T21:42:54.150Z SwingSet: vat: v1: bootstrap: makeVatsFromBundles({"vats":{"vatAdmin":"vatAdmin"},"devices":{"vatAdmin":"kernel"},"consume":{"vatStore":true},"produce":{"vatAdminSvc":"vatAdmin","loadVat":true,"loadCriticalVat":true}}
2023-05-24T21:42:54.150Z SwingSet: vat: v1: vatAdminSvc: new Promise
2023-05-24T21:42:54.150Z SwingSet: vat: v1: bootstrap: buildZoe({"consume":{"vatAdminSvc":true,"loadCriticalVat":true,"client":true},"produce":{"zoe":"zoe","feeMintAccess":"zoe"},"issuer":{"produce":{"Invitation":"zoe"}},"brand":{"produce":{"Invitation":"zoe"}}}
2023-05-24T21:42:54.150Z SwingSet: vat: v1: namedVat vatSpace: createVatByName(board)
2023-05-24T21:42:54.151Z SwingSet: vat: v1: bootstrap: produceBoard({"consume":{"client":true},"produce":{"board":"board"},"namedVat":{"consume":{"board":"board"}}}
2023-05-24T21:42:54.151Z SwingSet: vat: v1: provisioning: new Promise
2023-05-24T21:42:54.151Z SwingSet: vat: v1: bootstrap: produceNamesByAddress({"consume":{"agoricNames":"agoricNames","client":true,"provisioning":"provisioning"},"produce":{"namesByAddress":"provisioning","namesByAddressAdmin":"provisioning"}}
2023-05-24T21:42:54.151Z SwingSet: vat: v1: namesByAddressAdmin: new Promise
2023-05-24T21:42:54.151Z SwingSet: vat: v1: bankManager: new Promise
2023-05-24T21:42:54.151Z SwingSet: vat: v1: walletFactoryStartResult: new Promise
2023-05-24T21:42:54.151Z SwingSet: vat: v1: bootstrap: makeClientBanks({"consume":{"namesByAddressAdmin":true,"bankManager":"bank","client":true,"walletFactoryStartResult":"walletFactory"},"home":{"produce":{"bank":"bank"}}}
2023-05-24T21:42:54.151Z SwingSet: vat: v1: zoe: new Promise
2023-05-24T21:42:54.152Z SwingSet: vat: v1: bootstrap: installBootContracts({"consume":{"zoe":"zoe","vatAdminSvc":true},"installation":{"produce":{"centralSupply":"zoe","mintHolder":"zoe"}}}
2023-05-24T21:42:54.160Z SwingSet: vat: v1: installation centralSupply: new Promise
2023-05-24T21:42:54.161Z SwingSet: vat: v1: installation mintHolder: new Promise
2023-05-24T21:42:54.161Z SwingSet: vat: v1: feeMintAccess: new Promise
2023-05-24T21:42:54.161Z SwingSet: vat: v1: bootstrap: mintInitialSupply({"vatParameters":{"argv":{"bootMsg":true}},"consume":{"feeMintAccess":true,"zoe":true},"produce":{"initialSupply":true},"installation":{"consume":{"centralSupply":"zoe"}}}
2023-05-24T21:42:54.161Z SwingSet: vat: v1: initialSupply: new Promise
2023-05-24T21:42:54.161Z SwingSet: vat: v1: startUpgradable: new Promise
2023-05-24T21:42:54.162Z SwingSet: vat: v1: bootstrap: addBankAssets({"consume":{"agoricNamesAdmin":"agoricNames","initialSupply":true,"bridgeManager":"bridge","loadCriticalVat":true,"startUpgradable":true,"zoe":true},"produce":{"bankManager":"bank","bldIssuerKit":true},"installation":{"consume":{"centralSupply":"zoe","mintHolder":"zoe"}},"issuer":{"produce":{"BLD":"BLD","IST":"zoe"}},"brand":{"produce":{"BLD":"BLD","IST":"zoe"}}}
2023-05-24T21:42:54.162Z SwingSet: vat: v1: bootstrap: produceDiagnostics({"produce":{"diagnostics":true,"instancePrivateArgs":true}}
2023-05-24T21:42:54.162Z SwingSet: vat: v1: diagnostics: new Promise
2023-05-24T21:42:54.163Z SwingSet: vat: v1: instancePrivateArgs: new Promise
2023-05-24T21:42:54.164Z SwingSet: vat: v1: bootstrap: produceStartUpgradable({"zone":true,"consume":{"diagnostics":true,"zoe":"zoe"},"produce":{"startUpgradable":true,"contractKits":true}}
2023-05-24T21:42:54.165Z SwingSet: vat: v1: contractKits: new Promise
2023-05-24T21:42:54.167Z SwingSet: vat: v1: chainTimerService: new Promise
2023-05-24T21:42:54.167Z SwingSet: vat: v1: economicCommitteeCreatorFacet: new Promise
2023-05-24T21:42:54.167Z SwingSet: vat: v1: installation contractGovernor: new Promise
2023-05-24T21:42:54.167Z SwingSet: vat: v1: bootstrap: produceStartGovernedUpgradable({"zone":true,"consume":{"chainTimerService":"timer","diagnostics":true,"economicCommitteeCreatorFacet":"economicCommittee","zoe":"zoe"},"produce":{"startGovernedUpgradable":true,"governedContractKits":true},"installation":{"consume":{"contractGovernor":"zoe"}}}
2023-05-24T21:42:54.169Z SwingSet: vat: v1: startGovernedUpgradable: new Promise
2023-05-24T21:42:54.169Z SwingSet: vat: v1: governedContractKits: new Promise
2023-05-24T21:42:54.169Z SwingSet: vat: v1: bootstrap: makeBridgeManager({"consume":{"loadCriticalVat":true},"devices":{"bridge":"kernel"},"produce":{"bridgeManager":"bridge","provisionBridgeManager":"bridge","provisionWalletBridgeManager":"bridge","walletBridgeManager":"bridge"}}
2023-05-24T21:42:54.169Z SwingSet: vat: v1: provisionBridgeManager: new Promise
2023-05-24T21:42:54.169Z SwingSet: vat: v1: provisionWalletBridgeManager: new Promise
2023-05-24T21:42:54.169Z SwingSet: vat: v1: walletBridgeManager: new Promise
2023-05-24T21:42:54.169Z SwingSet: vat: v1: bootstrap: startTimerService({"devices":{"timer":"kernel"},"vats":{"timer":"timer"},"consume":{"client":true},"produce":{"chainTimerService":"timer"},"brand":{"produce":{"timer":"timer"}},"home":{"produce":{"chainTimerService":"timer"}}}
2023-05-24T21:42:54.170Z SwingSet: vat: v1: brand timer: new Promise
2023-05-24T21:42:54.170Z SwingSet: vat: v1: bootstrap: makeChainStorage({"consume":{"loadCriticalVat":true,"bridgeManager":true},"produce":{"chainStorage":"bridge","storageBridgeManager":"bridge"}}
2023-05-24T21:42:54.170Z SwingSet: vat: v1: storageBridgeManager: new Promise
2023-05-24T21:42:54.170Z SwingSet: vat: v1: bootstrap: produceHighPrioritySendersManager({"consume":{"loadCriticalVat":true,"storageBridgeManager":true},"produce":{"highPrioritySendersManager":"bridge"}}
2023-05-24T21:42:54.170Z SwingSet: vat: v1: chainStorage: new Promise
2023-05-24T21:42:54.170Z SwingSet: vat: v1: bootstrap: publishAgoricNamesToChainStorage({"consume":{"chainStorage":"chainStorage"},"namedVat":{"consume":{"agoricNames":"agoricNames","board":"board"}}}
2023-05-24T21:42:54.170Z SwingSet: vat: v1: clientCreator: new Promise
2023-05-24T21:42:54.172Z SwingSet: vat: v1: bootstrap: makeProvisioner({"consume":{"loadCriticalVat":true,"clientCreator":true},"produce":{"provisioning":"provisioning"},"vats":{"comms":"comms","vattp":"vattp"}}
2023-05-24T21:42:54.172Z SwingSet: vat: v1: bootstrap: bridgeProvisioner({"consume":{"provisioning":true,"bridgeManager":"bridge","provisionBridgeManager":"bridge","provisionWalletBridgeManager":"bridge"}}
2023-05-24T21:42:54.172Z SwingSet: vat: v1: bootstrap: setupClientManager({"produce":{"client":true,"clientCreator":true}}
2023-05-24T21:42:54.172Z SwingSet: vat: v1: bootstrap: connectChainFaucet({"consume":{"client":true},"home":{"produce":{"faucet":true}}}
2023-05-24T21:42:54.173Z SwingSet: vat: v1: cannot save non-durable: coreEvalBridgeHandler Object [Alleged: coreHandler] { fromBridge: [Function: fromBridge] }
2023-05-24T21:42:54.173Z SwingSet: vat: v1: coreEvalBridgeHandler settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'clientCreator', 'contractKits', 'diagnostics', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'governedContractKits', 'initialSupply', 'instancePrivateArgs', 'loadCriticalVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'startGovernedUpgradable', 'startUpgradable', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.174Z SwingSet: vat: v1: loadVat: new Promise
2023-05-24T21:42:54.178Z SwingSet: vat: v1: cannot save non-passable: diagnostics Cannot pass non-frozen objects like (an object). Use harden()
2023-05-24T21:42:54.178Z SwingSet: vat: v1: diagnostics settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'clientCreator', 'contractKits', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'governedContractKits', 'initialSupply', 'instancePrivateArgs', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'startGovernedUpgradable', 'startUpgradable', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.178Z SwingSet: vat: v1: cannot save non-passable: instancePrivateArgs Cannot pass non-frozen objects like (an object). Use harden()
2023-05-24T21:42:54.179Z SwingSet: vat: v1: instancePrivateArgs settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'clientCreator', 'contractKits', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'governedContractKits', 'initialSupply', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'startGovernedUpgradable', 'startUpgradable', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.179Z SwingSet: vat: v1: cannot save non-passable: startUpgradable Cannot pass non-frozen objects like (a function). Use harden()
2023-05-24T21:42:54.179Z SwingSet: vat: v1: startUpgradable settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'clientCreator', 'contractKits', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'governedContractKits', 'initialSupply', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'startGovernedUpgradable', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.181Z SwingSet: vat: v1: contractKits settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'clientCreator', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'governedContractKits', 'initialSupply', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'startGovernedUpgradable', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.182Z SwingSet: vat: v1: cannot save non-passable: startGovernedUpgradable Cannot pass non-frozen objects like (a function). Use harden()
2023-05-24T21:42:54.182Z SwingSet: vat: v1: startGovernedUpgradable settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'clientCreator', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'governedContractKits', 'initialSupply', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.183Z SwingSet: vat: v1: governedContractKits settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'clientCreator', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.186Z SwingSet: vat: v1: cannot save non-durable: clientCreator Object [Alleged: clientCreator] { createUserBundle: [Function: createUserBundle], createClientFacet: [Function: createClientFacet] }
2023-05-24T21:42:54.186Z SwingSet: vat: v1: clientCreator settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'client', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.187Z SwingSet: vat: v1: cannot save non-durable: client Object [Alleged: chainClientManager] { assignBundle: [Function: assignBundle] }
2023-05-24T21:42:54.187Z SwingSet: vat: v1: client settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'loadCriticalVat', 'loadVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.189Z SwingSet: vat: v1: cannot save non-passable: loadVat Cannot pass non-frozen objects like (a function). Use harden()
2023-05-24T21:42:54.189Z SwingSet: vat: v1: loadVat settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'loadCriticalVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'vatAdminSvc', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.304Z SwingSet: vat: v1: vatAdminSvc settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'chainTimerService', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'loadCriticalVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.686Z SwingSet: vat: v1: chainTimerService settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'loadCriticalVat', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.691Z SwingSet: vat: v1: oracleBrand USD: new Promise
2023-05-24T21:42:54.691Z SwingSet: vat: v1: oracleBrand USD settled; remaining: []
2023-05-24T21:42:54.695Z SwingSet: vat: v1: cannot save non-passable: loadCriticalVat Cannot pass non-frozen objects like (a function). Use harden()
2023-05-24T21:42:54.695Z SwingSet: vat: v1: loadCriticalVat settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:54.695Z SwingSet: vat: v1: createVatByName(priceAuthority)
2023-05-24T21:42:54.695Z SwingSet: vat: v1: createVatByName(zoe)
2023-05-24T21:42:54.696Z SwingSet: vat: v1: createVatByName(bridge)
2023-05-24T21:42:54.696Z SwingSet: vat: v1: createVatByName(provisioning)
2023-05-24T21:42:54.707Z SwingSet: vat: v1: brand timer settled; remaining: []
2023-05-24T21:42:56.321Z SwingSet: vat: v1: board: new Promise
2023-05-24T21:42:56.326Z SwingSet: vat: v1: board settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:56.746Z SwingSet: vat: v1: priceAuthorityVat: new Promise
2023-05-24T21:42:56.747Z SwingSet: vat: v1: priceAuthority: new Promise
2023-05-24T21:42:56.747Z SwingSet: vat: v1: priceAuthorityAdmin: new Promise
2023-05-24T21:42:56.750Z SwingSet: vat: v1: priceAuthority settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'priceAuthorityAdmin', 'priceAuthorityVat', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:56.751Z SwingSet: vat: v1: priceAuthorityAdmin settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'priceAuthorityVat', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:56.751Z SwingSet: vat: v1: priceAuthorityVat settled; remaining: [ 'bankManager', 'bridgeManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:56.867Z SwingSet: vat: v1: bridgeManager settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'provisioning', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:56.888Z SwingSet: vat: v1: provisioning settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult', 'zoe' ]
2023-05-24T21:42:56.895Z SwingSet: vat: v1: issuer Invitation: new Promise
2023-05-24T21:42:56.895Z SwingSet: vat: v1: brand Invitation: new Promise
2023-05-24T21:42:56.897Z SwingSet: vat: v1: zoe settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'feeMintAccess', 'initialSupply', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.900Z SwingSet: vat: v1: feeMintAccess settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'namesByAddressAdmin', 'provisionBridgeManager', 'provisionWalletBridgeManager', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.917Z SwingSet: vat: v1: provisionBridgeManager settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'namesByAddressAdmin', 'provisionWalletBridgeManager', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.922Z SwingSet: vat: v1: provisionWalletBridgeManager settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'namesByAddressAdmin', 'storageBridgeManager', 'walletBridgeManager', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.927Z SwingSet: vat: v1: walletBridgeManager settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'namesByAddressAdmin', 'storageBridgeManager', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.952Z SwingSet: vat: v1: storageBridgeManager settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'namesByAddressAdmin', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.953Z SwingSet: vat: v1: highPrioritySendersManager: new Promise
2023-05-24T21:42:56.953Z SwingSet: vat: v1: cannot save non-durable: highPrioritySendersManager Object [Alleged: prioritySenders manager] { add: [Function: add], remove: [Function: remove] }
2023-05-24T21:42:56.953Z SwingSet: vat: v1: highPrioritySendersManager settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'namesByAddressAdmin', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.962Z SwingSet: vat: v1: namesByAddress: new Promise
2023-05-24T21:42:56.963Z SwingSet: vat: v1: namesByAddress settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'namesByAddressAdmin', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.964Z SwingSet: vat: v1: namesByAddressAdmin settled; remaining: [ 'bankManager', 'chainStorage', 'economicCommitteeCreatorFacet', 'initialSupply', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.970Z SwingSet: vat: v1: issuer Invitation settled; remaining: []
2023-05-24T21:42:56.987Z SwingSet: vat: v1: chainStorage settled; remaining: [ 'bankManager', 'economicCommitteeCreatorFacet', 'initialSupply', 'walletFactoryStartResult' ]
2023-05-24T21:42:56.995Z SwingSet: vat: v1: brand Invitation settled; remaining: []
2023-05-24T21:42:57.033Z SwingSet: vat: v1: installation centralSupply settled; remaining: [ 'contractGovernor', 'mintHolder' ]
2023-05-24T21:42:57.036Z SwingSet: vat: v1: installation mintHolder settled; remaining: [ 'contractGovernor' ]
2023-05-24T21:42:58.187Z SwingSet: vat: v1: initialSupply settled; remaining: [ 'bankManager', 'economicCommitteeCreatorFacet', 'walletFactoryStartResult' ]
2023-05-24T21:42:59.156Z SwingSet: vat: v1: bldIssuerKit: new Promise
2023-05-24T21:42:59.159Z SwingSet: vat: v1: bldIssuerKit settled; remaining: [ 'bankManager', 'economicCommitteeCreatorFacet', 'walletFactoryStartResult' ]
2023-05-24T21:42:59.161Z SwingSet: vat: v1: createVatByName(bank)
2023-05-24T21:42:59.694Z SwingSet: vat: v1: bankManager settled; remaining: [ 'economicCommitteeCreatorFacet', 'walletFactoryStartResult' ]
2023-05-24T21:42:59.704Z SwingSet: vat: v1: issuer BLD: new Promise
2023-05-24T21:42:59.705Z SwingSet: vat: v1: issuer IST: new Promise
2023-05-24T21:42:59.705Z SwingSet: vat: v1: brand BLD: new Promise
2023-05-24T21:42:59.705Z SwingSet: vat: v1: brand IST: new Promise
2023-05-24T21:42:59.705Z SwingSet: vat: v1: issuer BLD settled; remaining: [ 'IST' ]
2023-05-24T21:42:59.706Z SwingSet: vat: v1: issuer IST settled; remaining: []
2023-05-24T21:42:59.706Z SwingSet: vat: v1: brand BLD settled; remaining: [ 'IST' ]
2023-05-24T21:42:59.707Z SwingSet: vat: v1: brand IST settled; remaining: []
2023-05-24T21:42:59.858Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal0_behaviors' }, exportedGetManifest: 'getManifestForWalletFactory', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.858Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal1_behaviors' }, exportedGetManifest: 'getManifestForNetwork', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.858Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal2_behaviors' }, exportedGetManifest: 'getManifestForInterProtocol', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.858Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal3_behaviors' }, exportedGetManifest: 'getManifestForAddAssetToVault', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.860Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal4_behaviors' }, exportedGetManifest: 'getManifestForPsm', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.860Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal5_behaviors' }, exportedGetManifest: 'getManifestForPsm', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.860Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal6_behaviors' }, exportedGetManifest: 'getManifestForPsm', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.860Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal7_behaviors' }, exportedGetManifest: 'getManifestForPsm', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.860Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal8_behaviors' }, exportedGetManifest: 'getManifestForPsm', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.861Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal9_behaviors' }, exportedGetManifest: 'getManifestForPriceFeed', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:42:59.861Z SwingSet: vat: v1: evaluateBundleCap { manifestBundleRef: { bundleName: 'coreProposal10_behaviors' }, exportedGetManifest: 'getManifestForInviteCommittee', vatAdminSvc: Promise [Promise] {} }
2023-05-24T21:43:00.291Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForWalletFactory', behaviors: [ 'WALLET_FACTORY_MANIFEST', 'getManifestForWalletFactory', 'startWalletFactory' ] }
2023-05-24T21:43:00.516Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForNetwork', behaviors: [ 'getManifestForNetwork', 'registerNetworkProtocols', 'setupNetworkProtocols' ] }
2023-05-24T21:43:00.517Z SwingSet: vat: v1: coreProposal: setupNetworkProtocols
2023-05-24T21:43:00.517Z SwingSet: vat: v1: createVatByName(coreProposal1_1)
2023-05-24T21:43:00.517Z SwingSet: vat: v1: createVatByName(coreProposal1_0)
2023-05-24T21:43:00.999Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForInterProtocol', behaviors: [ 'ECON_COMMITTEE_MANIFEST', 'INVITE_PSM_COMMITTEE_MANIFEST', 'PSM_MANIFEST', 'SIM_CHAIN_MANIFEST', 'getManifestForEconCommittee', 'getManifestForInterProtocol', 'getManifestForMain', 'getManifestForPsm', 'getManifestForPsmGovernance', 'grantVaultFactoryControl', 'inviteCommitteeMembers', 'inviteToEconCharter', 'makeAnchorAsset', 'setupReserve', 'setupVaultFactoryArguments', 'startAuctioneer', 'startEconCharter', 'startEconomicCommittee', 'startPSM', 'startRewardDistributor', 'startVaultFactory', 'storeInterContractStartKits' ] }
2023-05-24T21:43:01.523Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForAddAssetToVault', behaviors: [ 'INVITE_PSM_COMMITTEE_MANIFEST', 'PSM_MANIFEST', 'addAssetToVault', 'getManifestForAddAssetToVault', 'getManifestForPsm', 'getManifestForPsmGovernance', 'inviteCommitteeMembers', 'inviteToEconCharter', 'makeAnchorAsset', 'publishInterchainAssetFromBank', 'publishInterchainAssetFromBoardId', 'registerScaledPriceAuthority', 'startEconCharter', 'startPSM' ] }
2023-05-24T21:43:02.060Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForPsm', behaviors: [ 'INVITE_PSM_COMMITTEE_MANIFEST', 'PSM_MANIFEST', 'getManifestForPsm', 'getManifestForPsmGovernance', 'inviteCommitteeMembers', 'inviteToEconCharter', 'makeAnchorAsset', 'startEconCharter', 'startPSM' ] }
2023-05-24T21:43:02.705Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForPsm', behaviors: [ 'INVITE_PSM_COMMITTEE_MANIFEST', 'PSM_MANIFEST', 'getManifestForPsm', 'getManifestForPsmGovernance', 'inviteCommitteeMembers', 'inviteToEconCharter', 'makeAnchorAsset', 'startEconCharter', 'startPSM' ] }
2023-05-24T21:43:03.855Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForPsm', behaviors: [ 'INVITE_PSM_COMMITTEE_MANIFEST', 'PSM_MANIFEST', 'getManifestForPsm', 'getManifestForPsmGovernance', 'inviteCommitteeMembers', 'inviteToEconCharter', 'makeAnchorAsset', 'startEconCharter', 'startPSM' ] }
2023-05-24T21:43:04.997Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForPsm', behaviors: [ 'INVITE_PSM_COMMITTEE_MANIFEST', 'PSM_MANIFEST', 'getManifestForPsm', 'getManifestForPsmGovernance', 'inviteCommitteeMembers', 'inviteToEconCharter', 'makeAnchorAsset', 'startEconCharter', 'startPSM' ] }
2023-05-24T21:43:06.197Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForPsm', behaviors: [ 'INVITE_PSM_COMMITTEE_MANIFEST', 'PSM_MANIFEST', 'getManifestForPsm', 'getManifestForPsmGovernance', 'inviteCommitteeMembers', 'inviteToEconCharter', 'makeAnchorAsset', 'startEconCharter', 'startPSM' ] }
2023-05-24T21:43:06.958Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForPriceFeed', behaviors: [ 'createPriceFeed', 'ensureOracleBrands', 'getManifestForPriceFeed', 'startPriceFeeds' ] }
2023-05-24T21:43:07.865Z SwingSet: vat: v1: execute { exportedGetManifest: 'getManifestForInviteCommittee', behaviors: [ 'addGovernorsToEconCharter', 'getManifestForInviteCommittee', 'inviteCommitteeMembers', 'inviteToEconCharter', 'startEconCharter' ] }
2023-05-24T21:43:08.714Z SwingSet: vat: v1: networkVat: new Promise
2023-05-24T21:43:08.717Z SwingSet: vat: v1: networkVat settled; remaining: [ 'economicCommitteeCreatorFacet', 'walletFactoryStartResult' ]
2023-05-24T21:43:09.023Z SwingSet: vat: v1: installation provisionPool: new Promise
2023-05-24T21:43:09.023Z SwingSet: vat: v1: installation walletFactory: new Promise
2023-05-24T21:43:09.024Z SwingSet: vat: v1: installation provisionPool settled; remaining: [ 'contractGovernor', 'walletFactory' ]
2023-05-24T21:43:09.025Z SwingSet: vat: v1: installation walletFactory settled; remaining: [ 'contractGovernor' ]
2023-05-24T21:43:09.061Z SwingSet: vat: v1: installation committee: new Promise
2023-05-24T21:43:09.061Z SwingSet: vat: v1: installation binaryVoteCounter: new Promise
2023-05-24T21:43:09.061Z SwingSet: vat: v1: installation VaultFactory: new Promise
2023-05-24T21:43:09.061Z SwingSet: vat: v1: installation auctioneer: new Promise
2023-05-24T21:43:09.061Z SwingSet: vat: v1: installation feeDistributor: new Promise
2023-05-24T21:43:09.062Z SwingSet: vat: v1: installation reserve: new Promise
2023-05-24T21:43:09.062Z SwingSet: vat: v1: installation contractGovernor settled; remaining: [ 'VaultFactory', 'auctioneer', 'binaryVoteCounter', 'committee', 'feeDistributor', 'reserve' ]
2023-05-24T21:43:09.063Z SwingSet: vat: v1: installation committee settled; remaining: [ 'VaultFactory', 'auctioneer', 'binaryVoteCounter', 'feeDistributor', 'reserve' ]
2023-05-24T21:43:09.064Z SwingSet: vat: v1: installation binaryVoteCounter settled; remaining: [ 'VaultFactory', 'auctioneer', 'feeDistributor', 'reserve' ]
2023-05-24T21:43:09.065Z SwingSet: vat: v1: installation VaultFactory settled; remaining: [ 'auctioneer', 'feeDistributor', 'reserve' ]
2023-05-24T21:43:09.066Z SwingSet: vat: v1: installation auctioneer settled; remaining: [ 'feeDistributor', 'reserve' ]
2023-05-24T21:43:09.074Z SwingSet: vat: v1: installation feeDistributor settled; remaining: [ 'reserve' ]
2023-05-24T21:43:09.074Z SwingSet: vat: v1: installation reserve settled; remaining: []
2023-05-24T21:43:09.101Z SwingSet: vat: v1: installation scaledPriceAuthority: new Promise
2023-05-24T21:43:09.103Z SwingSet: vat: v1: installation scaledPriceAuthority settled; remaining: []
2023-05-24T21:43:09.106Z SwingSet: vat: v1: installation psm: new Promise
2023-05-24T21:43:09.108Z SwingSet: vat: v1: installation psm settled; remaining: []
2023-05-24T21:43:09.170Z SwingSet: vat: v1: installation priceAggregator: new Promise
2023-05-24T21:43:09.171Z SwingSet: vat: v1: installation priceAggregator settled; remaining: []
2023-05-24T21:43:09.174Z SwingSet: vat: v1: installation econCommitteeCharter: new Promise
2023-05-24T21:43:09.175Z SwingSet: vat: v1: installation econCommitteeCharter settled; remaining: []
2023-05-24T21:43:10.125Z SwingSet: vat: v16: IBC downcall bindPort { packet: { source_port: 'echo' } }
2023-05-24T21:43:10.187Z SwingSet: vat: v1: econCharterKit: new Promise
2023-05-24T21:43:10.187Z SwingSet: vat: v1: coreProposal: startWalletFactory
2023-05-24T21:43:10.217Z SwingSet: vat: v1: vaultFactoryKit: new Promise
2023-05-24T21:43:10.217Z SwingSet: vat: v1: coreProposal: grantVaultFactoryControl
2023-05-24T21:43:10.217Z SwingSet: vat: v1: coreProposal: setupReserve
2023-05-24T21:43:10.217Z SwingSet: vat: v1: instance reserve: new Promise
2023-05-24T21:43:10.218Z SwingSet: vat: v1: coreProposal: startAuctioneer
2023-05-24T21:43:10.218Z SwingSet: vat: v1: coreProposal: startEconomicCommittee
2023-05-24T21:43:10.218Z SwingSet: vat: v1: periodicFeeCollectors: new Promise
2023-05-24T21:43:10.218Z SwingSet: vat: v1: reserveKit: new Promise
2023-05-24T21:43:10.218Z SwingSet: vat: v1: coreProposal: startRewardDistributor
2023-05-24T21:43:10.218Z SwingSet: vat: v1: auctioneerKit: new Promise
2023-05-24T21:43:10.218Z SwingSet: vat: v1: instance auctioneer: new Promise
2023-05-24T21:43:10.219Z SwingSet: vat: v1: coreProposal: startVaultFactory
2023-05-24T21:43:10.219Z SwingSet: vat: v1: economicCommitteeKit: new Promise
2023-05-24T21:43:10.219Z SwingSet: vat: v1: feeDistributorKit: new Promise
2023-05-24T21:43:10.219Z SwingSet: vat: v1: coreProposal: storeInterContractStartKits
2023-05-24T21:43:10.227Z SwingSet: vat: v1: coreProposal: addAssetToVault
2023-05-24T21:43:10.227Z SwingSet: vat: v1: bankMints: new Promise
2023-05-24T21:43:10.228Z SwingSet: vat: v1: vBankKits: new Promise
2023-05-24T21:43:10.228Z SwingSet: vat: v1: coreProposal: publishInterchainAssetFromBank
2023-05-24T21:43:10.228Z SwingSet: vat: v1: scaledPriceAuthorityKits: new Promise
2023-05-24T21:43:10.228Z SwingSet: vat: v1: coreProposal: registerScaledPriceAuthority
2023-05-24T21:43:10.237Z SwingSet: vat: v1: anchorBalancePayments: new Promise
2023-05-24T21:43:10.237Z SwingSet: vat: v1: anchorKits: new Promise
2023-05-24T21:43:10.237Z SwingSet: vat: v1: coreProposal: makeAnchorAsset
2023-05-24T21:43:10.237Z SwingSet: vat: v1: provisionPoolStartResult: new Promise
2023-05-24T21:43:10.237Z SwingSet: vat: v1: psmKit: new Promise
2023-05-24T21:43:10.238Z SwingSet: vat: v1: instance economicCommittee: new Promise
2023-05-24T21:43:10.238Z SwingSet: vat: v1: coreProposal: startPSM
2023-05-24T21:43:10.244Z SwingSet: vat: v1: coreProposal: makeAnchorAsset
2023-05-24T21:43:10.245Z SwingSet: vat: v1: coreProposal: startPSM
2023-05-24T21:43:10.249Z SwingSet: vat: v1: coreProposal: makeAnchorAsset
2023-05-24T21:43:10.250Z SwingSet: vat: v1: coreProposal: startPSM
2023-05-24T21:43:10.266Z SwingSet: vat: v1: coreProposal: makeAnchorAsset
2023-05-24T21:43:10.267Z SwingSet: vat: v1: coreProposal: startPSM
2023-05-24T21:43:10.272Z SwingSet: vat: v1: coreProposal: makeAnchorAsset
2023-05-24T21:43:10.273Z SwingSet: vat: v1: coreProposal: startPSM
2023-05-24T21:43:10.277Z SwingSet: vat: v1: contractGovernor: new Promise
2023-05-24T21:43:10.277Z SwingSet: vat: v1: coreProposal: createPriceFeed
2023-05-24T21:43:10.277Z SwingSet: vat: v1: coreProposal: ensureOracleBrands
2023-05-24T21:43:10.986Z SwingSet: vat: v1: reserveGovernorCreatorFacet: new Promise
2023-05-24T21:43:10.986Z SwingSet: vat: v1: vaultFactoryGovernorCreator: new Promise
2023-05-24T21:43:10.987Z SwingSet: vat: v1: instance VaultFactory: new Promise
2023-05-24T21:43:10.987Z SwingSet: vat: v1: coreProposal: addGovernorsToEconCharter
2023-05-24T21:43:10.987Z SwingSet: vat: v1: coreProposal: inviteCommitteeMembers
2023-05-24T21:43:10.987Z SwingSet: vat: v1: coreProposal: inviteToEconCharter
2023-05-24T21:43:10.987Z SwingSet: vat: v1: awaiting depositFacet for econ charter member agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce
2023-05-24T21:43:10.987Z SwingSet: vat: v1: awaiting depositFacet for econ charter member agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang
2023-05-24T21:43:10.988Z SwingSet: vat: v1: awaiting depositFacet for econ charter member agoric1w8wktaur4zf8qmmtn3n7x3r0jhsjkjntcm3u6h
2023-05-24T21:43:10.988Z SwingSet: vat: v1: coreProposal: startEconCharter
2023-05-24T21:43:10.990Z SwingSet: vat: v1: instance econCommitteeCharter: new Promise
2023-05-24T21:43:11.198Z SwingSet: vat: v1: oracleBrand ATOM: new Promise
2023-05-24T21:43:11.199Z SwingSet: vat: v1: oracleBrand ATOM settled; remaining: []
2023-05-24T21:43:12.120Z SwingSet: vat: v1: ----- StartWF.4  2 provision pool { poolAddr: 'agoric1megzytg65cyrgzs6fvzxgrcqvwwl7ugpt62346' }
2023-05-24T21:43:19.199Z SwingSet: vat: v1: econCharterKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'economicCommitteeCreatorFacet', 'economicCommitteeKit', 'feeDistributorKit', 'periodicFeeCollectors', 'provisionPoolStartResult', 'psmKit', 'reserveGovernorCreatorFacet', 'reserveKit', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:19.200Z SwingSet: vat: v1: instance econCommitteeCharter settled; remaining: [ 'VaultFactory', 'auctioneer', 'economicCommittee', 'reserve' ]
2023-05-24T21:43:20.334Z SwingSet: vat: v1: testFirstAnchorKit: new Promise
2023-05-24T21:43:20.339Z SwingSet: vat: v1: testFirstAnchorKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'economicCommitteeCreatorFacet', 'economicCommitteeKit', 'feeDistributorKit', 'periodicFeeCollectors', 'provisionPoolStartResult', 'psmKit', 'reserveGovernorCreatorFacet', 'reserveKit', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:20.794Z SwingSet: vat: v1: economicCommitteeKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'economicCommitteeCreatorFacet', 'feeDistributorKit', 'periodicFeeCollectors', 'provisionPoolStartResult', 'psmKit', 'reserveGovernorCreatorFacet', 'reserveKit', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:20.795Z SwingSet: vat: v1: economicCommitteeCreatorFacet settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'feeDistributorKit', 'periodicFeeCollectors', 'provisionPoolStartResult', 'psmKit', 'reserveGovernorCreatorFacet', 'reserveKit', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:20.795Z SwingSet: vat: v1: instance economicCommittee settled; remaining: [ 'VaultFactory', 'auctioneer', 'reserve' ]
2023-05-24T21:43:20.810Z SwingSet: vat: v1: instance feeDistributor: new Promise
2023-05-24T21:43:20.812Z SwingSet: vat: v1: feeDistributorKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'periodicFeeCollectors', 'provisionPoolStartResult', 'psmKit', 'reserveGovernorCreatorFacet', 'reserveKit', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:20.813Z SwingSet: vat: v1: instance feeDistributor settled; remaining: [ 'VaultFactory', 'auctioneer', 'reserve' ]
2023-05-24T21:43:20.814Z SwingSet: vat: v1: periodicFeeCollectors settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'provisionPoolStartResult', 'psmKit', 'reserveGovernorCreatorFacet', 'reserveKit', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:20.995Z SwingSet: vat: v1: awaiting depositFacet for econ committee member agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce
2023-05-24T21:43:20.996Z SwingSet: vat: v1: awaiting depositFacet for econ committee member agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang
2023-05-24T21:43:20.996Z SwingSet: vat: v1: awaiting depositFacet for econ committee member agoric1w8wktaur4zf8qmmtn3n7x3r0jhsjkjntcm3u6h
2023-05-24T21:43:31.625Z SwingSet: vat: v30: ----- FluxAgg.7  2 prepare with baggage keys []
2023-05-24T21:43:31.638Z SwingSet: vat: v30: ----- FluxAgg.7  3 awaited args
2023-05-24T21:43:32.850Z SwingSet: vat: v30: ----- FluxAgg.7  4 got faKit { creator: Object [Alleged: fluxAggregator creator] {}, public: Object [Alleged: fluxAggregator public] {} }
2023-05-24T21:43:32.852Z SwingSet: vat: v30: ----- FluxAgg.7  5 got makeDurableGovernorFacet [Function: makeDurableGovernorFacet]
2023-05-24T21:43:32.854Z SwingSet: vat: v30: ----- FluxAgg.7  6 made governorFacet Object [Alleged: governorFacet] {}
2023-05-24T21:43:34.246Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: BLD brand] {}
2023-05-24T21:43:34.247Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: IST brand] {}
2023-05-24T21:43:34.248Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: USDC_axl brand] {}
2023-05-24T21:43:34.249Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: USDC_grv brand] {}
2023-05-24T21:43:34.250Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: USDT_axl brand] {}
2023-05-24T21:43:34.251Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: USDT_grv brand] {}
2023-05-24T21:43:34.251Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: AUSD brand] {}
2023-05-24T21:43:38.882Z SwingSet: vat: v17: charter: adding instance ATOM-USD price feed
2023-05-24T21:43:39.233Z SwingSet: vat: v37: PSM Starting Object [Alleged: USDC_axl brand] {} { denominator: { brand: Object [Alleged: IST brand] {}, value: 1_000_000n }, numerator: { brand: Object [Alleged: USDC_axl brand] {}, value: 1_000_000n } }
2023-05-24T21:43:39.421Z SwingSet: vat: v38: PSM Starting Object [Alleged: USDC_grv brand] {} { denominator: { brand: Object [Alleged: IST brand] {}, value: 1_000_000n }, numerator: { brand: Object [Alleged: USDC_grv brand] {}, value: 1_000_000n } }
2023-05-24T21:43:39.592Z SwingSet: vat: v39: PSM Starting Object [Alleged: USDT_axl brand] {} { denominator: { brand: Object [Alleged: IST brand] {}, value: 1_000_000n }, numerator: { brand: Object [Alleged: USDT_axl brand] {}, value: 1_000_000n } }
2023-05-24T21:43:39.776Z SwingSet: vat: v40: PSM Starting Object [Alleged: USDT_grv brand] {} { denominator: { brand: Object [Alleged: IST brand] {}, value: 1_000_000n }, numerator: { brand: Object [Alleged: USDT_grv brand] {}, value: 1_000_000n } }
2023-05-24T21:43:39.947Z SwingSet: vat: v41: PSM Starting Object [Alleged: AUSD brand] {} { denominator: { brand: Object [Alleged: IST brand] {}, value: 1_000_000n }, numerator: { brand: Object [Alleged: AUSD brand] {}, value: 1_000_000n } }
2023-05-24T21:43:40.117Z SwingSet: vat: v1: awaiting depositFacet for ATOM-USD price feed member agoric10vjkvkmpp9e356xeh6qqlhrny2htyzp8hf88fk
2023-05-24T21:43:40.119Z SwingSet: vat: v1: awaiting depositFacet for ATOM-USD price feed member agoric1qj07c7vfk3knqdral0sej7fa6eavkdn8vd8etf
2023-05-24T21:43:40.121Z SwingSet: vat: v1: awaiting depositFacet for ATOM-USD price feed member agoric1lw4e4aas9q84tq0q92j85rwjjjapf8dmnllnft
2023-05-24T21:43:40.123Z SwingSet: vat: v1: awaiting depositFacet for ATOM-USD price feed member agoric1ra0g6crtsy6r3qnpu7ruvm7qd4wjnznyzg5nu4
2023-05-24T21:43:40.125Z SwingSet: vat: v1: awaiting depositFacet for ATOM-USD price feed member agoric1zj6vrrrjq4gsyr9lw7dplv4vyejg3p8j2urm82
2023-05-24T21:43:40.291Z SwingSet: vat: v1: instance provisionPool: new Promise
2023-05-24T21:43:40.293Z SwingSet: vat: v1: provisionPoolStartResult settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'psmKit', 'reserveGovernorCreatorFacet', 'reserveKit', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:40.294Z SwingSet: vat: v1: instance provisionPool settled; remaining: [ 'VaultFactory', 'auctioneer', 'reserve' ]
2023-05-24T21:43:40.340Z SwingSet: vat: v1: reserveKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'psmKit', 'reserveGovernorCreatorFacet', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit', 'walletFactoryStartResult' ]
2023-05-24T21:43:40.342Z SwingSet: vat: v1: instance reserveGovernor: new Promise
2023-05-24T21:43:40.342Z SwingSet: vat: v1: instance reserve settled; remaining: [ 'VaultFactory', 'auctioneer', 'reserveGovernor' ]
2023-05-24T21:43:40.343Z SwingSet: vat: v1: instance reserveGovernor settled; remaining: [ 'VaultFactory', 'auctioneer' ]
2023-05-24T21:43:40.354Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: IST brand] {}, value: 0n }
2023-05-24T21:43:40.577Z SwingSet: vat: v17: charter: adding instance reserve
2023-05-24T21:43:43.234Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: USDC_axl brand] {}, value: 0n }
2023-05-24T21:43:43.237Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: USDC_grv brand] {}, value: 0n }
2023-05-24T21:43:43.240Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: USDT_axl brand] {}, value: 0n }
2023-05-24T21:43:43.242Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: USDT_grv brand] {}, value: 0n }
2023-05-24T21:43:43.244Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: AUSD brand] {}, value: 0n }
2023-05-24T21:43:43.498Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: BLD brand] {}, value: 0n }
2023-05-24T21:43:43.550Z SwingSet: vat: v42: ----- WltFct.3  2 makeAssetRegistry Object [Alleged: Bank] {}
2023-05-24T21:43:44.597Z SwingSet: vat: v1: instance walletFactory: new Promise
2023-05-24T21:43:44.600Z SwingSet: vat: v1: walletFactoryStartResult settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'psmKit', 'reserveGovernorCreatorFacet', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit' ]
2023-05-24T21:43:44.600Z SwingSet: vat: v1: instance walletFactory settled; remaining: [ 'VaultFactory', 'auctioneer' ]
2023-05-24T21:43:44.610Z SwingSet: vat: v1: psmKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'auctioneerKit', 'bankMints', 'contractGovernor', 'reserveGovernorCreatorFacet', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit' ]
2023-05-24T21:43:44.686Z SwingSet: vat: v42: ----- WltFct.3  3 registering asset BLD
2023-05-24T21:43:44.687Z SwingSet: vat: v42: ----- WltFct.3  4 registering asset IST
2023-05-24T21:43:44.687Z SwingSet: vat: v42: ----- WltFct.3  5 registering asset USDC_axl
2023-05-24T21:43:44.688Z SwingSet: vat: v42: ----- WltFct.3  6 registering asset USDC_grv
2023-05-24T21:43:44.689Z SwingSet: vat: v42: ----- WltFct.3  7 registering asset USDT_axl
2023-05-24T21:43:44.695Z SwingSet: vat: v42: ----- WltFct.3  8 registering asset USDT_grv
2023-05-24T21:43:44.696Z SwingSet: vat: v42: ----- WltFct.3  9 registering asset AUSD
2023-05-24T21:43:44.708Z SwingSet: vat: v29: revivableAddresses count 0
2023-05-24T21:43:44.718Z SwingSet: vat: v17: charter: adding instance psm-IST-USDC_axl
2023-05-24T21:43:44.727Z SwingSet: vat: v17: charter: adding instance psm-IST-USDC_grv
2023-05-24T21:43:44.735Z SwingSet: vat: v17: charter: adding instance psm-IST-USDT_axl
2023-05-24T21:43:44.744Z SwingSet: vat: v17: charter: adding instance psm-IST-USDT_grv
2023-05-24T21:43:44.752Z SwingSet: vat: v17: charter: adding instance psm-IST-AUSD
2023-05-24T21:43:45.244Z SwingSet: vat: v29: provisionPool notified of new asset Object [Alleged: ATOM brand] {}
2023-05-24T21:43:45.247Z SwingSet: vat: v42: ----- WltFct.3  10 registering asset ATOM
2023-05-24T21:43:45.319Z SwingSet: vat: v17: charter: adding instance provisionPool
2023-05-24T21:43:46.542Z SwingSet: vat: v1: auctioneerKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'bankMints', 'contractGovernor', 'reserveGovernorCreatorFacet', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator', 'vaultFactoryKit' ]
2023-05-24T21:43:46.542Z SwingSet: vat: v1: instance auctioneer settled; remaining: [ 'VaultFactory' ]
2023-05-24T21:43:46.546Z SwingSet: vat: v29: provisionPool balance update { brand: Object [Alleged: ATOM brand] {}, value: 0n }
2023-05-24T21:43:46.554Z SwingSet: vat: v17: charter: adding instance auctioneer
2023-05-24T21:43:48.836Z SwingSet: vat: v47: ----- VM.14  2 provideAndStartVaultManagerKits start
2023-05-24T21:43:48.837Z SwingSet: vat: v47: ----- VM.14  3 provideAndStartVaultManagerKits returning
2023-05-24T21:43:49.265Z SwingSet: vat: v1: instance VaultFactoryGovernor: new Promise
2023-05-24T21:43:49.268Z SwingSet: vat: v1: vaultFactoryKit settled; remaining: [ 'anchorBalancePayments', 'anchorKits', 'bankMints', 'contractGovernor', 'reserveGovernorCreatorFacet', 'scaledPriceAuthorityKits', 'vBankKits', 'vaultFactoryGovernorCreator' ]
2023-05-24T21:43:49.268Z SwingSet: vat: v1: instance VaultFactory settled; remaining: [ 'VaultFactoryGovernor' ]
2023-05-24T21:43:49.269Z SwingSet: vat: v1: instance VaultFactoryGovernor settled; remaining: []
2023-05-24T21:43:49.317Z SwingSet: vat: v17: charter: adding instance VaultFactory
2023-05-24T21:43:49.759Z SwingSet: vat: v47: ----- VM.14  4 Object [Alleged: ATOM brand] {} helper.start() 0
2023-05-24T21:43:49.759Z SwingSet: vat: v47: ----- VM.14  5 helper.start() making periodNotifier
2023-05-24T21:43:49.759Z SwingSet: vat: v47: ----- VM.14  6 helper.start() starting observe periodNotifier
2023-05-24T21:43:49.759Z SwingSet: vat: v47: ----- VM.14  7 helper.start() making quoteNotifier from Object [Alleged: composite price authority] {}
2023-05-24T21:43:49.760Z SwingSet: vat: v47: ----- VM.14  8 helper.start() awaiting observe storedQuotesNotifier
2023-05-24T21:43:49.760Z SwingSet: vat: v47: ----- VM.14  9 helper.start() done
2023-05-24T21:43:49.831Z SwingSet: vat: v47: ----- VM.14  10 Object [Alleged: ATOM brand] {} chargeAllVaults { updateTime: { absValue: 1_684_964_265n, timerBrand: Object [Alleged: timerBrand] {} } }
2023-05-24T21:43:49.903Z SwingSet: vat: v47: ----- VM.14  11 vaultManager got new collateral quote { quoteAmount: { brand: Object [Alleged: quote brand] {}, value: [ { amountIn: { brand: [Object], value: 100n }, amountOut: { brand: [Object], value: 1_234n }, timer: Object [Alleged: timerService] {}, timestamp: { absValue: 1_684_964_265n, timerBrand: [Object] } } ] }, quotePayment: Object [Alleged: quote payment] {} }
2023-05-24T21:43:55.142Z block-manager: block 17 begin
2023-05-24T21:43:55.261Z block-manager: block 17 commit

The output for Step 6:

molina@Marks-MacBook-Pro bin % ./agd --chain-id=agoriclocal --title=Whatever --description="Here's my description." --home=../packages/cosmic-swingset/t1/bootstrap --keyring-backend=test --from=bootstrap tx gov submit-proposal swingset-core-eval ../packages/inter-protocol/test/psm/gov-add-psm-permit.json ../packages/inter-protocol/test/psm/gov-add-psm.js -bblock --gas=auto --deposit=1000000ubld
gas estimate: 363851
{"body":{"messages":[{"@type":"/cosmos.gov.v1beta1.MsgSubmitProposal","content":{"@type":"/agoric.swingset.CoreEvalProposal","title":"Whatever","description":"Here's my description.","evals":[{"json_permits":"{\n  \"consume\": {\n    \"agoricNamesAdmin\": true,\n    \"bankManager\": true,\n    \"board\": true,\n    \"chainStorage\": true,\n    \"zoe\": \"zoe\",\n    \"feeMintAccess\": \"zoe\",\n    \"economicCommitteeCreatorFacet\": \"economicCommittee\",\n    \"econCharterKit\": true,\n    \"highPrioritySendersManager\": true,\n    \"provisionPoolStartResult\": true,\n    \"psmKit\": true,\n    \"chainTimerService\": \"timer\",\n    \"anchorKits\": true,\n    \"startUpgradable\": true\n  },\n  \"produce\": {\n    \"testFirstAnchorKit\": true,\n    \"anchorKits\": true\n  },\n  \"installation\": {\n    \"consume\": {\n      \"contractGovernor\": true,\n      \"psm\": true,\n      \"mintHolder\": true\n    }\n  },\n  \"instance\": {\n    \"consume\": {\n      \"economicCommittee\": true\n    }\n  },\n  \"issuer\": {\n    \"produce\": {\n      \"DAI\": true\n    },\n    \"consume\": {\n      \"DAI\": true\n    }\n  },\n  \"brand\": {\n    \"consume\": {\n      \"DAI\": true,\n      \"IST\": true\n    },\n    \"produce\": {\n      \"DAI\": true\n    }\n  }\n}\n","js_code":"/* global startPSM */\n// @ts-nocheck\n\n/**\n * @typedef {{\n *   denom: string,\n *   keyword?: string,\n *   proposedName?: string,\n *   decimalPlaces?: number\n * }} AnchorOptions\n */\n\n/** @type {AnchorOptions} */\nconst DAI = {\n  keyword: 'DAI',\n  decimalPlaces: 18,\n  denom: 'ibc/toydai',\n  proposedName: 'Maker DAI',\n};\n\nconst config = {\n  options: { anchorOptions: DAI },\n  WantMintedFeeBP: 1n,\n  GiveMintedFeeBP: 3n,\n  MINT_LIMIT: 0n,\n};\n\n/** @param {unknown} permittedPowers see gov-add-psm-permit.json */\nconst main = async permittedPowers =\u003e {\n  console.log('starting PSM:', DAI);\n  const {\n    consume: { feeMintAccess: _, ...restC },\n    ...restP\n  } = permittedPowers;\n  const noMinting = { consume: restC, ...restP };\n  await Promise.all([\n    startPSM.makeAnchorAsset(noMinting, {\n      options: { anchorOptions: DAI },\n    }),\n    startPSM.startPSM(permittedPowers, config),\n  ]);\n  console.log('started PSM:', config);\n};\n\n// \"export\" from script\nmain;\n"}]},"initial_deposit":[{"denom":"ubld","amount":"1000000"}],"proposer":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq"}],"memo":"","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[],"fee":{"amount":[],"gas_limit":"363851","payer":"","granter":""}},"signatures":[]}

confirm transaction before signing and broadcasting [y/N]: y
code: 0
codespace: ""
data: 0A2B0A252F636F736D6F732E676F762E763162657461312E4D73675375626D697450726F706F73616C12020801
events:
- attributes:
- index: true
  key: ZmVl
  value: ""
type: tx
- attributes:
- index: true
  key: YWNjX3NlcQ==
  value: YWdvcmljMXc5ZmQwbjJ4aDJ0ZnpraG1xeG16c3N3cjA0cDJ0eWdtY3c5NGxxLzE=
type: tx
- attributes:
- index: true
  key: c2lnbmF0dXJl
  value: ZVpyby9xSXBtUE5lbnYwc0RmeTcvV3J5VFdaNVBLc3BUeW5xM21mZFZIQXM0eEk2cTgvU2d4YkZLOXJIYWE5Q05LSURhelVRSTVETmtYV1RhK2picWc9PQ==
type: tx
- attributes:
- index: true
  key: YWN0aW9u
  value: L2Nvc21vcy5nb3YudjFiZXRhMS5Nc2dTdWJtaXRQcm9wb3NhbA==
type: message
- attributes:
- index: true
  key: cHJvcG9zYWxfaWQ=
  value: MQ==
type: submit_proposal
- attributes:
- index: true
  key: c3BlbmRlcg==
  value: YWdvcmljMXc5ZmQwbjJ4aDJ0ZnpraG1xeG16c3N3cjA0cDJ0eWdtY3c5NGxx
- index: true
  key: YW1vdW50
  value: MTAwMDAwMHVibGQ=
type: coin_spent
- attributes:
- index: true
  key: cmVjZWl2ZXI=
  value: YWdvcmljMTBkMDd5MjY1Z21tdXZ0NHowdzlhdzg4MGpuc3I3MDBqZ2wzNng5
- index: true
  key: YW1vdW50
  value: MTAwMDAwMHVibGQ=
type: coin_received
- attributes:
- index: true
  key: cmVjaXBpZW50
  value: YWdvcmljMTBkMDd5MjY1Z21tdXZ0NHowdzlhdzg4MGpuc3I3MDBqZ2wzNng5
- index: true
  key: c2VuZGVy
  value: YWdvcmljMXc5ZmQwbjJ4aDJ0ZnpraG1xeG16c3N3cjA0cDJ0eWdtY3c5NGxx
- index: true
  key: YW1vdW50
  value: MTAwMDAwMHVibGQ=
type: transfer
- attributes:
- index: true
  key: c2VuZGVy
  value: YWdvcmljMXc5ZmQwbjJ4aDJ0ZnpraG1xeG16c3N3cjA0cDJ0eWdtY3c5NGxx
type: message
- attributes:
- index: true
  key: YW1vdW50
  value: MTAwMDAwMHVibGQ=
- index: true
  key: cHJvcG9zYWxfaWQ=
  value: MQ==
type: proposal_deposit
- attributes:
- index: true
  key: bW9kdWxl
  value: Z292ZXJuYW5jZQ==
- index: true
  key: c2VuZGVy
  value: YWdvcmljMXc5ZmQwbjJ4aDJ0ZnpraG1xeG16c3N3cjA0cDJ0eWdtY3c5NGxx
type: message
- attributes:
- index: true
  key: cHJvcG9zYWxfdHlwZQ==
  value: Q29yZUV2YWw=
- index: true
  key: dm90aW5nX3BlcmlvZF9zdGFydA==
  value: MQ==
type: submit_proposal
gas_used: "361461"
gas_wanted: "363851"
height: "56"
info: ""
logs:
- events:
- attributes:
  - key: receiver
    value: agoric10d07y265gmmuvt4z0w9aw880jnsr700jgl36x9
  - key: amount
    value: 1000000ubld
  type: coin_received
- attributes:
  - key: spender
    value: agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq
  - key: amount
    value: 1000000ubld
  type: coin_spent
- attributes:
  - key: action
    value: /cosmos.gov.v1beta1.MsgSubmitProposal
  - key: sender
    value: agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq
  - key: module
    value: governance
  - key: sender
    value: agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq
  type: message
- attributes:
  - key: amount
    value: 1000000ubld
  - key: proposal_id
    value: "1"
  type: proposal_deposit
- attributes:
  - key: proposal_id
    value: "1"
  - key: proposal_type
    value: CoreEval
  - key: voting_period_start
    value: "1"
  type: submit_proposal
- attributes:
  - key: recipient
    value: agoric10d07y265gmmuvt4z0w9aw880jnsr700jgl36x9
  - key: sender
    value: agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq
  - key: amount
    value: 1000000ubld
  type: transfer
log: ""
msg_index: 0
raw_log: '[{"events":[{"type":"coin_received","attributes":[{"key":"receiver","value":"agoric10d07y265gmmuvt4z0w9aw880jnsr700jgl36x9"},{"key":"amount","value":"1000000ubld"}]},{"type":"coin_spent","attributes":[{"key":"spender","value":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq"},{"key":"amount","value":"1000000ubld"}]},{"type":"message","attributes":[{"key":"action","value":"/cosmos.gov.v1beta1.MsgSubmitProposal"},{"key":"sender","value":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq"},{"key":"module","value":"governance"},{"key":"sender","value":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq"}]},{"type":"proposal_deposit","attributes":[{"key":"amount","value":"1000000ubld"},{"key":"proposal_id","value":"1"}]},{"type":"submit_proposal","attributes":[{"key":"proposal_id","value":"1"},{"key":"proposal_type","value":"CoreEval"},{"key":"voting_period_start","value":"1"}]},{"type":"transfer","attributes":[{"key":"recipient","value":"agoric10d07y265gmmuvt4z0w9aw880jnsr700jgl36x9"},{"key":"sender","value":"agoric1w9fd0n2xh2tfzkhmqxmzsswr04p2tygmcw94lq"},{"key":"amount","value":"1000000ubld"}]}]}]'
timestamp: ""
tx: null
txhash: 9AF66F0408B06E50D3DDEF51638AFC6412F701295DA3295D105A1B4B3E8A544D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment