Skip to content

Commit

Permalink
Merge/updated structure into invoice pr (#52)
Browse files Browse the repository at this point in the history
* jurisdictions and categories struct compat with HHA

* linting

* don't panic if none

* lint

* hpos_hc_connect: bump to latest

* update flake.nix

* holochain v0.4.0-dev.1 (#47)

* get_happ_preferences: update payload

* clippy

* edit names

* clean up & restructure

* move hbs types

* import download_file from hpos_hc_connect

* inline doc touch-ups

* clean up comments

* merge clean-up

* Update/clean up (#49)

* edit names

* clean up & restructure

* move hbs types

* import download_file from hpos_hc_connect

* inline doc touch-ups

* clean up comments

* Update src/types/hbs.rs

Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>

* import core app types from hpos_hc_connect

* remove option from kyc

* edit comments

---------

Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>

---------

Co-authored-by: Alastair Ong <alastair.ong@holo.host>
Co-authored-by: peeech <pj@imagine-nyc.com>
Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>
  • Loading branch information
4 people authored Jul 10, 2024
1 parent 1925786 commit 1b2d91a
Show file tree
Hide file tree
Showing 13 changed files with 1,117 additions and 1,110 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ holo auto installer does 2 main things.
- Install a happs that are supposed to be installed on the holoport but are not installed
`install_holo_hosted_happs`
- Uninstall happs that are not supposed to be installed on the holoport but are installed
`uninstall_ineligible_happs`
`handle_ineligible_happs`

Generally if you want to restrict something so it is not installed on the holoport you can use the function inside
`uninstall_apps.rs` called `should_be_installed` If this returns a `false` the happ will be uninstalled form the holoport.
Expand Down
Loading

0 comments on commit 1b2d91a

Please sign in to comment.