Skip to content

Releases: kilnfi/cardano-validator-watcher

v0.2.0

01 Aug 15:13
Compare
Choose a tag to compare

🔥 Highlights

Cardano Validator Watcher 0.2.0 — Now monitors Pool Owner DRep registrations. Upgrade to benefit from this new feature and improved experience.

🚀 Features

feat: implement pool owner DRep registration monitoring @rayanebel (#39)

🧰 Maintenance

chore(deps): update module github.com/go-viper/mapstructure to v2 @[renovate[bot]](https://github.com/apps/renovate) (#12)

This PR contains the following updates:

Package Change Age Confidence
github.com/go-viper/mapstructure v1.6.0 -> v2.4.0 age confidence

Release Notes

go-viper/mapstructure (github.com/go-viper/mapstructure)

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.2.1...v2.3...

Read more

v0.1.0

09 Jan 14:44
Compare
Choose a tag to compare

🔥 Highlights

Cardano Validator Watcher 0.1.0 is the inaugural release of our monitoring solution, designed to help you effectively monitor your Cardano infrastructure. This version introduces multiple watchers :

  • Network: Provides detailed insights into the Cardano network.
  • Pools: Returns information about your stake pools.
  • Blocks: Helps you monitor the block production performance of your pools.
  • Status: Provides data regarding the health of the watcher.

Each watcher returns a collection of Prometheus metrics, which can be used to build detailed dashboards and set up alerting rules.

🚀 Features

feat: add status watcher @rayanebel (#9)
feat: add a new watcher for monitoring block validation performance @rayanebel (#5)
  • feat: add slotleader service
  • feat: add database package
  • feat: add cardano package to interact with a cardano-node
  • test: add unit tests for the cardano package
  • test: add unit tests for the slotleader package
  • feat: add blocks watcher
feat: add a watcher to collect data about the network @rayanebel (#4)
  • feat: add a watcher to collect data about the network
feat: add a watcher to monitor pools @rayanebel (#3)
  • feat: add a watcher to monitor pools
  • test: add mock for blockfrost client interface
  • test: add unit test for pools package
  • test: add unit test for pool watcher
  • test: add unit tests for blockfrost package
  • test: add unit tests for metrics package
  • test: add unit tests for http server
  • chore: add a Makefile and a .gitignore config

🐞 Bug Fixes

fix: container release workflow @rayanebel (#25)
fix(deps): update module github.com/dgraph-io/ristretto to v2 @renovate (#20)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/dgraph-io/ristretto v0.2.0 -> v2.0.1 age adoption passing confidence

Release Notes

dgraph-io/ristretto (github.com/dgraph-io/ristretto)

v2.0.1

Compare Source

Fixed
  • Wait for goroutines to finish (#​423)
  • Bump golang.org/x/sys from 0.27.0 to 0.28.0 in the minor group (#​421)
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the minor group (#​420)
  • Bump golang.org/x/sys from 0.26.0 to 0.27.0 in the minor group (#​419)

Full Changelog: hypermodeinc/ristretto@v2.0.0...v2.0.1

v2.0.0

Compare Source

Breaking
Added
Fixed

Full Changelog: hypermodeinc/ristretto@v0.2.0...v2.0.0

v1.0.1

Compare Source

This release is deprecated

v1.0.0

Compare Source

This release is deprecated


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

fix(deps): update module github.com/blockfrost/blockfrost-go to v0.3.0 @renovate (#19)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/blockfrost/blockfrost-go v0.2.2 -> v0.3.0 age adoption passing confidence

Release Notes

blockfrost/blockfrost-go (github.com/blockfrost/blockfrost-go)

v0.3.0

Compare Source

What's Changed

Full Changelog: blockfrost/blockfrost-go@v0.2.2...v0.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the [repository job log](https://developer.mend.io/github/kilnfi/cardano-validator-watche...

Read more