Added
-
Allow controlling return type of asset quantities through a media query. Allowing string instead of integer when using
Accept: application/json:asset-quantity=string. -
New slot-range index usage for wildcard (*) match queries (see #194).
-
Custom indexes can now be added via environment variable, prefixed with
KUPO_INDEX_. They behave as standard indexes with regards to--defer-db-indexesand are only installed if not already present. Indexes are named after the environment variable (after the dropping the prefix). So for example, to add an index for unspent inputs by payment credential, you can now provide:KUPO_INDEX_inputsByPaymentCredentialUnspent="inputs(payment_credential COLLATE NOCASE) WHERE spent_at IS NULL" kupo ...
Changed
-
Bumped internal dependencies to cardano-node==11.0.1.
-
Fixed network synchronisation calculations (see #191).
-
Rework some integration tests to avoid issues with closed file handles.
-
Fixed read-only mode requiring write permissions on the database directory.
Removed
N/A
Benchmarks
See benchmarks/README.md.
Snapshots
Docker image(s)
Dependencies
| Dependency | Tested With |
|---|---|
| cardano-node | 11.0.1
|
| ogmios | v7.*.*
|
| hydra-node | 0.21.0
|
Acknowledgments
@KtorZ, @notunrandom, @johnalotoski, @SupernaviX, @Javieracost, @longngn, @paluh, @caike, @erikd
