Home Reports Sep 18, 2026
Friday, September 18, 2026
- Commits
- 98
- pushed this day
- Repositories
- 13
- with activity
- Contributors
- 13
- distinct authors
- Lines changed
- +96,366 −19,477
- additions / deletions
Friday, September 18, 2026
98 commits were pushed across 13 repos by 13 authors. There were 96,366 additions and 19,477 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
13 repositories- go-algorand 58 commits
- ARCs 2 commits
- reti 3 commits
- wallet-provider-extensions 1 commit
- algorealm-cli 4 commits
- frontend 4 commits
- widgets 1 commit
- trelyan-falcon-inscription 12 commits
- a-day-in-my-bobalife 1 commit
- BiatecWeb 2 commits
- subtopia-js-sdk 6 commits
- tinyman-py-sdk 2 commits
- use-wallet 2 commits
Commit Log
98 commits · 13 repositories
00:03:54
go-algorand
build(deps): bump go.opentelemetry.io/otel/sdk in /tools/debug/algodump
+23
−21
00:03:58
go-algorand
Merge d60b10a1aa2630d0309c9535356d797339289d4b into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
+23
−21
01:00:22
go-algorand
Build 2845 Data
+1
−1
01:59:11
trelyan-falcon-inscription
Make verify_trelyan.py's approval comparison fail in a test too
+60
−10
02:00:15
trelyan-falcon-inscription
Merge 62d2083bc013d19de5ce33bf1bc980047c307a8d into a886b7d694bd5fe4494c818ef4143eb31a420883
+148
−26
02:20:52
trelyan-falcon-inscription
Close the checks that a sixth document or a rewritten blob id could walk past
+201
−16
02:41:33
algorealm-cli
fix(deps): update all non-major dependencies
+3363
−1957
02:41:37
algorealm-cli
Merge a3cf990278759fd8fccb508351207b481149cabc into 361d3066ffaca4241991cc6563403417bf562ecf
+3363
−1957
04:05:15
trelyan-falcon-inscription
Fail a banner commit this repository cannot resolve, and test ci.yml instead of asserting it
+334
−53
04:28:17
trelyan-falcon-inscription
Merge 5fd367a74aeed588e4038debddcb1ec71eed7198 into a886b7d694bd5fe4494c818ef4143eb31a420883
+1092
−182
04:28:19
trelyan-falcon-inscription
Merge 16eaa96af89a618a02b754d1299b85f363b14a26 into a886b7d694bd5fe4494c818ef4143eb31a420883
+239
−36
04:43:06
trelyan-falcon-inscription
Remove the ci.yml shape control and the claim it was added to enforce
+24
−159
05:17:45
trelyan-falcon-inscription
Say what a depth-1 checkout does to wire-format: it fails, not skips
+3
−1
05:17:45
trelyan-falcon-inscription
Test the anti-skip switch and the wrong-target rule
+71
−8
05:47:21
trelyan-falcon-inscription
Correct two statements in mutation M's docstring
+7
−6
05:47:51
trelyan-falcon-inscription
Mutation-test the five rules that had none, and count the mutations
+173
−4
05:49:32
trelyan-falcon-inscription
Merge 4ee6b577ef0bc1e0901213f82218d9ed3eb10b75 into a886b7d694bd5fe4494c818ef4143eb31a420883
+1477
−15
06:56:27
frontend
Bugfix for ALGO/USD and total without NFTs switches not working in live refresh
+185
−1
11:23:30
frontend
Bugfix for ALGO/USD and total without NFTs switches not working in live refresh
+186
−2
13:53:32
go-algorand
Add GitHub Actions migration specifications
+2244
−0
13:53:37
go-algorand
Fix path for tarball genesisfiles.
+11
−11
13:53:37
go-algorand
Add GitHub Actions release workflow (Phase 1: build jobs)
+231
−14
13:53:37
go-algorand
Fix release workflow tag parsing and support all channels
+50
−15
13:53:37
go-algorand
Fix spec with regards to genesis file locations and update progress
+20
−14
13:53:38
go-algorand
Ensure copying copyright file for RPM
+16
−0
13:53:38
go-algorand
Fix package tests: use command -v instead of which
+6
−6
13:53:38
go-algorand
Fix nFPM scripts: use unified scripts for deb and rpm
+149
−139
13:53:38
go-algorand
Use relative paths for scripts and generated files in nfpm config
+5
−5
13:53:38
go-algorand
Fix postinstall: use useradd/groupadd instead of
+7
−3
13:53:38
go-algorand
Add VERSION env var support for semantic versioning
+47
−3
13:53:38
go-algorand
Initial attempt at packaging
+733
−20
13:53:38
go-algorand
Update specs for Phase 2 packaging implementation
+140
−46
13:53:38
go-algorand
Add expand: true to nfpm content entries using env vars
+26
−15
13:53:38
go-algorand
Fix postinstall script: only run systemd commands when systemd is active
+18
−19
13:53:38
go-algorand
Fix container tests: use --no-install-recommends to avoid systemd-resolved
+3
−1
13:53:38
go-algorand
Fix devtools packaging: use TOOLSDIR for tools binaries
+17
−4
13:53:38
go-algorand
Fix find-nodes.sh path in nfpm config
+1
−1
13:53:38
go-algorand
Fix deb packaging: move unattended-upgrades to main contents section
+8
−9
13:53:38
go-algorand
Misc packaging bug fixes
+49
−1
13:54:55
go-algorand
Remove specs clutter
+0
−2359
13:54:57
go-algorand
Bug fix - also add algorand group for rpm
+4
−2
13:54:57
go-algorand
Don't specify modules to scan for vulncheck
+1
−1
13:54:57
go-algorand
Debug Dependency Scan - don't try to build libsodium
+7
−8
13:54:57
go-algorand
Ensure tarballs are included in attestation
+7
−1
13:54:57
go-algorand
Bug fixes - set Conflicts properly and pin nfpm
+21
−11
13:54:57
go-algorand
Fix package test
+2
−2
13:54:57
go-algorand
Swap vulnerability scanners
+7
−7
13:54:57
go-algorand
Add defensive coding around version parsing in Makefile
+6
−0
13:54:57
go-algorand
Try to make preinstall POSIX compliant
+12
−10
13:54:57
go-algorand
Parse osv-scanner json instead of grepping text
+40
−5
13:54:57
go-algorand
Try to implement SBOM
+100
−3
13:54:57
go-algorand
Add devtools package testing
+26
−2
13:54:57
go-algorand
Allow osv-scanner to do its own scanning
+1
−1
13:54:57
go-algorand
osvscanner: block on critical findings
+24
−6
13:54:57
go-algorand
Fix package name, or it'll double up beta for deb packages
+2
−2
13:54:57
go-algorand
Add Windows build to release pipeline and refactor windows build deps
+319
−18
13:54:58
go-algorand
Swapping dnf-automatic for cronie to try to limit upgrade path
+9
−11
13:54:58
go-algorand
Skip node exporter on Windows, which is just a stub anyway
+17
−11
13:54:58
go-algorand
Zip windows binaries into a bin/ subdirectory
+5
−2
13:54:58
go-algorand
Update comment to reflect expansion to MSYS
+3
−1
13:54:58
go-algorand
Split variable parsing to make clearer
+4
−1
13:54:58
go-algorand
Update comment about version being same or newer
+1
−1
13:54:58
go-algorand
Update comment to reflect node exporter not included
+1
−1
13:54:58
go-algorand
Configuration for auto-updating specific package
+19
−0
13:54:58
go-algorand
Address criticism of setting owner/group in potentially undefined context
+0
−2
14:02:19
go-algorand
Merge 89d41a93a30acecdac038adf842653d3f5ef7fb7 into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
+1647
−22
15:06:35
go-algorand
codecov: leave components out for now
+1
−16
15:28:42
go-algorand
ci: merge every partition's coverage before uploading it
+97
−43
15:32:12
go-algorand
ci: merge every partition's coverage before uploading it
+98
−44
15:36:29
go-algorand
Merge 4884700e237d5fd32124be7da14dc16d445c7460 into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
+396
−78
15:48:21
tinyman-py-sdk
fix(utils): validate sender address in sign_with_private_key and signed_transactions in submit
+73
−0
15:48:40
tinyman-py-sdk
Merge 8ea967614ccef5a3f64a861d1d6a2e8c10a01d94 into dd1fed50cdc18a699a994b25a1d4bdb11b902553
+73
−0
15:56:49
wallet-provider-extensions
experimental: for review and consolidation with pera
+60952
−4342
16:32:56
go-algorand
CR: clarify comments
+3
−8
16:49:27
algorealm-cli
fix(deps): update all non-major dependencies
+3363
−1957
16:49:31
algorealm-cli
Merge 74d436e0a252e6fc0451209b9bb48826ec8bbb15 into 361d3066ffaca4241991cc6563403417bf562ecf
+3363
−1957
17:04:24
a-day-in-my-bobalife
chore: log greeting (2026-09-18)
+1
−0
17:04:52
go-algorand
Merge 505e75762087072c03e7319cdff10f449353f3b3 into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
+3378
−249
18:57:59
reti
fix: bump algokit-utils to 9.2.2, fixes PQ txn confirmations
+23
−7
19:09:19
go-algorand
p2p: track handleConnected termination
+144
−2
19:12:44
go-algorand
Merge f4c1612e0bbc511c840f8dda419c17c0041cc08d into 8cd5eb5f667c01ca6812e4d2f82930a793e23b18
+144
−2
19:13:53
reti
merge dev, resolve pnpm-lock.yaml conflict
+3161
−531
19:14:05
reti
Merge 35981bfe47383e17ee86b1ce49495d9d9be3165f into bdb51c26c3f8c5b9a5ebad9fe8947063f4c4feec
+23
−21
20:00:37
BiatecWeb
Refactor code structure for improved readability and maintainability
+46
−1
20:01:41
BiatecWeb
cicd deploy
+1
−1
20:31:23
widgets
Added stale key cache entry ffor liverefresh
+83
−0
20:33:41
frontend
Added profile's identicon to the home page
+320
−29
20:36:22
ARCs
chore(deps): bump anyio from 4.11.0 to 4.14.2 in /assets/arc-0062
+14
−20
20:36:25
ARCs
Merge d8b2fc1795fb4d402a267a2f3093bb0c42bcd841 into f83e46c9513beeb52415168fc9ea344dea8a089d
+14
−20
20:57:07
subtopia-js-sdk
chore(deps): update dependency vitest to v5 [security]
+26
−38
20:57:11
subtopia-js-sdk
Merge 572ffe8e58fae910526ef4e2fe236f5db736e22b into 9bc334a8819e21a61e5717e04c07dec184a7c579
+26
−38
20:57:24
subtopia-js-sdk
chore(deps): update dependency eslint to v10
+56
−42
20:57:28
subtopia-js-sdk
Merge 5d86207e8dc237b8f2ade7d9f80805baba90c599 into 9bc334a8819e21a61e5717e04c07dec184a7c579
+56
−42
20:57:32
subtopia-js-sdk
chore(deps): update semantic-release monorepo
+204
−330
20:57:36
subtopia-js-sdk
Merge e163a63f9f615f8e447996d60d1fcff58adfa5a6 into 9bc334a8819e21a61e5717e04c07dec184a7c579
+204
−330
22:05:56
use-wallet
chore(deps): update non-major dependencies
+1432
−976
22:05:59
use-wallet
Merge 87873586cf4a957e311fba7c348f9ff05e2cbc03 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
+1432
−976
22:44:34
frontend
Added icon next to profile link
+120
−85