aquadoggo icon indicating copy to clipboard operation
aquadoggo copied to clipboard

Node for the p2panda network handling validation, storage, aggregation and replication

Results 99 aquadoggo issues
Sort by recently updated
recently updated
newest added

**Steps to reproduce** `RUST_LOG=debug cargo run -- -r https://this-does-not-exist-lalala123.io -A 2f8e50c2ede6d936ecc3144187ff1c273808185cfbc5ff3d3748d1ff7353fc96="1 2 3 4 5 6 7 8 9`

bug

.. for example for incrementing the log id

The document store methods currently return `DocumentView` only, which doesn't contain metadata (schema, author, etc.). Instead I think we should always include metadata in these store methods. Currently, `Document` always...

Maybe a nice guideline: https://sematext.com/blog/logging-levels/ Related issue in `p2panda_rs`: https://github.com/p2panda/p2panda/issues/390

For testing the GraphQL API I would like to have a high-level alternative to `test_db` that can create application schemas and documents in the test db that use these schemas....

> I haven't thought it fully through yet but I can imagine we actually want to dispatch dependency tasks for it as well as this might again have effects further...

Currently the dependency task implementation only looks at pinned / unpinned relations of the current document view, but we should also take the schema id into account (basically making the...