synor/crates/synor-hosting/src
Gulshan Yadav 780a6aaad0 feat: Enhance economics manager with flexible oracle configurations
- Added `with_production_oracle` and `with_oracle` methods to `EconomicsManager` for custom oracle setups.
- Introduced `record_compute_with_gpu` method in `MeteringService` to handle GPU-specific pricing.
- Enhanced `CircuitBreakerManager` to streamline price recording and state checking.
- Expanded `CrossChainOracle` with a builder pattern for easier configuration and added methods for managing pending packets.
- Introduced `PriceOracleBuilder` and `OracleFactory` for creating price oracles with various feeds.
- Added volume discount functionalities in `PricingEngine` for better pricing strategies.
- Improved `ContentResolver` with configuration management and health check features.
- Enhanced `ProverConfig` accessibility in `ProofSubmitter` and `Verifier` for better integration.
- Added utility methods in `SmtContext` for managing SMT-LIB scripts and assertions.
2026-01-26 23:37:45 +05:30
..
bin feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
server feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
compute.rs feat: Enhance economics manager with flexible oracle configurations 2026-01-26 23:37:45 +05:30
config.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
domain.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
error.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
lib.rs feat(compute): integrate synor-compute with VM and hosting layers 2026-01-11 14:05:45 +05:30
registry.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
router.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30