-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat/jurisdiction #36
Conversation
zeeshan595
commented
Feb 22, 2024
•
edited
Loading
edited
- updated presentedhappbundle
- updated hbs script to handle jurisdiction
- updated get_all_published_happ zome call to return jurisdiction & exclude jurisdiction
- fixed install happ (broken because of new jurisdiction variables)
- updated main lib to fetch jurisdiction from hbs and pass it on to uninstall_happs function
- updated uninstall_happs to remove happs that are not in the correct jurisdiction
- updated presentedhappbundle - updated hbs script to handle jurisdiction - updated get_all_published_happ zome call to return jurisdiction & exclude jurisdiction - fixed install happ (broken because of new jurisdiction variables) - updated main lib to fetch jurisdiction from hbs and pass it on to uninstall_happs function - updated uninstall_happs to remove happs that are not in the correct jurisdiction
@@ -18,7 +15,9 @@ pub async fn suspend_unpaid_happs( | |||
|
|||
let password = | |||
env::var("DEVICE_SEED_DEFAULT_PASSWORD").expect("DEVICE_SEED_DEFAULT_PASSWORD is not set"); | |||
let holoport_id_output = Command::new("hpos-config-into-base36-id") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is part of suspend_happs story. We are using hpos_config_path to get the correct path to the executable which will get us the holoport id
Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>
Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one last suggestion
Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>