Added
- TypeScript client for the 'TxMonitor' mini-protocol. Documentation available at https://ogmios.dev/typescript-client/tx-monitor/ (🔨 @leobel).
Changed
-
The server now returns slightly better faults when detecting a misuse of the
TxMonitor
protocol (e.g. when sending aHasTx
before anAwaitAcquire
). -
The server now fails with an explicit error when given a
Request
containing areflection
field;reflection
is only used in responses, while requests usemirror
. See #217 (💡 @grim-i-am)
Removed
N/A