github CardanoSolutions/kupo v2.12
v2.12.0

one day ago

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-indexes and 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

See Snapshots from v2.8.0

Docker image(s)

cardanosolutions/kupo:v2.12.0

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

Details

v2.11.0...v2.12.0

Don't miss a new kupo release

NewReleases is sending notifications on new releases.