Ian Costanzo

Results 223 comments of Ian Costanzo

Here's another example - https://orgbook.gov.bc.ca/entity/A0131501 It's an ex-pro company that looks like it was replaced in March 2024 - there are (at least) 2 "historical" records for this company with...

Fixed one issue in BC Reg issuer, once this is promoted into prod I'll do another pass at the OrgBook relationship cleanup and verify if there are any other issues....

@swcurran yes this is a good idea. The agents don't get re-started during the test run, so we can pass some kind of configuration information on startup, but we can't...

Add a startup parameter to the backchannel "AIP1" or "AIP2", what are the specific settings that this will affect? @andrewwhitehead @swcurran ?

OK I'll first look into the aca-py options and propose an AIP1 and AIP2 set ...

Existing aca-py parameters (AIP10): ['./bin/aca-py', 'start', '--endpoint', 'http://192.168.65.3:9021', '--label', 'aca-py.Acme', '--inbound-transport', 'http', '0.0.0.0', '9021', '--outbound-transport', 'http', '--admin', '0.0.0.0', '9022', '--admin-insecure-mode', '--public-invites', '--wallet-type', 'indy', '--wallet-name', 'aca-py.acme483699', '--wallet-key', 'aca-py.Acme483699', '--auto-provision', '--recreate-wallet', '--genesis-transactions',...

For AIP20 add the following 2 parameters: ``` if AIP_CONFIG >= 20 or os.getenv('EMIT-NEW-DIDCOMM-PREFIX') is not None: # if the env var is set for tails server then use that....

https://github.com/hyperledger/aries-agent-test-harness/pull/203

> @ianco could you take a look at this one? Seems valuable to me. ok will do.

I think the default is the old style verbose webhooks, no? so not a breaking change ... (unless you want the default to be the more terse format)