Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CardanoSolutions/kupo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1462fd22b87ed5dfb8dfb0baa72ef870f19752d4
Choose a base ref
..
head repository: CardanoSolutions/kupo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 905a65b2c0e56c8d557434f847a8f21e44ff041c
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 CHANGELOG.md
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

#### Added

* Compatibility with hydra-node 0.16.0.

- A new mode `--read-only` which can be used to boot-up an HTTP server with only read access to the underlying database. This option comes as an alternative to the other options for chain producers (e.g. `--node-socket` and `--node-config`). The replica can only reply successfully to GET queries with the exception of queries under `/metadata`. The latter must go through the master server.

- Automatic restart and setup indexes when `--defer-db-indexes` is provided and the tip of the chain is reached.