aquarius icon indicating copy to clipboard operation
aquarius copied to clipboard

🐋 Off-chain database store for data assets metadata.

Results 17 aquarius issues
Sort by recently updated
recently updated
newest added

Investigate a way to properly expose the shacl fields restrictions/limitations

Given the following log: ``` 2022-05-10 06:52:48,923 - aquarius.events.events_monitor - INFO - Finished searching for MetadataCreated events on chain 4 in blocks 10650574 to 10650575. 1 MetadataCreated events detected. 2022-05-10...

Type: Enhancement
Priority: High

- [X] Refactor main loop - [x] Deploy to [https://v4-2.aquarius.oceanprotocol.com/](https://v4-2.aquarius.oceanprotocol.com/) - [ ] Test it with remote networks

Status: DoNotMerge

https://v4.aquarius.oceanprotocol.com/api/aquarius/chains/status/56 returns version 4.5.3 but `aquarius-events-bsc 1/1 1 1 105d aquarius-events-bsc oceanprotocol/aquarius:v4.5.5 app=aquarius-events-bsc ` ``` NAME READY UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR aquarius 1/1 1 1 105d aquarius oceanprotocol/aquarius:v4.5.5...

Type: Bug

Although is clear that we don't have the rights to decrypt that ddo, is still added to the queue ``` 2022-10-14 11:07:59,863 - aquarius.events.events_monitor - INFO - Finished searching for...

Type: Bug

The current block processing loop is having a lot of issues because: - uses unnecessary web3 calls when splitting in blocks (what if OrderStarted passes, but ExchangeCreated fails? it will...

Type: Bug
Priority: Critical

Nft address : [0xd74270dcd1f21544CcABbd3594Fbb68224d09e46](https://polygonscan.com/address/0xd74270dcd1f21544CcABbd3594Fbb68224d09e46) (polygon) [Subgraph example](https://v4.subgraph.polygon.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql?query=%7B%0Anft%28id%3A%220xd74270dcd1f21544ccabbd3594fbb68224d09e46%22%29+%7B%0A++id%0A++owner%0A%7D%0A%7D&variables=%22%7B%5Cn++%5C%22owner%5C%22%3A+%5C%220x3e81aa994f774ee914d57946ddf2486ea7d42d65%5C%22%2C%5Cn++%5C%22pool%5C%22%3A+%5C%220x1394422b871d0fe64da7557df567c7cccd0c7ae9%5C%22%2C%5Cn++%5C%22poolAsString%5C%22%3A+%5C%220x1394422b871d0fe64da7557df567c7cccd0c7ae9%5C%22%2C%5Cn++%5C%22user%5C%22%3A+%5C%220x3e81aa994f774ee914d57946ddf2486ea7d42d65%5C%22%5Cn%7D%22) [Market url](https://market.oceanprotocol.com/asset/did:op:bacc5d13e2eea5f4729ad12c05a543646476e8517bc27721575622f4cec23f7c)

Type: Bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to account purge url 2. See response to...

Type: Bug
Priority: High

## Description Fixes the bug in the `trigger_caching` function where the incorrect key (`chain_id`) was used instead of the correct key (`chainId`) to extract the `chainId` value from the request...