260 Commits

Author SHA1 Message Date
Sosthene
47c06d15de cd /home/debian/code/4NK_dev/sdk_signer && git status -sb | cat
Add varialized interval for intermediate saving during updates

(cherry picked from commit c3409c4460886ec0d452375d24495422710e70cd)
2025-08-29 14:02:45 +00:00
Debian
0a1fa0ffc3 [skip ci] chore(sync): maj hooks 4NK_template 2025-08-28 15:01:28 +00:00
Debian
29effc26c7 [skip ci] chore(agents): centralisation via 4NK_template (hooks+doc) 2025-08-28 12:05:22 +00:00
Your Name
cb8e182d8e ci: adapter jobs Rust au niveau du dépôt et désactiver Docker 2025-08-27 12:06:38 +02:00
Your Name
7861457715 chore(refine): adapter .gitea/docs/scripts au projet sdk_client 2025-08-27 11:56:34 +02:00
Your Name
f12463b7d2 chore(template): adapter .gitea depuis template et synchroniser docs pour sdk_client 2025-08-27 11:52:03 +02:00
Your Name
d03e2ab6d9 chore(template-sync): aligner avec 4NK_template (.cursor/.gitea/.gitea_template/scripts/ignores) 2025-08-27 11:37:44 +02:00
Your Name
ee0ec66bbd chore(release): bump version to 0.1.3 and align CHANGELOG v0.1.3 2025-08-26 13:45:14 +02:00
Your Name
2fe9f2d5e7 docs(testing): WASM Windows + script run-wasm-tests.ps1; chore: cleanup tests warnings 2025-08-26 08:25:04 +02:00
Your Name
c9bf58bc35 chore(release): v0.1.2 + tests WASM (Windows), script runner, doc v0.1.2 2025-08-26 08:19:33 +02:00
Your Name
c12dc5fe17 scripts: ensure wasm-bindgen-test-cli is installed and set WASM_BINDGEN_TEST_RUNNER 2025-08-26 07:27:02 +02:00
Your Name
fb15aad77e scripts: add run-wasm-tests.ps1 to configure LLVM toolchain and run wasm tests 2025-08-26 07:20:11 +02:00
Your Name
d4fe243e32 test(connect): remove duplicate wasm_bindgen_test attr to fix symbol duplication 2025-08-26 07:05:57 +02:00
Your Name
0f2ac94357 test: align suite dintégration; docs: prérequis wasm-pack/clang; chore: warnings 2025-08-26 06:31:15 +02:00
Your Name
58aba5b713 chore(release): bump to 0.1.1 and update changelog v0.1.1 2025-08-26 04:55:22 +02:00
Your Name
aad60b4328 docs: refonte complète sdk_client; build: import js_sys; README/INDEX alignés; CHANGELOG mis à jour 2025-08-26 04:52:34 +02:00
241888b668 docs: correction du formatage dans USAGE.md - Suppression des espaces en fin de ligne dans les exemples JavaScript 2025-08-25 19:36:41 +02:00
01c85b360d docs: alignement complet sur le niveau de documentation de 4NK_node - Correction de l'INDEX.md pour sdk_client (au lieu de 4NK_node) - Transformation complète de l'INSTALLATION.md pour SDK Rust/WASM (au lieu de Docker) - Remplacement total de l'USAGE.md pour SDK client (compilation, intégration, Silent Payments) - Documentation spécifique au développement SDK et WASM - Structure cohérente et navigation intuitive - Guides pratiques et techniques complets pour sdk_client 2025-08-25 19:35:28 +02:00
be97f95f4f feat: préparation open source et documentation complète - Ajout de la structure open source (LICENSE, CONTRIBUTING, etc.) - Documentation complète des APIs HTTP et WebSocket - Tests fonctionnels et d'intégration - Configuration CI/CD avec Gitea Actions - Structure de documentation alignée avec 4NK_node 2025-08-25 18:41:21 +02:00
Sosthene
cd371ac580 restore_device() takes JsValue, dump_device() returns Device 2025-08-18 11:45:17 +02:00
Sosthene
bb5fb5e75f validate_merkle_proof takes a JsValue 2025-08-18 11:45:17 +02:00
Sosthene
58dfe53408 minor fixes 2025-08-18 11:45:17 +02:00
Sosthene
f3e504689e Add MerkleProofResult and validate_merkle_proof() 2025-08-18 11:45:17 +02:00
Sosthene
1e1dbdf8df Add get_merkle_proof() 2025-08-18 11:45:17 +02:00
Sosthene
4f278278b7 Fix hash_value with new serialization method 2025-08-18 11:45:17 +02:00
Sosthene
6d308e90d2 Update decode_value to zstd 2025-08-18 11:45:17 +02:00
Sosthene
3346c7f0af Rm encode_value 2025-08-18 11:45:17 +02:00
Sosthene
8643523e0e [fix me] comment out broken duplicate check on update_process 2025-08-18 11:45:17 +02:00
Sosthene
38b2e5fd4c Update to latest common 2025-08-18 11:45:17 +02:00
Sosthene
036db10ae5 [bug] Fix update_process 2025-08-18 11:45:17 +02:00
Sosthene
70665fa762 Return a value that properly handle files 2025-06-17 15:14:02 +02:00
f4122a6e63 Add hash_value method 2025-06-06 22:46:48 +02:00
a3f1460fa5 create_new_process can't proceed if not roles provided 2025-06-06 12:50:18 +02:00
0a1b6c9552 Split encode_pcd into encode_json and encode_binary 2025-06-06 12:49:53 +02:00
815b640a27 [bug] don't stringify value before encryption 2025-06-06 11:23:20 +02:00
e72e0d9fe8 Add encode/decode api 2025-06-03 18:57:48 +02:00
90d87e7d9a Use FeeRate to prevent fees miscalculation 2025-04-08 16:03:46 +02:00
ef7749b4a5 Update to latest sp_client 2025-04-04 12:50:12 +02:00
f7e5c1e2e7 Optimisation and api simplification 2025-03-26 12:48:18 +01:00
4e8ac88336 Add the members_list everywhere necessary 2025-03-26 12:42:59 +01:00
a02b752aaa Remove ? from Member::new() 2025-03-26 12:39:57 +01:00
dc76e2126f [bug] deadlock on add_validation_token 2025-03-13 17:06:45 +01:00
40f8a6ec20 Refactor add_validation_token 2025-03-13 14:42:05 +01:00
4582807822 Update CommitMessage creation code 2025-03-13 14:41:52 +01:00
ea3fe8b863 Add dump_neutered_device 2025-03-13 14:40:36 +01:00
f25c6f27de Update to latest common 2025-03-12 13:02:26 +01:00
a99f41f50e Remove unused functions 2025-03-12 12:57:49 +01:00
99c548c755 Remove dead code 2025-03-12 10:47:38 +01:00
4c558589d0 Remove get_new_keypair 2025-03-12 10:30:39 +01:00
544e8989c6 Add roles as argument to request_data 2025-03-04 14:49:10 +01:00