Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jan 31, 2025
1 parent 88521cb commit 689bc0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ changes.

- Bump docusaurus version

- Add blockfrost support to `hydra-chain-observer`, to follow the chain via Blockfrost API.
- Changes to `hydra-chain-observer`:
- Add blockfrost support to follow the chain via Blockfrost API.
- Submit observations to a `hydra-explorer` via optional `--explorer` option.

- Fix `bench-e2e single` benchmarks and only use `--output-directory` to keep
the whole benchmark state.
Expand Down
2 changes: 1 addition & 1 deletion hydra-chain-observer/hydra-chain-observer.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hydra-chain-observer
version: 0.19.0
version: 0.20.0
synopsis: Hydra Chain Observer
author: IOG
copyright: 2023 IOG
Expand Down
2 changes: 0 additions & 2 deletions hydra-chain-observer/src/Hydra/ChainObserver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import Options.Applicative (execParser)

main :: IO ()
main = do
-- TODO: add a --version command line option
Options{backend, startChainFrom, explorerBaseURI} <- execParser hydraChainObserverOptions
withTracer (Verbose "hydra-chain-observer") $ \tracer -> do
traceWith tracer KnownScripts{scriptInfo = Contract.scriptInfo}
Expand Down Expand Up @@ -48,5 +47,4 @@ reportObservation networkId baseURI observation = do

version = showVersion hydraNodeVersion

-- TODO: maybe change schema to have network and version as part of the request body
url = "POST " <> show baseURI <> "/observations/" <> networkParam <> "/" <> version

0 comments on commit 689bc0f

Please sign in to comment.