Skip to content

fix: enable dag feature by default in aingle_cortex#78

Merged
ApiliumDevTeam merged 1 commit intomainfrom
dev
Mar 13, 2026
Merged

fix: enable dag feature by default in aingle_cortex#78
ApiliumDevTeam merged 1 commit intomainfrom
dev

Conversation

@ApiliumDevTeam
Copy link
Contributor

Summary

  • Add dag to default and full feature sets in aingle_cortex
  • Bump to v0.6.1

Without this fix, the published binary does not include DAG endpoints and /api/v1/dag/* returns 404. This ensures dag is enabled out of the box.

Changed

  • crates/aingle_cortex/Cargo.toml: default and full features now include dag
  • Cargo.lock updated accordingly

Test plan

  • cargo build -p aingle_cortex includes DAG endpoints without explicit --features dag
  • /api/v1/dag/tips responds 200 on a running node

Add dag to default and full feature sets so the binary includes
DAG endpoints without requiring explicit --features dag.
Bump to v0.6.1.
@ApiliumDevTeam ApiliumDevTeam merged commit c40d88b into main Mar 13, 2026
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant