Skip to content

Releases: ethereum-optimism/monitorism

op-monitorism/v0.0.6

10 Oct 09:21
88bb56c
Compare
Choose a tag to compare

What's Changed

New Contributors

Docker image

us-docker.pkg.dev/oplabs-tools-artifacts/images/op-monitorism:v0.0.6

Full Changelog: op-monitorism/v0.0.5...op-monitorism/v0.0.6

op-monitorism/v0.0.5

01 Oct 18:23
c0b2ecd
Compare
Choose a tag to compare

What's Changed

  • add release docker for op-defender by @raffaele-oplabs in #53
  • Add a onchain execution on forked network with Hardcoded values. by @Ethnical in #54
  • Fetching PrivateKey from Environnement and Execute onchain transaction. by @Ethnical in #55
  • Refactoring + improve logging and add a Get method api/healthcheck by @Ethnical in #56
  • feat: Add superchainconfig fetched from env variables. by @Ethnical in #57
  • Add go test for op-defender into directly into the CI. by @Ethnical in #58
  • Generate a weekly digest for monitorism by @zchn in #60
  • Fix test + add testing into the CI for op-monitorism. by @Ethnical in #61
  • Add Fetch PSPs Externally + new tests + Increase the code robustness. by @Ethnical in #59
  • Allow RPC Sepolia Production RPC by @Ethnical in #63
  • Add address used at the starting of the op-defender. by @Ethnical in #64
  • Improve the HTTP server response + type usage common.hash instead of String. by @Ethnical in #65
  • Feat(Testing) + Improve code Robusteness by @nodauf in #67
  • Feat(Simulation) to SimulateTransaction() the PSPs before executing them onchain by @Ethnical in #66
  • Docs: Update the README of the global_event monitor by @yfalcone in #74
  • Add go-linter to the CI + Fix the previous Linting issues by @Ethnical in #62
  • chore(metrics): Refactor and add a metrics for the tracking the balance of the sender of the PSPs. by @Ethnical in #76
  • Add documentation on how to retrieve or build op-monitorism docker images by @raffaele-oplabs in #78
  • fix lack of space between words in doc by @raffaele-oplabs in #79
  • chore: return zero if the value is 0 for weiToEther by @Ethnical in #80
  • Adding faultproof-withdrawals monitoring by @raffaele-oplabs in #75
  • Monitorism #81 by @raffaele-oplabs in #82

New Contributors

Docker image

us-docker.pkg.dev/oplabs-tools-artifacts/images/op-monitorism:v0.0.5

Full Changelog: op-defender/v0.0.1...op-monitorism/v0.0.5

Adding op-defender first version

16 Aug 16:12
f4fc5a0
Compare
Choose a tag to compare

What's Changed

  • Implement HTTP JSON API for PSPs Executor in op-defender by @Ethnical in #48
  • Update the docs of op-monitorism and op-defender by @Ethnical in #52

Full Changelog: op-monitorism/v0.0.4...op-defender/v0.0.1

op-monitorism/v0.0.4

15 Aug 13:42
8a555f0
Compare
Choose a tag to compare

What's Changed

Docker image

us-docker.pkg.dev/oplabs-tools-artifacts/images/op-monitorism:v0.0.4@sha256:be9aebdd44b5ef595986301d162d805f3cc6982291c37164000dc6671158b9bf

Full Changelog: op-monitorism/v0.0.3...op-monitorism/v0.0.4

Releasing liveness-expiration

24 Jun 09:42
d15c7b1
Compare
Choose a tag to compare
Adding new monitor (Safe Liveness Expiration) (#44)

* feat: add liveness expiration base

* chore: clean up metrics + lib + name

* chore: remove the comment address

* chore: add new address

* feat: add the `livenessGuard` + `livenessModule`

* feat: add the missing metrics

* refactor: change some minor and rename variables.

* clean: clean the CLI.go before sending it.

* feat: add `README.md`

* chore: fix the test.

* chore: fix readme.

* feat: add new readme and clean the readme of the projects

* chore: readme fix

* Update README.md

* chore: fix typo and links

* chore: fix typos