scrolls icon indicating copy to clipboard operation
scrolls copied to clipboard

Read-optimized cache of Cardano on-chain entities

Results 18 scrolls issues
Sort by recently updated
recently updated
newest added

Adds a new reducer and leverages projections

There is currently an issue which means some blocks (random) are not processed when using N2N, meaning the accuracy of data cannot be guaranteed. When attempting to roll forward to...

bug

**In progress** - Finds the script in the witness set - Hashes it to get the key and stores it using the `LastWriteWins` CRDT - Had to remove some `#[cfg(feature...

We extend the transaction-specific filter pattern with two new properties `mint_policy_id_hex` and `mint_asset_name_hex`. For example, the following filter allows you to only process transactions which mint/burn the asset with the...

Thanks again for the amazing tool and documentation ! I'm looking to build a dashboard to track **wallet distribution of specific cadano native assets (ex: LQ) across multiple epochs**. Is...

good first issue
feature

In order to run scrolls in production, it is necessary to be able to run multiple sled instances on the same sled database. Dependencies: 1. Allow to configure redis _cursor...

feature

Ideally, we should promote metrics / counters rather than logs for these high-frequency observations (as when data as been added to the Storage). Might be a nice addition for a...

Hello, As per the documentation, there is a todo "Document filtering options per collection". I had a look at the code and from what I understood, it doesn't seem like...

enhancement
question