v1.0.1
Added
- N/A
Changed
-
📌 #17 (:speech_balloon: @bakon11) - The internal reconnection logic and chain provider error handling has been reworked to be more resilient. In particular, before this patch, Kupo would re-synchronize the index from the provided configuration point in case of a connection lost and recovered with the chain provider. Now, it restarts where it was
before the connection was lost. Also, for Ogmios, few exceptions weren't properly caught and would simply cause the server to crash when loosing connection. -
Fixed a log message informing about ongoing migration, communicating a wrong target version being migrated to (despite doing migration correctly).
Removed
- The server will no longer match on failed Alonzo transactions. That is, the index is only constructed out of successful and valid transactions. On Mainnet, this only concerns one transaction, but this could lead to quite surprising behavior should an application be watching the chain via Kupo as an index. Consequently,
1.0.1
includes an automatic database migration which will prune any concerned output reference from the database for both mainnet and testnet.
Dependencies
Dependency | Tested With |
---|---|
cardano-node | 1.33.0 |
ogmios | v5.1.0 |