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

add pfm testing scripts #1054

Merged
merged 20 commits into from
Jan 11, 2024
Merged

add pfm testing scripts #1054

merged 20 commits into from
Jan 11, 2024

Conversation

riley-stride
Copy link
Contributor

@riley-stride riley-stride commented Jan 10, 2024

  1. a->b->c pfm works. to verify:
  • In config.go set HOST_CHAINS=(GAIA OSMO)
  • open two terminal windows as described below
    • terminal 1 monitors the sender on A: while true; do gaiadl q bank balances $(gaiadl keys show gval1 -a) && echo "--------------" && sleep 1; done
    • terminal 2 monitors the receiver on C: while true; do osmosisdl q bank balances osmo1uk4ze0x4nvh4fk0xm4jdud58eqn4yxhrqyeqwq && echo "--------------" && sleep 1; done
  • run sh dockernet/scripts/pfm/pfm_abc_default.sh
  • watch the terminal windows to see C's balance increase after A's decreases.
  1. pfm'ing + autopilot coin A thru chain A will work after upgrade but pfm'ing + autopilot coin A thru B won't work
    -there's a script that sends from atom from CH -> stride then from Stride -> osmosis, then tries to autopilot LS that ATOM from Osmosis. If fails.
    -there's a script pfm_to_autopilot_ls.sh that tries to PFM (a -> b -> autopilot-LS-on-a: stride -> osmosis -> stride (autopilot LS). It doesn't work right now. Because the autopilot step doesn't work.

@riley-stride riley-stride changed the title add pfm a->b->c testing script add pfm testing scripts Jan 10, 2024
Copy link
Contributor

@asalzmann asalzmann left a comment

Choose a reason for hiding this comment

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

lgtm!

@asalzmann
Copy link
Contributor

I think since pfm was merged you can change the base branch and merge right to main

@riley-stride riley-stride changed the base branch from pfm to main January 11, 2024 14:25
@riley-stride riley-stride merged commit de3171f into main Jan 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants