Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8e572b2
fix(naga-explorer): all lint errors
Ansonhkg Dec 12, 2025
26cad6a
fix(naga-explorer): remove build warnings
Ansonhkg Dec 12, 2025
0086a53
build(packages): publish dual ESM+CJS outputs via exports
Ansonhkg Dec 12, 2025
7e2d5cb
build(packages): publish dual ESM+CJS outputs via exports
Ansonhkg Dec 12, 2025
7d843c7
chore(package.json): add explorer scripts
Ansonhkg Dec 12, 2025
05c101a
chore(workflows): include explorer in Docker build matrix
Ansonhkg Dec 12, 2025
0749216
chore(localStorageNode): clean up code structure and comments
Ansonhkg Dec 12, 2025
dcc2280
feat(login-modal): add explorer theme styles and TypeScript types
Ansonhkg Dec 13, 2025
00d55a6
chore: enhance Lit service management and integrate EOA wallet support
Ansonhkg Dec 13, 2025
0e62984
feat(login-modal): allow optional sponsored EOA PKP mint via auth ser…
Ansonhkg Dec 13, 2025
f034625
feat(login-modal): add sponsored eoa mint toggle & wallet adapter
Ansonhkg Dec 15, 2025
022d20f
fmt
Ansonhkg Dec 15, 2025
6d55b2b
fmt
Ansonhkg Dec 15, 2025
b746b47
Merge branch 'naga' into chore/cleanup-explorer
Ansonhkg Jan 6, 2026
ed3c486
fmt
Ansonhkg Jan 7, 2026
2a10956
fmt
Ansonhkg Jan 7, 2026
a565c7d
Merge branch 'naga' into chore/cleanup-explorer
Ansonhkg Jan 9, 2026
3d90233
fix(auth): split storage entrypoints for browser and node
Ansonhkg Jan 9, 2026
c41489e
Merge branch 'chore/cleanup-explorer' into fix-auth-split-storage-ent…
Ansonhkg Jan 9, 2026
6ce3ab9
fmt
Ansonhkg Jan 9, 2026
86b99d8
fmt
Ansonhkg Jan 9, 2026
897da15
Merge branch 'fix-auth-split-storage-entrypoints-for-browser-and-node…
Ansonhkg Jan 9, 2026
e37d8bd
feat(app-tests): add tanstack demo and improve browser test tooling
Ansonhkg Jan 9, 2026
71a0523
fix(core): make node-only exports safe and stabilise browser schemas
Ansonhkg Jan 9, 2026
53b2813
fix(crypto): browser-safe timestamp
Ansonhkg Jan 9, 2026
59f6972
fmt
Ansonhkg Jan 9, 2026
4077f32
feat(app-tests): add tanstack, vite-react, and svelte demos/tests
Ansonhkg Jan 10, 2026
bad5255
fmt
Ansonhkg Jan 10, 2026
bcd0c93
fix(auth, auth-helpers, schemas): add full polyfills coverage
Ansonhkg Jan 10, 2026
f103670
feat: enhance app testing setup with new applications and server
Ansonhkg Jan 10, 2026
2f456ae
fix: standardize DOCTYPE declaration and format meta tags in HTML files
Ansonhkg Jan 10, 2026
b029ac3
chore: update lock file
Ansonhkg Jan 10, 2026
eab7a12
fmt
Ansonhkg Jan 10, 2026
b71fdd2
fix: sdk buffer polyfills
Ansonhkg Jan 10, 2026
0a9c38b
fix: update buffer type definition for compatibility across auth and …
Ansonhkg Jan 10, 2026
c491e4e
fmt
Ansonhkg Jan 10, 2026
bd99449
Merge branch 'naga' into chore/cleanup-explorer
Ansonhkg Jan 15, 2026
76908cb
Merge branch 'naga' into chore/cleanup-explorer
Ansonhkg Jan 15, 2026
b217f42
Merge branch 'chore/cleanup-explorer' into fix-auth-split-storage-ent…
Ansonhkg Jan 15, 2026
9fb510a
Merge branch 'naga' into chore/cleanup-explorer
Ansonhkg Jan 27, 2026
e2f3ce0
Merge branch 'chore/cleanup-explorer' into fix-auth-split-storage-ent…
Ansonhkg Jan 27, 2026
2e85e3b
Merge pull request #1049 from LIT-Protocol/fix-auth-split-storage-ent…
Ansonhkg Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
app: [lit-auth-server, lit-login-server]
app: [lit-auth-server, lit-login-server, explorer]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pnpm run sync:contracts # requires GH_API_KEY in your environment
Testing a custom local network? Point the runner at your generated `networkContext.json` and RPC URL. (/lit-assets/blockchain/contracts/networkContext.json)

```ts
const networkModule = nagaLocal
const networkModule = await nagaLocal
.withLocalContext({
networkContextPath:
'/Users/<username>/Projects/lit-assets/blockchain/contracts/networkContext.json',
Expand Down
Loading
Loading