251 Commits

Author SHA1 Message Date
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
8d2c34b13b Refactor handling of prd update 2025-03-04 14:47:50 +01:00
bac3e68400 Add roles to UserDiff 2025-03-04 14:47:17 +01:00
d9d2bcd9d0 Add public_data 2025-03-03 23:20:46 +01:00
f0c52f6597 Working with new roles (to be recommited later) 2025-02-14 16:23:39 +01:00
14c2174897 Add serde-wasm-bindgen 2025-02-14 16:20:29 +01:00
7775e3bd3c Add get_member() 2025-02-03 16:38:51 +01:00
908155c939 [experimental] Add members_from_same_role and sync_process_from_relay 2025-01-30 16:08:04 +01:00
8759efb582 Update filter_keys to latest common 2025-01-30 16:07:32 +01:00
feeaedc917 Add request_data() 2025-01-30 16:07:18 +01:00