Latest Repo Discovered
nft-explorer-algoscraping
Python
·
No license
Top Contributor of the Month
9109 commits in all time
Dec 27, 2025 20:39 – Mar 27, 2026 20:39 UTC
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 --
Merge f732d2fe8b63830aaa474644303443485e008f60 into 3c8f3b90034b0de1ae7c585ebe0b7f91631c70b3
57bb4d5c
pull/266/merge
12/2,304 ++ 1,170 --
Merge f427a1a3a4a487e147c15b24c4f8546de45543ff into 3c8f3b90034b0de1ae7c585ebe0b7f91631c70b3
3eb4e742
pull/266/merge
12/2,300 ++ 1,169 --
Merge c775128bf0bdd4a49e26a6bc860db66fd4501877 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
7545d385
pull/424/merge
2/2 ++ 2 --
chore(deps): update dependency pnpm to v10.33.0
c775128b
renovate/pnpm
2/2 ++ 2 --
Merge b82fe28819bb413f130baa58e584b600cfc32072 into cc476d8d7df0f840114632d67a3b7b3397f7047e
2a2f1465
pull/671/merge
300/254,546 ++ 1,286,722 --
chore: Don't enable assembly reports by default
b82fe288
assembly-report
1/1 ++ 1 --
fixup: Measure code highlights in codepoints instead of bytes
Note: this will be buggy for ligatures and/or grapheme clusters. But the fix was simple enough :)
c76de33a
assembly-report
7/15 ++ 13 --
Merge 1737d088e79c8e3b4559a1f431b55bbc1c456e19 into 3c8f3b90034b0de1ae7c585ebe0b7f91631c70b3
e0297d78
pull/266/merge
11/2,293 ++ 1,164 --
Merge branch 'alpha' into alpha-feat/crypto
1737d088
alpha-feat/crypto
95/8,099 ++ 7,484 --
Merge 840beff9a634a92bdcdffc0c85306628f00a901c into 3712d46e33263f41e9d6807d9cafdb84f628eddb
5d10bf6f
pull/355/merge
1/1 ++ 1 --
feat: Add assembly report for easier debugging
3e8d3c18
assembly-report
10/131 ++ 4 --
chore: Remove source maps from O0 and O2 test outputs
1bbbb073
assembly-report
2/2 ++ 2 --