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-gatewaycause 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-rc6Metrics
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: trueHow 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.

