feat(open_aot_patch_tools): add compact AOT patch artifact tools with AES-GCM encryption
ci / 📄 License Check (push) Has been cancelled
ci / ✅ Semantic Pull Request (push) Has been cancelled
ci / 🔤 Check Spelling (push) Has been cancelled
ci / 👀 Detect Changes (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (${{ matrix.os }}) (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (push) Has been cancelled
ci / 🔎 Verify ${{ matrix.package }} (push) Has been cancelled
ci / ci (push) Has been cancelled
Shorebird CI / changes (push) Has been cancelled
Shorebird CI / CSpell (push) Has been cancelled
Shorebird CI / artifact_proxy (push) Has been cancelled
Shorebird CI / dex (push) Has been cancelled
Shorebird CI / discord_gcp_alerts (push) Has been cancelled
Shorebird CI / flutter_version_resolver (push) Has been cancelled
Shorebird CI / jwt (push) Has been cancelled
Shorebird CI / scoped_deps (push) Has been cancelled
Shorebird CI / shorebird_build_trace (push) Has been cancelled
Shorebird CI / shorebird_ci (push) Has been cancelled
Shorebird CI / shorebird_cli (push) Has been cancelled
Shorebird CI / shorebird_code_push_client (push) Has been cancelled
Shorebird CI / shorebird_code_push_protocol (push) Has been cancelled
Shorebird CI / shorebird_redis_client (push) Has been cancelled
Shorebird CI / stripe_api (push) Has been cancelled
Shorebird CI / required (push) Has been cancelled

- Introduced a new package `open_aot_patch_tools` for creating compact, flavor-aware AOT patch artifacts.
- Implemented runtime model for AOT patches, ensuring compatibility with iOS constraints.
- Added delivery security using AES-256-GCM for encrypted patch artifacts.
- Created compact payload formats including empty, binary diff, and full snapshot.
- Developed linking and encryption functionalities for patch artifacts.
- Added tests for verifying encryption, metadata validation, and artifact reconstruction.
- Included documentation for the design and usage of the patch tools.
This commit is contained in:
Tony
2026-06-23 13:01:48 +08:00
parent 6fc2d8dfa3
commit b1d17f0339
7 changed files with 1588 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ workspace:
- packages/discord_gcp_alerts
- packages/flutter_version_resolver
- packages/jwt
- packages/open_aot_patch_tools
- packages/redis_client
- packages/scoped_deps
- packages/shorebird_build_trace