v0.0.1-rc6
This release supersedes `v0.0.1-rc5.
Changes
- Updated Docker image tag to
getoptimum/gateway:v0.0.1-rc6
- No configuration changes — all setup and usage instructions remain identical to
rc1
- Improve the metrics collection process.
- Remove
push-gateway
cause over usage of servers. - Added AB-Tester to Track latency for libp2p gossipsub and mumP2P.
- Minor improvements.
Notes
If you were previously running v0.0.1-rc5
, you can switch to rc6
simply by updating the Docker image tag in your docker run
or docker-compose
configuration.
Quick Start
Follow the Quick Start Guide but use the updated Docker image:
bash
docker pull getoptimum/gateway:v0.0.1-rc6
Metrics
We've standardized and expanded metrics in rc6
to make them easier to reason about and align with validator operator expectations.
AB-Testing (Latency Comparison)
RC6 includes an AB-Testing feature to compare libp2p vs libp2p+mumP2P latency:
Configuration:
yaml
enable_ab_testing: true
How it works:
- Even slots: Blocks only propagate via libp2p (control group)
- Odd slots: Blocks propagate via both libp2p + mumP2P (test group)
- Measurement: Latency metrics automatically track both groups
Use case: Validates mumP2P performance improvements in production without affecting all blocks.