10366 commits in all time Apr 10, 2026 23:49 – Jul 09, 2026 23:49 UTC
renovate[bot] use-wallet
Merge f35ab7ef32a6069e9c6605870094d53360b83fc8 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
Git Commit b7f60f01 Branch pull/432/merge Document 3/40 ++ 40 --
renovate[bot] use-wallet
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7
Git Commit f35ab7ef Branch renovate/sveltejs-vite-plugin-svelte-7.x Document 3/40 ++ 40 --
lempira algokit-core
docs(algod-client): document localnet endpoint test runbook
Git Commit f31c7011 Branch feat/algod-client-polytest-tests Document 2/63 ++ 3 --
lempira algokit-core
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].
Git Commit 41465aba Branch feat/algod-client-polytest-tests Document 6/8 ++ 12 --
lempira algokit-core
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.
Git Commit 505d6f93 Branch feat/algod-client-polytest-tests Document 33/20 ++ 38 --
Merge 603b423e77e44048d2cd958128ea41c97e9051e1 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
Git Commit cf38c90f Branch pull/432/merge Document 3/40 ++ 40 --
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7
Git Commit 603b423e Branch renovate/sveltejs-vite-plugin-svelte-7.x Document 3/40 ++ 40 --
Merge 06938a7e658637cede8ad1895137c3805a724579 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
Git Commit 574a2b7a Branch pull/421/merge Document 15/3,102 ++ 1,803 --
chore(deps): update non-major dependencies
Git Commit 06938a7e Branch renovate/non-major-dependencies Document 15/3,102 ++ 1,803 --
lempira algokit-core
test(algod-client): defer state-proof endpoint tests
Git Commit b40d96a5 Branch feat/algod-client-polytest-tests Document 2/10 ++ 8 --
lempira algokit-core
test(algod-client): fill devmode and sync-control endpoint tests
Git Commit e794bc09 Branch feat/algod-client-polytest-tests Document 8/72 ++ 14 --
cusma go-algorand
Merge 395f59e155b662a29bf239e9cb2b3706a095099f into 02274cee67fb5384aa7f3834e546798c8fec084c
Git Commit ed327232 Branch pull/6639/merge Document 58/6,040 ++ 1,660 --
cusma go-algorand
chore: cr 5 by @jannotti, drop public key file, minors
Git Commit 395f59e1 Branch pull/6639/head Document 5/33 ++ 106 --
lempira algokit-core
test(algod-client): fill submit-then-query endpoint tests
Git Commit 9f0bdc36 Branch feat/algod-client-polytest-tests Document 9/113 ++ 13 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@770dc8d3303c2e30879d8efaed6ea3a566eed8f8 🚀
Git Commit 2bd86222 Branch gh-pages Document 5/27 ++ 27 --
scholtz-aures wallet
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.
Git Commit 770dc8d3 Branch master Document 5/425 ++ 36 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@ebe2059ca253bb44e46190c54dbeb2c850237c88 🚀
Git Commit 0634558a Branch gh-pages Document 9/7,758 ++ 7,758 --
scholtz-aures wallet
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
Git Commit ebe2059c Branch master Document 32/1,546 ++ 210 --
scholtz wallet
cicd deploy stable
Git Commit 4f915d40 Branch master Document 2/2 ++ 2 --
scholtz-aures wallet
fix: add missing packages section in pnpm-workspace.yaml
Git Commit 8000977a Branch master Document 1/2 ++ 0 --
scholtz-aures wallet
fix: update Node.js engine requirement to support older versions
Git Commit fb4aabbc Branch master Document 1/1 ++ 1 --
scholtz-aures wallet
Deploying to gh-pages from @ scholtz/wallet@70432864b29fcfb7b63b3ffaeef48456b28548f4 🚀
Git Commit 7d760f58 Branch gh-pages Document 3/3 ++ 3 --
scholtz-aures wallet
fix: correct Hungarian translations for wallet account types
Git Commit 70432864 Branch master Document 1/3 ++ 3 --