simplify build pipeline v0.2.26
-(ci): remove R2 sccache in favor of GitHub's built-in Rust caching -(ci): cleanup redundant env vars and sccache stats steps
add standalone release pipeline v0.2.25
fix: checkout types inside workspace with symlink
add standalone release pipeline v0.3.6
No Windows support for now - builds take 14min vs 2-4min for others. Edge can now be released independently from CLI.
silence dead_code warnings for CI v0.3.5
remove docker.yml - builds via CLI release workflow
add per-contract database isolation v0.3.4
add contract-db and PgBouncer to docker compose v0.2.0
-(tana-engine): add contract-db postgres service for per-contract databases (port 5433) -(tana-engine): add contract-bouncer PgBouncer for connection pooling (port 6432) -(tana-engine): edge service configured with CONTRACT_DB_ADMIN_URL and CONTRACT_DB_BOUNCER_URL
fix(routing): lookup contract storage address before routing to edge v0.2.2
fix(compose): add edge service environment variables v0.6.7