Latest Repo Discovered
arcminter
TypeScript
·
MIT License
Top Contributor of the Month
11178 commits in all time
Feb 06, 2026 20:55 – May 07, 2026 20:55 UTC
Merge dd5b1529123479daba87f923bff2ed76bf857dbf into a4dea7a341e3db69078e3aec04b5971c5d6b6b24
e9445b22
pull/6596/merge
29/1,879 ++ 1,225 --
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.)
dd5b1529
pull/6596/head
29/1,879 ++ 1,225 --
Merge 704c1b586da0ed6c15b2dc8fae1b88de1218d50f into 82946305e2d7f46594040d1a303ccfb8a3daac3f
7c029665
pull/338/merge
6/455 ++ 0 --
feat: implement post-quantum wallet transaction history panel and integrate into dashboard
0765e352
main
3/169 ++ 4 --
feat: implement Falcon post-quantum utility module for Algorand account management and transactions
8d7d8e63
main
1/1 ++ 1 --
Merge b788d47c1cdb2c4bbd0353c356a981d1c2d53d4e into a4dea7a341e3db69078e3aec04b5971c5d6b6b24
f94f20bc
pull/6501/merge
16/659 ++ 168 --
feat: add Falcon post-quantum utility module for Algorand account management and signing
83eca20d
main
1/14 ++ 5 --
feat: add SendTransactionPanel with NFD resolution and Falcon account signing capabilities
3bcda2e9
main
3/248 ++ 42 --
Merge b3f90cbf57c40dbb36fcb5b69cee5ac81ed9973d into 52406ead5b207ed6d212bf8ff137b4d709f99bc4
77767083
pull/722/merge
2/182 ++ 147 --
feat: implement post-quantum Falcon-1024 signature support with WASM-based key management and transaction handling.
06dfc437
main
11/531 ++ 561 --
Merge 727379471f6b43248b6860f22dc72eea86414790 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
838690ec
pull/678/merge
2/5 ++ 5 --
Merge ff7e237899650e2faaa501aa43802701a5af1268 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
3b8a2788
pull/677/merge
2/5 ++ 5 --
Merge 1f7d85d556424af3b3b785663bb18b9cd4a273b6 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
7656c42f
pull/676/merge
2/5 ++ 5 --
Merge ac89eb01b4d6502cfa6360e937679594250b056b into 60f9e87056e149cbf32aed942aef8aaac112cc0f
cd1f2467
pull/675/merge
2/5 ++ 5 --
Merge e3b49727caa30e0610a59ca361374e04a761ab97 into 60f9e87056e149cbf32aed942aef8aaac112cc0f
1a960554
pull/674/merge
2/5 ++ 5 --
Merge 4d51e7cc581a0464f4683e36bcbb8579fb00ef69 into 3f16417fee2b7dd68a77b51dbe7b56840f8d41fb
dbf19816
pull/319/merge
104/478 ++ 139 --
feat: add configuration constants and post-quantum wallet icon support
f8d43579
main
2/8 ++ 0 --
feat: add TypeScript definitions for falcon-signatures and falcon-algo-sdk libraries
161c4ba5
main
1/31 ++ 0 --