Conversation
Distribute tips-core's code to proper homes and delete the crate: - Bundle types (types.rs, test_utils.rs) → base-primitives - Kafka config (kafka.rs) → tips-audit-lib - Logging/metrics → replaced with cli-utils LogConfig/PrometheusServer - Remove flashblocks feature flag from base-primitives (always enabled)
✅ Heimdall Review Status
|
- Make `bundles` module private with types re-exported from lib.rs - Move bundle test helpers into `test_utils/` alongside existing test utilities - Sort misc dependencies by line length (waterfall style) - Simplify downstream imports to use `base_primitives::*` re-exports - Remove stale flashblocks feature example from README
bf1fdbe to
ead03ba
Compare
Review SummaryClean crate consolidation that removes
ObservationsDependency weight increase on
No correctness, safety, or concurrency issues found. The import migrations ( |
## Description Include govenance token in predeploylist ## Metadata Fixes #726
* fix: reorder overlap/gap checks in agg validation * chore: reorder validations in docstring * fix: check < for gap
* fix: reorder overlap/gap checks in agg validation * chore: reorder validations in docstring * fix: check < for gap
* fix: reorder overlap/gap checks in agg validation * chore: reorder validations in docstring * fix: check < for gap
* chore: remove tips-core crate Distribute tips-core's code to proper homes and delete the crate: - Bundle types (types.rs, test_utils.rs) → base-primitives - Kafka config (kafka.rs) → tips-audit-lib - Logging/metrics → replaced with cli-utils LogConfig/PrometheusServer - Remove flashblocks feature flag from base-primitives (always enabled) * chore: replace fully-qualified base_cli_utils types with imports * fix: enable test-utils feature for base-primitives in dev-dependencies * chore: address PR review feedback - Make `bundles` module private with types re-exported from lib.rs - Move bundle test helpers into `test_utils/` alongside existing test utilities - Sort misc dependencies by line length (waterfall style) - Simplify downstream imports to use `base_primitives::*` re-exports - Remove stale flashblocks feature example from README
* fix: reorder overlap/gap checks in agg validation * chore: reorder validations in docstring * fix: check < for gap
* fix: reorder overlap/gap checks in agg validation * chore: reorder validations in docstring * fix: check < for gap
* fix: reorder overlap/gap checks in agg validation * chore: reorder validations in docstring * fix: check < for gap
Description
Migrate
tips-corelogic into the existing crates. This does:cli-utilsMisc: