Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: --recover to get mnemonic from file #137

Merged
merged 20 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a000996
fix: --recover to get mnemonic from file
dckc Apr 2, 2024
200e1ac
fix: update mnemonics so they're all different
LuqiPan Apr 2, 2024
358a1ff
test: add sanity test for upgrade-8 to check addresses are expected
LuqiPan Apr 2, 2024
7759b1f
chore: make constants actually constants now that we know the addresses
LuqiPan Apr 2, 2024
a7f6157
test: update keys.test.js to test environment variables are set corre…
LuqiPan Apr 2, 2024
a32c163
test: update use.sh script to run yarn ava on test.js files
LuqiPan Apr 2, 2024
5a2e4a1
chore: undo my modification to use.sh in upgrade-9
LuqiPan Apr 2, 2024
fa050f3
chore: add ava as a dev dependency in package.json of upgrade-8
LuqiPan Apr 2, 2024
3e191c6
chore: run yarn ava keys.test.js in upgrade-8/test.sh
LuqiPan Apr 2, 2024
7426f2a
chore: change the name of the test file to addresses.test.js
LuqiPan Apr 2, 2024
50a41ca
test: ask yarn to ignore node version with YARN_IGNORE_NODE
LuqiPan Apr 2, 2024
accb98d
chore: run synthetic-chain doctor which adds .yarnrc.yml file
LuqiPan Apr 2, 2024
8263c8f
chore: add `@agoric/synthetic-chain` as dependency to package.json
LuqiPan Apr 3, 2024
a983c00
chore: add `agops` yarn script and update import path
LuqiPan Apr 3, 2024
46b6f9b
chore: update import path for upgrade-9/sanity.test.js
LuqiPan Apr 3, 2024
dc82ee5
chore: enable YARN_IGNORE_NODE flag for upgrade-9/test.sh too
LuqiPan Apr 3, 2024
c8147f8
chore: add set -e to upgrade-9/test.sh
LuqiPan Apr 3, 2024
7c2cde2
chore: add `@agoric/synthetic-chain` as dev dependency
LuqiPan Apr 3, 2024
e7bf1ca
debug: remove set -e from upgrade-9/test.sh for now
LuqiPan Apr 3, 2024
22bcc8f
chore: use the local version of @agoric/synthetic-chain
LuqiPan Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposals/16:upgrade-8/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

yarn ava addresses.test.js
YARN_IGNORE_NODE=1 yarn ava addresses.test.js
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


# ensure there's only uist
test_val "$(agd q bank balances agoric1megzytg65cyrgzs6fvzxgrcqvwwl7ugpt62346 -o json | jq -r '.balances | length')" "1"
Expand Down
Loading