Skip to content

Releases: LIT-Protocol/chipotle

v1.1.2

12 May 03:58
3adbeb9

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 May 04:27

Choose a tag to compare

What's Changed

  • feat: recursively bundle nested jsDelivr imports as data URLs (CPL-249) by @GTC6244 in #285
  • fix: handle data: URI imports in CDN module loader (CPL-250) by @GTC6244 in #286
  • feat: cache Lit Action code by CID by @GTC6244 in #287
  • feat: comprehensive agent skill file for Chipotle API (CPL-253) by @GTC6244 in #288
  • fix: truncate long specifiers in CdnModuleLoader resolve logs (CPL-255) by @GTC6244 in #289
  • fix: cache and retrieve lit action code by IPFS ID (CPL-254) by @GTC6244 in #290
  • Feature/cpl 256 short cut for cached lit action code by @GTC6244 in #293
  • Feature/cpl 257 add caching for the get wallet derivation to avoid rpc call by @GTC6244 in #294
  • feat: use NoopModuleLoader on cache hit for faster Lit Action execution (CPL-258) by @GTC6244 in #295
  • fix: use DataUrlModuleLoader on cache hit for faster Lit Action execution (CPL-258) by @GTC6244 in #296
  • feat: monitor dapp UI updates (CPL-259) by @GTC6244 in #297
  • feat: bundle lit-action imports at cache time (CPL-262) by @GTC6244 in #299
  • Cargo test in ci by @Garandor in #301
  • perf: parallelize bundler dep graph walk (CPL-263) by @GTC6244 in #303
  • feat: pool of pre-warmed JsRuntimes built from the snapshot (CPL-265) by @GTC6244 in #305
  • feat: add Jaeger step + --no_code flag to local_test.sh (CPL-266) by @GTC6244 in #306
  • refactor: split dashboard app.js into 9 ES modules by @GTC6244 in #193
  • feat: make Rocket reloadable via on-chain restart trigger (CPL-143) by @GTC6244 in #302
  • feat: add stripe_report CLI for per-client daily usage (CPL-269) by @GTC6244 in #309
  • feat: sovereign-mode direct contract writes (CPL-267 Phase 1) by @GTC6244 in #310
  • contract updates for self sovereign by @GTC6244 in #315
  • feat: call-before-send for sovereign contract writes (CPL-271) by @GTC6244 in #313
  • feat(CPL-275): offer API mode + ChainSecured mode in dashboard by @GTC6244 in #316
  • feat(CPL-276): dApp RPC config for ChainSecured by @GTC6244 in #317
  • feat(CPL-277): convert an API-based account to a ChainSecured account by @GTC6244 in #319
  • docs(CPL-278): add API mode vs ChainSecured mode guide by @GTC6244 in #318
  • docs(CPL-279): document ChainSecured HTTP endpoints, drop orphan api_direct by @GTC6244 in #321
  • ci: manual workflow to allowlist Phala TEE devices on Base by @clawdbot-glitch003 in #320
  • fix(CPL-280): pin ABI bytecode hashes for Base deployments by @GTC6244 in #322
  • refactor(CPL-282): drop chainlist RPC lookup from dashboard & monitor by @GTC6244 in #323
  • feat(CPL-283): use connected wallet's RPC in ChainSecured mode by @GTC6244 in #324
  • ci: manual workflow to push envs and start a Phala CVM by @clawdbot-glitch003 in #325
  • feat(CPL-285): allow Stripe billing in ChainSecured mode with SIWE auth by @GTC6244 in #327
  • feat(CPL-284): add sig-derived usage API key endpoint for ChainSecured mode by @GTC6244 in #326
  • feat(CPL-288): show single login card via auth-mode toggle by @GTC6244 in #328
  • feat(CPL-286): migrate ChainSecured signature envelope to EIP-712 by @GTC6244 in #329
  • ci(next): point next deploys at prod6 cvm_yZQnD863 by @clawdbot-glitch003 in #330
  • ci(next): point next deploys at prod2 chipotle-next-rep-sa6xj by @clawdbot-glitch003 in #331
  • feat(CPL-313): preserve Stripe customer across ChainSecured conversion by @GTC6244 in #334
  • fix(CPL-314): hide "Convert to ChainSecured" menu outside API mode by @GTC6244 in #335
  • fix(CPL-316): clarify ChainSecured conversion modal copy by @GTC6244 in #336

New Contributors

Full Changelog: v1.0.8...v1.1.1

v1.0.8

21 Apr 03:08
7cfac8d

Choose a tag to compare

What's Changed

  • feat: cache get_wallet_derivation to avoid redundant RPC calls (CPL-257) by @GTC6244 in #291
  • feat: short-circuit for cached lit action code (CPL-256) by @GTC6244 in #292
  • feat: monitor accordion fix and layout rearrangement (CPL-261) by @GTC6244 in #298
  • feat: make Rocket reloadable via on-chain restart trigger by @GTC6244 in #267
  • v1.0.8 release by @GTC6244 in #308

Full Changelog: v1.0.7...v1.0.8

v1.0.7

16 Apr 04:16
05060b2

Choose a tag to compare

What's Changed

  • fix: add setup-node to static site deploy workflows by @Garandor in #260
  • docs: migrate URLs from dev.litprotocol.com to new domains by @Garandor in #261
  • docs: migrate README URLs from dev.litprotocol.com to new domains by @Garandor in #262
  • fix: update curl examples to use production API URL (CPL-203) by @GTC6244 in #263
  • fix: correct Lit Action pricing text in dashboard (CPL-196) by @GTC6244 in #259
  • feat: show Payment Not Required when Stripe is disabled (CPL-191) by @GTC6244 in #252
  • feat: add usage API key override to dashboard (CPL-190) by @GTC6244 in #251
  • Optimization Instrumentation by @GTC6244 in #264
  • docs: update Lit Action limits to match current API defaults (CPL-198) by @GTC6244 in #266
  • feat: CDN module imports with SHA-384 integrity verification (CPL-206) by @GTC6244 in #268
  • feat: rewrite static ES imports to dynamic import() calls (CPL-209) by @GTC6244 in #271
  • fix: allow TOFU verification for CDN imports without lockfile (CPL-210) by @GTC6244 in #272
  • docs: add gating guidance for Action-Identity Signing (CPL-207) by @GTC6244 in #269
  • feat: module import cleanup, showImportDetails(), and security hardening (CPL-211) by @GTC6244 in #273
  • feat: add local testing environment script (CPL-192) by @GTC6244 in #274
  • feat: add $100 and $200 payment options to dashboard (CPL-213) by @GTC6244 in #276
  • feat: blockchain permission caching (CPL-127) by @GTC6244 in #278
  • feat: remove balance from Usage API Keys table (CPL-244) by @GTC6244 in #279
  • docs(arch): Mermaid diagrams for DeRoT key issuance, VM upgrade, and trust verification by @Garandor in #32
  • docs: add crypto payment instructions (CPL-212) by @GTC6244 in #275
  • feat: add dev environment shutdown warning modal (CPL-245) by @GTC6244 in #280
  • feat: Stripe billing caches and async charge (CPL-246) by @GTC6244 in #281
  • feat: warn about no funds in dashboard instructions (CPL-248) by @GTC6244 in #282
  • fix: smart contract security hardening from audit (CPL-199) by @GTC6244 in #265
  • test: add unit tests across lit-api-server modules (CPL-216) by @GTC6244 in #277

Full Changelog: v1.0.6...main

v1.0.6

01 Apr 16:50
v1.0.6

Choose a tag to compare

What's Changed

  • fix: clean up stale deploy-context.json on self-hosted runners by @Garandor in #244
  • feat: add WalletConnect support to Monitor app (CPL-176) by @GTC6244 in #245
  • feat: decode Solidity revert reasons (CPL-175) by @GTC6244 in #246
  • feat: refactor contract owner to diamond storage (CPL-188) by @GTC6244 in #249
  • Contract update -> owner to diamond storage by @GTC6244 in #248
  • Gtc6244/update press release by @GTC6244 in #250
  • fix: resolve OwnershipFacet artifact path in verify task by @Garandor in #254
  • fix: prevent deploy-3 from triggering on failed deploy-2 runs by @Garandor in #253
  • fix: k6 integration test picks up wildcard sentinel from list_actions by @GTC6244 in #255
  • feat: per-second billing for Lit Action execution (CPL-174) by @GTC6244 in #247
  • feat: document 429 response in OpenAPI spec for /lit_action by @Garandor in #256
  • fix: allow usage API keys with proper permissions to call management functions (CPL-194) by @GTC6244 in #257
  • feat: k6 prod post-deploy testing with pre-funded accounts (CPL-178) by @Garandor in #258

Full Changelog: v1.0.5...v1.0.6