hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Update tests for the service groups database #33

Closed cmickeyb closed 4 months ago

cmickeyb commented 4 months ago

Replace invocation of the script for building a local groups and services database with one that uses the public interfaces for the services and groups databases. Move away from "host specific" configuration to a configuration based on the more general site configuration file (i.e. site.toml).

By default, testing will still occur with locally hosted services. Importing a site configuration file from another service provider (which just involves copying the site configuration file to ${PDO_HOME}/etc/sites/${SERVICE_HOST}.toml) enables use of PDO services from any location.

This is a draft until the corresponding PR (https://github.com/hyperledger-labs/private-data-objects/pull/481) is committed to PDO. Before it is committed, the private-data-object submodule must be updated.

cmickeyb commented 4 months ago

Subsumed by #32