Releases: ethereum-optimism/monitorism
Releases · ethereum-optimism/monitorism
op-monitorism/v0.0.6
What's Changed
- Add
ARM64
architecture Docker images by @raffaele-oplabs in #84 - Update README.md by @raffaelemazzitelli in #88
- 85 faultproof withdrawals does not report connection errors metrics correctly by @raffaele-oplabs in #90
New Contributors
- @raffaelemazzitelli made their first contribution in #88
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
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 ofString
. 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
What's Changed
- Implement HTTP JSON API for PSPs Executor in
op-defender
by @Ethnical in #48 - Update the docs of
op-monitorism
andop-defender
by @Ethnical in #52
Full Changelog: op-monitorism/v0.0.4...op-defender/v0.0.1
op-monitorism/v0.0.4
What's Changed
- Add new metrics and improve robustess by @Ethnical in #45
- adding tag service by @raffaele-oplabs in #46
- removing condition for LoopIntervalMsec that causes issues by @raffaele-oplabs in #49
- Remove the
LoopIntervalMsec
from liveness_expiration + withdrawals_mon. by @Ethnical in #50
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
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