Dave Hughes
Dave Hughes
So, I thought through that. Under the current implementation: 1. Any functions with zero-arg callbacks will return a promise which will always resolve to `undefined` (or reject, if there was...
Updated branch/PR to revert the removal of `contextMenus.create` (#26), since the goal of #27 is to ensure the API is consistent.
Happy to help. I agree that a programmatic solution could follow from this, though I believe it would be fairly inefficient. My intent was really to provide a way for...
@ShrimpWink if private keys for trusted passport issuers have leaked, that's concerning and certainly undermines the entire system. If you know of specific governments/organizations that have had their private key...
BC payload, without the credentialSubject: ```javascript { iss: 'https://smarthealthcard.phsa.ca/v1/issuer', nbf: 1630863179, vc: { type: [ 'https://smarthealth.cards#covid19', 'https://smarthealth.cards#immunization', 'https://smarthealth.cards#health-card' ], ... }```
> does that now work with BC Vaccine Cards when signature verification is enabled? GregSwallow beat me to it, but yes. Signature verification works for BC with that key. >...
Is there anything I can do to further contribute on this issue?
@davidjgonzalez or @justinedelson: is there anything that I can do to further contribute on this issue?
No reason that I'm aware of. Perhaps @mwmd could comment, as it was his code, not mine.
Reimplemented with the JSON Writer API and created PR #45.