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

``` thread 'proptests::tests::filtering_queries' panicked at '[ServerError { message: "A fatal error occured in DocumentStore: error returned from database: \"-0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000036377018999518037\" is out of range for type real", locations: [Pos(2:13)], path: [],...

bug

As Document always wants an owner, then we need a "fake" one when the owner is not part of the query. Feels like maybe one struct (Document) is trying to...

When we generate ordering input enums for the GraphQL query API we make field keys lowercase. This was to avoid collisions with the default values like `DOCUMENT_ID` etc... but i...

If the `deleted` filter is set to `true` we want to return only deleted documents (with empty `fields`).

It is already retrievable from the SQL store but needs to be brought to the GraphQL API frontend.

Find sane database indexes and query optimizations, utilizing `EXPLAIN` SQL, heavy-load testing and benchmarking.

Introducing backwards cursor pagination and `before` in GraphQL arguments, `startCursor` and `hasPreviousPage` in GraphQL response field.