11178 commits in all time Feb 06, 2026 20:55 – May 07, 2026 20:55 UTC
jannotti go-algorand
Merge dd5b1529123479daba87f923bff2ed76bf857dbf into a4dea7a341e3db69078e3aec04b5971c5d6b6b24
Git Commit e9445b22 Branch pull/6596/merge Document 29/1,879 ++ 1,225 --
jannotti go-algorand
app_params_set, new box params, and "foreign" box opcodes
This PR introduces `app_params_set` as a way for apps to set some of
their own parameters. As of this PR, two flags are introduced.
ForeignBoxReads makes all of the calling app's boxes "public" in the
sense that they can be read by other apps, on-chain.  FamilyBoxAccess,
makes all of the boxes available for read AND write, but only to apps
with the same creator as the calling app.

All box opcodes have a new version which accepts the appID for the box
being manipulated.  For example `box_len` has a new version called
`app_box_len` that takes an additional argument, the appID of the box
whose length is being queried.  Perhaps these should be called
`box_len_ex` by analogy to `app_global_get_ex` which has a similar
relationship to `app_global_get`.

Of course, the box being accessed must be _available_ by the usual
meaning of _available_. (Listed in tx.Boxes or tx.Access, in one of
the transactions of the group.)
Git Commit dd5b1529 Branch pull/6596/head Document 29/1,879 ++ 1,225 --
lempira algokit-core
Merge 704c1b586da0ed6c15b2dc8fae1b88de1218d50f into 82946305e2d7f46594040d1a303ccfb8a3daac3f
Git Commit 7c029665 Branch pull/338/merge Document 6/455 ++ 0 --
LoafPickleWW wen-tools
feat: implement post-quantum wallet transaction history panel and integrate into dashboard
Git Commit 0765e352 Branch main Document 3/169 ++ 4 --
LoafPickleWW wen-tools
feat: implement Falcon post-quantum utility module for Algorand account management and transactions
Git Commit 8d7d8e63 Branch main Document 1/1 ++ 1 --
algorandskiy go-algorand
Merge b788d47c1cdb2c4bbd0353c356a981d1c2d53d4e into a4dea7a341e3db69078e3aec04b5971c5d6b6b24
Git Commit f94f20bc Branch pull/6501/merge Document 16/659 ++ 168 --
LoafPickleWW wen-tools
feat: add Falcon post-quantum utility module for Algorand account management and signing
Git Commit 83eca20d Branch main Document 1/14 ++ 5 --
LoafPickleWW wen-tools
feat: add SendTransactionPanel with NFD resolution and Falcon account signing capabilities
Git Commit 3bcda2e9 Branch main Document 3/248 ++ 42 --
daniel-makerx puya
Merge b3f90cbf57c40dbb36fcb5b69cee5ac81ed9973d into 52406ead5b207ed6d212bf8ff137b4d709f99bc4
Git Commit 77767083 Branch pull/722/merge Document 2/182 ++ 147 --
achidlow puya
reduce double-eval logs
Git Commit 7af04125 Branch main Document 1/8 ++ 2 --
achidlow puya
chore: compile all
Git Commit 52406ead Branch main Document 96/0 ++ 1,317 --
LoafPickleWW wen-tools
feat: implement post-quantum Falcon-1024 signature support with WASM-based key management and transaction handling.
Git Commit 06dfc437 Branch main Document 11/531 ++ 561 --
dependabot[bot] puya
Merge 727379471f6b43248b6860f22dc72eea86414790 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
Git Commit 838690ec Branch pull/678/merge Document 2/5 ++ 5 --
dependabot[bot] puya
Merge ff7e237899650e2faaa501aa43802701a5af1268 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
Git Commit 3b8a2788 Branch pull/677/merge Document 2/5 ++ 5 --
dependabot[bot] puya
Merge 1f7d85d556424af3b3b785663bb18b9cd4a273b6 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
Git Commit 7656c42f Branch pull/676/merge Document 2/5 ++ 5 --
joe-p puya
Merge cadaf1c27784b181e46bc8488bc9f996b00c7591 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
Git Commit 295eda19 Branch pull/664/merge Document 4/142 ++ 2 --
dependabot[bot] puya
Merge ac89eb01b4d6502cfa6360e937679594250b056b into 60f9e87056e149cbf32aed942aef8aaac112cc0f
Git Commit cd1f2467 Branch pull/675/merge Document 2/5 ++ 5 --
dependabot[bot] puya
Merge e3b49727caa30e0610a59ca361374e04a761ab97 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
Git Commit 1a960554 Branch pull/674/merge Document 2/5 ++ 5 --
joe-p algokit-core
Merge 4d51e7cc581a0464f4683e36bcbb8579fb00ef69 into 3f16417fee2b7dd68a77b51dbe7b56840f8d41fb
Git Commit dbf19816 Branch pull/319/merge Document 104/478 ++ 139 --
joe-p algokit-core
chore: disable default feature of http client (#331)
Git Commit 3f16417f Branch main Document 8/24 ++ 8 --
joe-p algokit-core
chore: relax reqwest version (#330)
Git Commit 2fd22627 Branch main Document 1/1 ++ 1 --
LoafPickleWW wen-tools
feat: add configuration constants and post-quantum wallet icon support
Git Commit f8d43579 Branch main Document 2/8 ++ 0 --
LoafPickleWW wen-tools
feat: add TypeScript definitions for falcon-signatures and falcon-algo-sdk libraries
Git Commit 161c4ba5 Branch main Document 1/31 ++ 0 --