738 Commits

Author SHA1 Message Date
4NK CI Bot
a302149ea8 fix: correction de la configuration WebSocket pour utiliser VITE_BOOTSTRAPURL au lieu de window.location.origin
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
2025-09-19 17:55:39 +00:00
4NK CI Bot
537e627ebc ci: docker_tag=ext - Update for dev4 deployment
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
2025-09-19 17:04:01 +00:00
4NK CI Bot
5e3f050132 ci: docker_tag=ext chore(ihm): rebuild ext
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 50s
2025-09-19 08:02:08 +00:00
4NK CI Bot
3e53ed70d1 ci: docker_tag=ext feat(ihm): callback bridge authorized-client.html
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 57s
2025-09-18 22:20:25 +00:00
4NK CI Bot
b9f435c2bf ci: docker_tag=ext
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 50s
2025-09-18 17:01:19 +00:00
4NK CI Bot
4f7d51e9b2 fix(ihm_client): génération et persistance locale d'une clé HMAC si VITE_JWT_SECRET_KEY absent
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 50s
2025-09-18 16:53:28 +00:00
4NK CI Bot
a6f54dc8f5 fix(ihm_client): favicon via chemin relatif /favicon.svg pour HTTPS
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
2025-09-18 16:26:06 +00:00
4NK CI Bot
a40416a248 fix(ihm_client): double fallback IndexedDB si service worker.ready échoue
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 52s
2025-09-18 16:16:48 +00:00
4NK CI Bot
c21eb9170a fix(ihm_client): fallback IndexedDB direct si Service Worker indisponible (iframe)
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 53s
2025-09-18 16:14:25 +00:00
4NK CI Bot
d47db27583 fix(ihm_client): initialiser Database (IndexedDB) dans Services.init() et attendre readiness
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
2025-09-18 16:08:58 +00:00
4NK CI Bot
eb6f6be67b fix(ihm_client): éviter fallback localhost; utiliser window.location.origin pour BASEURL/URLs par défaut
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 50s
2025-09-18 16:07:35 +00:00
4NK CI Bot
e9f6af41a1 fix(ihm_client): charger WASM ESM sans export default dans index.html
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 1m4s
2025-09-18 16:01:53 +00:00
4NK CI Bot
1c20450b05 fix(ihm_client): imports ESM explicites vers pkg/sdk_client.js et chemins relatifs
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 50s
2025-09-18 15:58:44 +00:00
4NK CI Bot
e76f2e1db9 ci: docker_tag=ext - utiliser pkg WASM fourni (ESM) et supprimer build wasm
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 50s
2025-09-18 15:54:56 +00:00
4NK CI Bot
0cf587fa6e ci: docker_tag=ext - wasm-bindgen --no-reference-types for web target
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m45s
2025-09-18 15:47:31 +00:00
4NK CI Bot
01b1b50d6b ci: docker_tag=ext - Fix WASM compilation for web target
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m44s
- Recompile sdk_client WASM with --target web for ES modules
- Update Dockerfile to build WASM in web target instead of bundler
- Modify index.html to initialize WASM before router
- Update service.ts and router.ts to use ES module imports
- Fix 'module is not defined' error in browser
2025-09-18 15:41:05 +00:00
4NK CI Bot
5da295be1a ci: docker_tag=ext chore: inclure binaire sdk_client (tgz) pour build ext
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
2025-09-18 15:11:23 +00:00
4NK CI Bot
a4dd8c57f2 ci: docker_tag=ext | use prebuilt wasm pkg (no wasm build in CI)
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 52s
2025-09-18 12:05:43 +00:00
4NK CI Bot
653b86fbc9 ci: docker_tag=ext | cargo update wasm-bindgen*(0.2.103) js-sys/web-sys (0.3.80) before build
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m41s
2025-09-18 11:32:46 +00:00
4NK CI Bot
70f3a30f64 ci: docker_tag=ext | revert reference-types; compile wasm without externref requirements
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m37s
2025-09-18 11:20:01 +00:00
4NK CI Bot
2dda47534b ci: docker_tag=ext | enable reference-types (RUSTFLAGS + wasm-bindgen --reference-types)
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m46s
2025-09-18 11:08:49 +00:00
4NK CI Bot
01ad5a3816 ci: docker_tag=ext | align wasm-bindgen-cli 0.2.103 with crate 0.2.103
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m44s
2025-09-18 11:01:04 +00:00
4NK CI Bot
5884e8d845 ci: docker_tag=ext | ensure wasm-bindgen in PATH + use wasm-bindgen bin
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m18s
2025-09-18 10:55:36 +00:00
4NK CI Bot
fb54522bce ci: docker_tag=ext | rust 1.82 + wasm-bindgen-cli 0.2.92 --locked (cargo+bindgen)
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 3m16s
2025-09-18 10:50:14 +00:00
4NK CI Bot
59ad93516c ci: docker_tag=ext | pin rust 1.73 + wasm-bindgen-cli 0.2.92 + cargo build wasm
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 58s
2025-09-18 10:47:19 +00:00
4NK CI Bot
6ef5186407 ci: docker_tag=ext | wasm-pack: use --reference-types for wasm-bindgen
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 1m50s
2025-09-18 10:42:14 +00:00
4NK CI Bot
c89d956821 ci: docker_tag=ext | wasm-build: force reference-types for wasm-bindgen
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 1m52s
2025-09-18 10:37:39 +00:00
4NK CI Bot
7a52bb2ee7 ci: docker_tag=ext | buildx ssh-agent pour clone sdk_client
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 1m57s
2025-09-18 10:33:31 +00:00
4NK CI Bot
903ad3849d ci: docker_tag=ext
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 43s
workflow: gitea ci ext, cleanup github workflow
2025-09-18 10:29:22 +00:00
4NK CI Bot
17e2cd282e ci: docker_tag=ext | Gitea Actions build/push image ext
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 21s
2025-09-18 07:37:56 +00:00
4NK CI Bot
e6569cf908 docs(tests): analyse initiale ihm_client 2025-09-18 07:35:58 +00:00
Sosthene
0d473cf3d1 [bug] Update device blockheight right after initialization to prevent race condition
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m25s
2025-09-13 08:12:30 +02:00
Sosthene
457994c506 Updating testData in storage
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m15s
2025-09-13 07:34:43 +02:00
Sosthene
5fc485e233 Fix checkConnections, also check more aggressively 2025-09-13 07:34:43 +02:00
Sosthene
0d934e7b6e [bug] coerce potention undefined to null as return value of getObject() 2025-09-13 07:34:43 +02:00
02d28d46bb Add .env.exemple file
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m8s
2025-09-12 12:33:06 +02:00
723f4d5d85 Add .env to gitignore
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m11s
2025-09-12 12:30:27 +02:00
omaroughriss
6f9fa60e2f Use env variables to config urls
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m2s
2025-09-10 17:41:01 +02:00
omaroughriss
e729e32b35 Add handshakeMsg log
Some checks failed
Build and Push to Registry / build-and-push (push) Has been cancelled
2025-09-10 16:24:06 +02:00
omaroughriss
e4681f91e4 Merge branch 'dev' of https://git.4nkweb.com/4nk/ihm_client into dev
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m4s
2025-09-10 15:25:07 +02:00
omaroughriss
6363ec1189 Update relay handshake verification to use peer list or sp adresses 2025-09-10 15:25:05 +02:00
Sosthene
c8ac815e2b Refactor handleHandshakeMsg
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m11s
2025-09-08 22:00:36 +02:00
Sosthene
ef31cba983 Improve checkConnections to prevent no shared secrets 2025-09-08 22:00:36 +02:00
Omar Oughriss
47c7d31249 Rename workflow
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m18s
2025-09-08 16:53:44 +02:00
Omar Oughriss
ede8d95fd1 Add "dev" tagged image
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m17s
2025-09-08 16:44:33 +02:00
Omar Oughriss
0fc7b6e4c3 Update Dockerfile to use branche dev of sdk_client 2025-09-08 16:44:02 +02:00
Sosthene
3f64369852 [bug] Fix wrong api calls for storeData 2025-09-08 15:56:34 +02:00
Sosthene
e8c2d1a05a Get the storage urls from diffs 2025-09-08 15:56:14 +02:00
Sosthene
63ee4ce719 Merge branch 'bug_scan_blocks_update' into dev 2025-09-05 07:59:09 +02:00
Sosthene
e0e186f4f4 Refactor pairing logic
Account for the fact that we need the pairing id earlier now
2025-09-05 07:57:57 +02:00