Latest Repo Discovered
Foodprint-wallet
Python
·
No license
Top Contributor of the Month
10366 commits in all time
Apr 10, 2026 23:49 – Jul 09, 2026 23:49 UTC
Merge f35ab7ef32a6069e9c6605870094d53360b83fc8 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
b7f60f01
pull/432/merge
3/40 ++ 40 --
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7
f35ab7ef
renovate/sveltejs-vite-plugin-svelte-7.x
3/40 ++ 40 --
docs(algod-client): document localnet endpoint test runbook
f31c7011
feat/algod-client-polytest-tests
2/63 ++ 3 --
test(algod-client): run localnet endpoint tests by default
Drop the localnet-tests feature gate: the generated clients are the algod/ indexer/kmd clients, so exercising them against a live node is core coverage, not an opt-in extra. The endpoint tests now compile and run as part of cargo t, which assumes a running, seeded localnet. sanity.sh and CI seed localnet (cargo api seed-localnet) before cargo t. Deferred tests keep their #[ignore].
41465aba
feat/algod-client-polytest-tests
6/8 ++ 12 --
test(algod-client): gate endpoint tests behind localnet-tests feature
Replace the per-test #[ignore = "requires localnet"] with a localnet-tests cargo feature: the generated aggregator is #![cfg]'d off by default so offline cargo t stays green, and enabling the feature against a seeded localnet runs the suite. Deferred tests keep their own #[ignore]. state_lock() moves to an async tokio::sync::Mutex so its guard is safe to hold across the awaits it guards.
505d6f93
feat/algod-client-polytest-tests
33/20 ++ 38 --
Merge 603b423e77e44048d2cd958128ea41c97e9051e1 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
cf38c90f
pull/432/merge
3/40 ++ 40 --
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7
603b423e
renovate/sveltejs-vite-plugin-svelte-7.x
3/40 ++ 40 --
Merge 06938a7e658637cede8ad1895137c3805a724579 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
574a2b7a
pull/421/merge
15/3,102 ++ 1,803 --
chore(deps): update non-major dependencies
06938a7e
renovate/non-major-dependencies
15/3,102 ++ 1,803 --
test(algod-client): defer state-proof endpoint tests
b40d96a5
feat/algod-client-polytest-tests
2/10 ++ 8 --
test(algod-client): fill devmode and sync-control endpoint tests
e794bc09
feat/algod-client-polytest-tests
8/72 ++ 14 --
Merge 395f59e155b662a29bf239e9cb2b3706a095099f into 02274cee67fb5384aa7f3834e546798c8fec084c
ed327232
pull/6639/merge
58/6,040 ++ 1,660 --
chore: cr 5 by @jannotti, drop public key file, minors
395f59e1
pull/6639/head
5/33 ++ 106 --
test(algod-client): fill submit-then-query endpoint tests
9f0bdc36
feat/algod-client-polytest-tests
9/113 ++ 13 --
Deploying to gh-pages from @ scholtz/wallet@770dc8d3303c2e30879d8efaed6ea3a566eed8f8 🚀
2bd86222
gh-pages
5/27 ++ 27 --
feat: enhance password management and security measures
- Refactor changePasswordClick method in Settings.vue to be asynchronous, ensuring proper handling of password changes. - Introduce clearDerivedKeys function in walletCrypto.ts to clear cached AES keys on logout, addressing security concerns. - Update logout action in wallet.ts to call clearDerivedKeys, enhancing session security. - Modify changePassword action in wallet.ts to commit the new password to state, preventing silent reversion to the old password. - Add detailed security audit report for findings related to password management and session handling, highlighting critical issues and recommendations for improvement.
770dc8d3
master
5/425 ++ 36 --
Deploying to gh-pages from @ scholtz/wallet@ebe2059ca253bb44e46190c54dbeb2c850237c88 🚀
0634558a
gh-pages
9/7,758 ++ 7,758 --
feat: implement wallet encryption and decryption using AES-GCM and PBKDF2
- Added new wallet encryption helpers in walletCrypto.ts - Introduced a new format for wallet encryption (AWEv1) using AES-256-GCM - Implemented PBKDF2-SHA256 for key derivation with 600,000 iterations - Ensured backward compatibility with legacy CryptoJS encryption format - Added functions for encrypting and decrypting wallet data - Included caching for derived keys to improve performance
ebe2059c
master
32/1,546 ++ 210 --
fix: add missing packages section in pnpm-workspace.yaml
8000977a
master
1/2 ++ 0 --
fix: update Node.js engine requirement to support older versions
fb4aabbc
master
1/1 ++ 1 --
Deploying to gh-pages from @ scholtz/wallet@70432864b29fcfb7b63b3ffaeef48456b28548f4 🚀
7d760f58
gh-pages
3/3 ++ 3 --
fix: correct Hungarian translations for wallet account types
70432864
master
1/3 ++ 3 --