Home Reports Aug 10, 2026
Monday, August 10, 2026
- Commits
- 98
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 24
- distinct authors
- Lines changed
- +108,029 −30,260
- additions / deletions
Monday, August 10, 2026
98 commits were pushed across 17 repos by 24 authors. There were 108,029 additions and 30,260 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- go-algorand 4 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 2 commits
- js-algorand-sdk 13 commits
- py-algorand-sdk 1 commit
- algokit-utils-py 3 commits
- algokit-utils-ts 7 commits
- devportal 8 commits
- puya-ts 6 commits
- wallet-provider-extensions 2 commits
- solidity-land-registry 6 commits
- trelyan-falcon-inscription 14 commits
- algorand-mcp 1 commit
- a-day-in-my-bobalife 18 commits
- algokit-walletsdk-kmp 3 commits
- AlgorandEsp 2 commits
- algo-voting 7 commits
Commit Log
98 commits · 17 repositories
01:00:22
go-algorand
Build 2806 Data
+1
−1
01:51:13
algokit-utils-py
fix: avoid error transformer app id prefix collisions
+49
−3
01:51:23
algokit-utils-ts
feat: throw helpful error on duplicate transactions in composer
+91
−0
01:51:28
algokit-utils-ts
Merge 5f29ea23c1789918cf8be6596923054e42eb8588 into 100dc5fa507537fffa496e22706c3a6c1e9bca2a
+91
−0
01:51:29
algokit-utils-ts
feat: add AppClient.resolvePc for TEAL/error mapping by program counter
+187
−0
03:03:10
algo-voting
build(deps): update core-js requirement from ^3.49.0 to ^3.50.0
+1
−1
03:03:18
algo-voting
build(deps-dev): update @vue/compiler-sfc requirement
+1
−1
04:16:47
trelyan-falcon-inscription
SDK: close two local library/module load-path hijack vectors
+21
−2
05:07:13
algorand-mcp
Merge 2751b4b22ea4e89cfaeaf5003c2ff4afa0ecd1b0 into 4f892db8cfa760fdd40a854dc06c99892383bd27
+64
−115
07:03:45
solidity-land-registry
npm: bump @typechain/ethers-v6 from 0.4.3 to 0.5.1
+1
−1
07:03:48
solidity-land-registry
Merge b23744879e814ccddd59be648fa6c218fbccc9a5 into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
+1
−1
07:03:50
solidity-land-registry
npm: bump @types/node from 22.20.1 to 26.1.2
+1
−1
07:03:53
solidity-land-registry
Merge 089c03b3788400bd6a43b0005b9189ed703a0c7a into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
+1
−1
07:04:00
solidity-land-registry
npm: bump hardhat from 2.29.0 to 3.12.0
+1
−1
07:04:03
solidity-land-registry
Merge 711db9b88121597a7ae4886119daf6500565272c into fddab7ff72c2799414a6ac9cc4cb5c6b43771986
+1
−1
08:05:30
algokit-utils-ts
Fixed code lines under 80 chars
+73
−49
08:14:14
algokit-utils-ts
Fixed broken links
+1
−1
09:22:02
algokit-utils-ts
Merge pull request #594 from algorandfoundation/feat/docs-assets
+159
−307
10:48:38
js-algorand-sdk
CI: support beta releases
+108
−21
10:55:55
js-algorand-sdk
Fix bracket notation for GitHub Actions step outputs with hyphens
+16
−16
11:27:06
js-algorand-sdk
chore: remove dead code
+0
−7
12:28:28
js-algorand-sdk
Apply suggestions from code review
+35
−0
12:28:37
devportal
docs: update auth-addr wording for new protocol rule
+3
−3
12:52:01
wallet-provider-extensions
stash: ows-binding and remote keystore package
+6483
−695
12:52:59
wallet-provider-extensions
Merge ef1f4c6481ce9f646824d76675bcd3d0e26512c3 into c16958b8238c18f3d0762c3772e296e9b7976a02
+6483
−695
13:14:54
devportal
Potential fix for pull request finding
+1
−1
13:17:46
devportal
docs: add poseidon2 opcode to cryptographic tools and AVM pages
+4
−0
13:35:11
algo-voting
Merge pull request #897 from sambitsargam/dependabot/npm_and_yarn/vue/compiler-sfc-tw-3.5.41
+1
−1
13:35:25
algo-voting
Merge pull request #896 from sambitsargam/dependabot/npm_and_yarn/core-js-tw-3.50.0
+1
−1
13:35:43
algo-voting
Merge pull request #895 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.66.0
+1
−1
13:36:05
algo-voting
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.66.0
+2
−2
13:36:22
algo-voting
Merge pull request #894 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.66.0
+2
−2
13:37:24
puya-ts
chore: build
+4695
−3121
13:48:13
devportal
Potential fix for pull request finding
+1
−1
14:14:06
py-algorand-sdk
fix: harden LogicSig verification, pq address handling and deprecate verify methods
+93
−14
14:28:51
devportal
docs: add sha512 opcode to cryptographic tools and AVM pages
+4
−0
14:36:15
trelyan-falcon-inscription
probe
+1
−0
14:36:28
trelyan-falcon-inscription
Remove accidental .perm-probe file
+0
−1
14:39:54
go-algorand
Merge pull request #6702 from Algo-devops-service/relstable5.0.0
+65258
−20933
15:22:52
algokit-utils-ts
Merge pull request #595 from algorandfoundation/feat/docs-accounts
+548
−145
15:29:56
devportal
Potential fix for pull request finding
+1
−1
15:32:32
puya-ts
chore: npm audit fixes
+74
−62
15:32:32
puya-ts
fix: various improvements over the whole devportal contract suite
+988
−467
15:32:32
puya-ts
test: add on-chain tests for devportal + missing lsig compilation util
+4202
−0
15:32:32
puya-ts
feat: convert puya examples contracts to puyats
+2220
−0
15:38:05
go-algorand
tests: fix flaky peer-count assertions in network tests (#6697)
+25
−5
15:43:21
go-algorand
add Go Benchmark (go) benchmark result for 68e036affd9e62d0a64dcdb3f252eb0ee2e052d3
+445
−1
15:49:02
trelyan-falcon-inscription
SDK: close two local library/module load-path hijack vectors (#6)
+21
−2
15:49:03
js-algorand-sdk
Signatures: PQ signature support (#1102)
+3489
−330
15:55:50
trelyan-falcon-inscription
docs: correct two stale claims an auditor would check first
+45
−17
15:57:36
js-algorand-sdk
Merge branch 'main' into feat/pq
+0
−0
16:03:17
puya-ts
chore: npm audit fix
+125
−91
16:06:54
a-day-in-my-bobalife
chore: log greeting (2026-08-10)
+2
−0
16:07:08
trelyan-falcon-inscription
CI: build the TestNet signer from the pinned Falcon source; SHA-pin actions
+36
−19
16:11:07
trelyan-falcon-inscription
CI: build the TestNet signer from the pinned Falcon source; SHA-pin actions (#8)
+81
−36
16:12:59
trelyan-falcon-inscription
chore: stop committing build artifacts (they shipped the pre-fix SDK)
+8
−0
16:19:08
trelyan-falcon-inscription
chore: stop committing build artifacts (they shipped the pre-fix SDK) (#9)
+8
−0
16:21:55
trelyan-falcon-inscription
docs(threat-model): add the deterministic-signing key-extraction threat
+88
−0
16:27:01
js-algorand-sdk
Merge branch 'main' into ci/beta-release
+3489
−330
16:28:40
trelyan-falcon-inscription
security: gitignore .env, add .env.example, and actually run gitleaks
+68
−0
17:21:38
trelyan-falcon-inscription
docs(threat-model): add caller-side retry as the most reachable P2 path
+14
−4
17:25:27
trelyan-falcon-inscription
security: gitignore .env, add .env.example, and actually run gitleaks (#10)
+68
−0
17:26:24
trelyan-falcon-inscription
docs(threat-model): add the deterministic-signing key-extraction threat (#11)
+98
−0
17:33:28
AlgorandEsp
taller
+7
−4
17:36:09
AlgorandEsp
sinKey
+3
−4
17:56:16
algokit-walletsdk-kmp
fix: push up authorizedSignerPublicKey debug tool fix
+43
−19
17:58:52
a-day-in-my-bobalife
chore: v2026.31.0 (release)
+13
−0
17:58:54
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
19:31:30
algokit-walletsdk-kmp
multiple viewer channel id handle for multiple viewer
+168
−85
19:42:26
devportal
fix: preserve raw upstream langspec to prevent JSON corruption
+4543
−293
19:44:30
js-algorand-sdk
CI: support beta releases (#1124)
+116
−29
19:48:10
js-algorand-sdk
bump up version to v3.7.0-beta.1
+23
−3
20:17:59
js-algorand-sdk
ci: use github-scripts@v9
+3
−3
20:30:22
js-algorand-sdk
Merge pull request #1125 from algorand/release/v3.7.0-beta.1
+23
−3
20:42:09
a-day-in-my-bobalife
Merge 1140138d0bba28e70cf06759ff9533d1128c2bcf into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:42:09
a-day-in-my-bobalife
Merge 25165dfcf3e02e062767f0796614565c6244d8af into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:42:09
a-day-in-my-bobalife
Merge 5f63d785bcb2688ce08c3f8c245d130881bd8183 into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:42:09
a-day-in-my-bobalife
Merge c3e95888a4b81f68d1ae59e2e56dd02e0dfc4f17 into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:42:09
a-day-in-my-bobalife
Merge 6b8c8606d34b5cc7c8933826aa656ac2d6fffb95 into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:40
a-day-in-my-bobalife
Merge 6baa3c8bb7f28d2e7bec8c23d8511f6d9fae4d1a into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:40
a-day-in-my-bobalife
Merge 840beff9a634a92bdcdffc0c85306628f00a901c into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:40
a-day-in-my-bobalife
Merge 5e2efa34ac169767645c84a08ab70c2b1fa54c69 into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:41
a-day-in-my-bobalife
Merge 3c6b3a24b9f6b41134ef090248974a17225a5c8c into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:41
a-day-in-my-bobalife
Merge 39f092494d1db41324ffcf1ba7ac99ed8da33b60 into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:41
a-day-in-my-bobalife
Merge de292d3c646151e29eba10b27c53dbcedae761c7 into fbc9926b32714644c511f5cc558276cae260d160
+235
−150
20:45:41
a-day-in-my-bobalife
Merge beccaeef14c3d822672cb1961a5b471b95475221 into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:41
a-day-in-my-bobalife
Merge efec3005657ff5b6f57cdbdbda4d05cd05d5da2e into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:45:41
a-day-in-my-bobalife
Merge 19543190041391a7556633ad856675ec610c4fed into fbc9926b32714644c511f5cc558276cae260d160
+235
−150
20:45:41
a-day-in-my-bobalife
Merge fc58abaadc22b18a17eeebf03dc1e6e83b82af76 into fbc9926b32714644c511f5cc558276cae260d160
+1
−1
20:50:22
js-algorand-sdk
Merge f55483f72c11a6bbe91ac7aa5f234d8076e6e77b into 15718f1bace20b8ed752bff60492a95cd81eaf4b
+252
−0
21:29:56
devportal
fix: authenticate GitHub API calls to avoid CI rate limits
+15
−1
23:16:56
algokit-utils-py
docs: absorb and delete transaction composer page
+51
−522
23:17:44
algokit-utils-py
Merge 41cdbb0d26da70c069c4702b0343a6c925a71684 into 5fedc0fbbdc30073db774f16a5cca46dc735c1ca
+719
−655
23:31:52
algokit-walletsdk-kmp
refactor: persist addresses selected in debug tool
+114
−17
23:32:14
java-algorand-sdk
Regenerate code from specification file
+394
−395
23:32:20
java-algorand-sdk
Merge c3c8c50e4cb624fe7965be546800c74771819b90 into 4e38dadc4eec827ed8742c8bb272e0545c801932
+394
−395
23:33:16
js-algorand-sdk
Regenerate code from specification file
+514
−8
23:36:33
go-algorand-sdk
Regenerate code from specification file
+70
−0