Activity Overview

Commits and releases over time

  • Commits
  • Releases
  • Authors

Repository Explorer

262 commits in all time Jun 17, 2026 20:54 – Sep 15, 2026 20:54 UTC
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@50de930f3e5cfa57bd86227ccfd1f091e0eaa44c 🚀
Git Commit ce136459 Branch gh-pages Document 9/16 ++ 16 --
scholtz-aures wallet
feat: update MongoDB security context in Liquid Auth deployment configurations
Git Commit 50de930f Branch master Document 2/28 ++ 0 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@d82dfe3371329d22651cf5f012444993a4cb0db1 🚀
Git Commit a5865552 Branch gh-pages Document 9/16 ++ 16 --
scholtz-aures wallet
feat: migrate MongoDB deployments to StatefulSets and update related configurations
Git Commit d82dfe33 Branch master Document 5/69 ++ 56 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@3e023fde5c4010eafdb5d7429c923bd39b27561b 🚀
Git Commit 32ba1e18 Branch gh-pages Document 9/16 ++ 16 --
scholtz-aures wallet
feat: add storageClassName to Liquid Auth deployment configurations
Git Commit 3e023fde Branch master Document 2/2 ++ 0 --
github-actions[bot] wallet
cicd deploy 1.2026.09.15-main [skip ci]
Git Commit e3f9e0ff Branch master Document 1/1 ++ 1 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@5f23c44a7b7f91f95a3ab7d651a616a2c8704e12 🚀
Git Commit 43099e02 Branch gh-pages Document 9/16 ++ 16 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@93e5dda86531228ff933f707546a95d8b1e714e4 🚀
Git Commit c466c05e Branch gh-pages Document 9/16 ++ 16 --
scholtz-aures wallet
docs: update Liquid Auth and deployment secrets documentation for clarity and formatting
Git Commit 5f23c44a Branch master Document 2/34 ++ 34 --
scholtz-aures wallet
feat: enhance Liquid Auth deployment with Redis password management and init containers
Git Commit 93e5dda8 Branch master Document 7/147 ++ 39 --
github-actions[bot] wallet
cicd deploy 1.2026.09.10-main [skip ci]
Git Commit 003655f5 Branch master Document 1/1 ++ 1 --
scholtz wallet
Deploying to gh-pages from @ scholtz/wallet@b42ab5dda41f7826787d0545a2338480c7203c42 🚀
Git Commit 02fb9c43 Branch gh-pages Document 18/6,650 ++ 6,643 --
dependabot[bot] wallet
Merge bae88301db07d00573700e6b4e28b0b72ba31f26 into b42ab5dda41f7826787d0545a2338480c7203c42
Git Commit 5e9ce5c7 Branch pull/168/merge Document 2/7 ++ 7 --
scholtz wallet
Merge pull request #169 from scholtz/feat/liquid-auth
feat: connect to dApps with Liquid Auth (passkey-linked WebRTC, ARC-27 + ARC-60)
Git Commit b42ab5dd Branch master Document 35/3,408 ++ 208 --
scholtz wallet
Merge 3b9f699463a7071b9c5af667f96c0291aba38faa into 978e6d819af06b0308951824d5ffabaa0fe2a09b
Git Commit f7f97ccb Branch pull/169/merge Document 35/3,408 ++ 208 --
scholtz-aures wallet
ci(k8s): two-stage Liquid Auth pipeline (stage.liquid.biatec.io -> liquid.biatec.io)
- k8s/deployment-liquid-auth-stage.yaml: stage instance, passkey origin
  stage.wallet.biatec.io, CORS for all stage Biatec Wallet hosts
- k8s/deployment-liquid-auth-stable.yaml: production instance (renamed)
- .github/workflows/liquid-auth.yml: deploy-stage (Stage env, automatic on
  manifest/workflow changes) then deploy-production (Production env,
  required-reviewer approval); syncs the k8s Secret from LIQUID_AUTH_*
  environment secrets, clears stray probe handlers, rolls out, smoke tests
- k8s/README.md: pipeline, secrets to configure, domain/passkey caveats;
  scripts take stage|stable

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Git Commit 3b9f6994 Branch feat/liquid-auth Document 7/666 ++ 53 --
scholtz wallet
Merge ecd847e39506a4c71a141f042c1eef7e7e117759 into 978e6d819af06b0308951824d5ffabaa0fe2a09b
Git Commit d70aa230 Branch pull/169/merge Document 33/2,795 ++ 208 --
scholtz-aures wallet
feat(k8s): deployment for the Liquid Auth service at liquid.biatec.io
API (ghcr.io/algorandfoundation/liquid-auth), single-node MongoDB with PVC,
non-persistent Redis, and two nginx ingresses: REST with CORS-with-credentials
for the wallet origin and a Secure cookie flag, /socket.io for WebSocket
signaling from any dApp origin. Secrets/apply helper scripts and docs.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Git Commit ecd847e3 Branch feat/liquid-auth Document 5/437 ++ 0 --
scholtz wallet
Merge 93e388216e20efce71ff966cf27427a53281755a into 978e6d819af06b0308951824d5ffabaa0fe2a09b
Git Commit b108a6dc Branch pull/169/merge Document 29/2,358 ++ 208 --
scholtz-aures wallet
feat: connect to dApps with Liquid Auth (passkey-linked WebRTC, ARC-27 + ARC-60)
Adds a second dApp transport next to WalletConnect, following the Algorand
Foundation's Liquid Auth protocol: the wallet registers/uses a passkey at a
Liquid Auth service with the "liquid" extension (service challenge signed by
the account key, linked to the dApp's requestId), then negotiates a direct
WebRTC data channel (public Google STUN) and answers ARC-0027 messages:
arc0027:sign_transactions (ARC-0001) and the arc0060:sign_data extension.

- src/scripts/liquid/protocol.ts: ARC-0027 CBOR+base64url envelope, deep links
  (mirror of the codec in biatec-wallet-use-wallet-client)
- src/scripts/liquid/webauthn.ts: attestation/assertion ceremonies
- src/shared/liquid.ts: signaling socket + RTCPeerConnection per pairing,
  presence-driven renegotiation
- src/store/liquid.ts: sessions, requests, responses, ARC-60 domain checks
- src/shared/decodeSignRequests.ts: request decoders extracted from wc.ts and
  shared by both transports (accept base64 and base64url)
- signer/signLiquidChallenge (sk + HD accounts), liquid/reset on logout
- Connect page: "Liquid Auth" tab; request tables take a `namespace` prop
- docs/LIQUID_AUTH.md: protocol summary, trust model, service deployment
  (RP ID must be the wallet's domain, CORS with credentials)
- locales: connect.liquid.* in all languages (English text for now)
- playwright/unit/liquidProtocol.spec.ts

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Git Commit 93e38821 Branch feat/liquid-auth Document 29/2,358 ++ 208 --
dependabot[bot] wallet
Merge bae88301db07d00573700e6b4e28b0b72ba31f26 into 978e6d819af06b0308951824d5ffabaa0fe2a09b
Git Commit 13a2b8f3 Branch pull/168/merge Document 2/7 ++ 7 --
dependabot[bot] wallet
chore(deps-dev): bump baseline-browser-mapping from 2.10.43 to 2.11.0
Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.43 to 2.11.0.
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.10.43...v2.11.0)

---
updated-dependencies:
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit bae88301 Branch dependabot/npm_and_yarn/baseline-browser-mapping-2.11.0 Document 2/7 ++ 7 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@978e6d819af06b0308951824d5ffabaa0fe2a09b 🚀
Git Commit 4b40a6a8 Branch gh-pages Document 9/15 ++ 15 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@2ca43562d6e8fb90e867256102512ef7cc68322d 🚀
Git Commit 5c148783 Branch gh-pages Document 9/15 ++ 15 --