chunningham

Results 14 issues of chunningham

This PR replaces the IPLD module of `rust-ipfs` with that of [`libipld`](https://github.com/ipld/libipld). This was proposed in issue #54, but the issue was closed (I believe upon the emergence of `ipfs-embed`)....

### Scope of the feature Add Bluetooth Low Energy as a transport layer ### Tasks - [x] Find suitable ble library - [x] Implement serial port interface for ble -...

feature

The UCAN wg is on the precipice of [updating the specification to v0.10](https://github.com/ucan-wg/spec/pull/132). Does ATP plan to adopt the new version once an implementation is available?

CAIP-196 currently defines timestamps as integers. 99% of the time this is what they will be, however the JWT spec defines timestamps as ["NumericDates"](https://datatracker.ietf.org/doc/html/rfc7519#section-2) which can have fractional values. The...

CAIP-196 defines a straightforward way of transforming back to UCAN serialisation which works almost all the time, however it does not account for header entries apart from `alg` and `typ`....

Excellent crate! I understand the initial implementation approach of being bound to `did:key`, but the API of `BytesToKey` and `DidParser::parse` assumes/requires that: 1. a public key will always be extractable...

enhancement
help wanted

allows for DID methods with the same architecture as `did:jolo` but a different anchoring network to easily integrate with the library

KERIOX (being in rust) is well suited to be used in embedded environments, as long as it can be made `no_std`. The current limiting factor is heap allocated `Vec`s, which...

There has been some discussion and concerns expressed about rehousing the KERI WG. In the interest of maximising cooperation and minimising the potential for divergence, there is a proposal from...