pico-engine icon indicating copy to clipboard operation
pico-engine copied to clipboard

An implementation of the pico-engine hosted on node.js

Results 100 pico-engine issues
Sort by recently updated
recently updated
newest added

This is to follow up on issue #568 when flushing a ruleset in the UI, and the ruleset compiles (and so can be registered with the pico-engine) but cannot be...

bug
UI

This is a bootstrapping issue, having to do with these two rulesets: ``` io.picolabs.pico-engine-ui io.picolabs.wrangler ``` The version 1 pico engine came with just the first of these, and we...

bug
enhancement
question

When creating a channel (`ctx:newChannel` (called by `wrangler:createChannel`)) one of the parameters is an array of strings used as tags. Each tag is sanitized, to replace runs of special characters...

enhancement
documentation

@b1conrad let me know if this provides what you need.

This seems to invoke the parsing for the content types that we need for DIDComm v2.

For interoperating with other DIDComm v2 systems that use, for example ``` "content-type": "application/didcomm-encrypted+json", ``` which the pico engine currently doesn't support. Since we wish to support DIDComm v2, we...

bug

Phil reported: > I have a rule that accepts an event attribute that is an identifier but looks like an 18-digit number. Like this: 830010923977419046. When I look in the...

Implement Peer DID Method 3 as described in the [specifications](https://identity.foundation/peer-did-method-spec/#generation-method).

enhancement
0 - Backlog

We need the `dido` library to raise an event at the moment when a DID exchange results in a connection being established. This needs to happen both for the pico...

enhancement
help wanted

The `provides` directive identifies functions in a ruleset that can be used by other rulesets using this one as a module. The `shares` directive identifies functions that can be invoked...

bug
question