Latest Repo Discovered
algo-certify-dApp-nft
Jupyter Notebook
·
No license
Top Contributor of the Month
9124 commits in all time
Dec 28, 2025 01:34 – Mar 28, 2026 01:34 UTC
Merge 5f63d785bcb2688ce08c3f8c245d130881bd8183 into 3712d46e33263f41e9d6807d9cafdb84f628eddb
ec1ce0aa
pull/330/merge
1/1 ++ 1 --
Merge 6baa3c8bb7f28d2e7bec8c23d8511f6d9fae4d1a into 3712d46e33263f41e9d6807d9cafdb84f628eddb
82b286f4
pull/354/merge
1/1 ++ 1 --
Merge fc58abaadc22b18a17eeebf03dc1e6e83b82af76 into 3712d46e33263f41e9d6807d9cafdb84f628eddb
8ba2dc60
pull/360/merge
1/1 ++ 1 --
Merge 09cf353750666fc585e2ab3c640feaccf51eeeb5 into cc476d8d7df0f840114632d67a3b7b3397f7047e
9b570d26
pull/674/merge
2/5 ++ 5 --
Merge ddc47fbf830ad3110b740a1f60f3937e2aa5f6bf into cc476d8d7df0f840114632d67a3b7b3397f7047e
790e92de
pull/678/merge
2/5 ++ 5 --
Merge bd7d210631a790a009765f4ee5a3fee2ea07e354 into 3712d46e33263f41e9d6807d9cafdb84f628eddb
c9d3b66b
pull/346/merge
1/1 ++ 1 --
Merge 5e2efa34ac169767645c84a08ab70c2b1fa54c69 into 3712d46e33263f41e9d6807d9cafdb84f628eddb
8d927ce7
pull/353/merge
1/1 ++ 1 --
Merge bc449c32762f5a0ed9cb4963bc5f2f25308cfb47 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
2719a54e
pull/421/merge
14/1,418 ++ 1,127 --
chore(deps): update non-major dependencies
bc449c32
renovate/non-major-dependencies
14/1,418 ++ 1,127 --
Merge 6b8c8606d34b5cc7c8933826aa656ac2d6fffb95 into 3712d46e33263f41e9d6807d9cafdb84f628eddb
4308ad17
pull/335/merge
1/1 ++ 1 --
Merge beccaeef14c3d822672cb1961a5b471b95475221 into 3712d46e33263f41e9d6807d9cafdb84f628eddb
04555522
pull/356/merge
1/1 ++ 1 --
Merge 1ff9b043023a2f5e06c4974a40daf838d03919f4 into d09499df272f248d2843c39060cca841fcadd7ab
cf8935a1
pull/64/merge
1/204 ++ 146 --
Merge 99df8ee067c432d57970ee6d5f7c8ee0187c1391 into 094ea6b25e84f0b8b66af847a54d4892b261aa5c
3c9777a2
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.)
99df8ee0
pull/6596/head
29/1,879 ++ 1,225 --
Merge 16dbeb811ba0136b2d41e80ee29b15c38f9ea8a2 into cc476d8d7df0f840114632d67a3b7b3397f7047e
f9b3a2f1
pull/623/merge
75/16,896 ++ 39 --
Merge 0703c58ec9fe032e9c09bf49c3074bd1ae07e371 into cc476d8d7df0f840114632d67a3b7b3397f7047e
0fcdc505
pull/675/merge
2/5 ++ 5 --
Merge de292d3c646151e29eba10b27c53dbcedae761c7 into 3712d46e33263f41e9d6807d9cafdb84f628eddb
01eb935c
pull/358/merge
4/235 ++ 150 --
Merge f896ca8a5ada766f4d44c014003c5c11ac48177d into 094ea6b25e84f0b8b66af847a54d4892b261aa5c
fb3c3b9c
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.)
f896ca8a
pull/6596/head
29/1,879 ++ 1,225 --
Merge 965e65fbdab70e94ce75be189cefae21755d4b35 into 3c8f3b90034b0de1ae7c585ebe0b7f91631c70b3
982bd117
pull/266/merge
12/2,302 ++ 1,171 --
Merge d53821e6df6e7e89e512f2bcc8ba4d80098f6c44 into 3c8f3b90034b0de1ae7c585ebe0b7f91631c70b3
fc739044
pull/266/merge
12/2,304 ++ 1,170 --