Home Reports Sep 19, 2025
Friday, September 19, 2025
- Commits
- 91
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 24
- distinct authors
- Lines changed
- +587,896 −106,024
- additions / deletions
Friday, September 19, 2025
91 commits were pushed across 17 repos by 24 authors. There were 587,896 additions and 106,024 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- AlgoSwap 2 commits
- go-algorand 9 commits
- algokit-core 20 commits
- algokit-lora 8 commits
- algokit-typescript-template 1 commit
- algokit-utils-py 4 commits
- ARCs 1 commit
- homebrew-node 3 commits
- specs 23 commits
- NFT_Marketplace 9 commits
- starlight-github-loader 1 commit
- best-of-crypto 2 commits
- a-day-in-my-bobalife 1 commit
- algo-voting 3 commits
- AlgorandKMDServer 1 commit
- tinyman-py-sdk 1 commit
- StablecoinWatch 2 commits
Commit Log
91 commits · 17 repositories
00:02:37
algokit-core
add missing methods
+34
−33
00:10:00
algokit-core
comments
+204
−24
01:00:17
algokit-core
wip - fixing other integrations
+47
−75
01:00:24
go-algorand
Build 2480 Data
+1
−1
01:19:10
algokit-lora
chore: small tweaks I missed
+7
−7
01:20:07
algokit-utils-py
fix: allow simulating with empty signatures like TS supports (#196)
+77
−11
01:42:30
algokit-core
fix app deployer
+58
−40
02:00:19
algokit-lora
feat: add support for rendering arc62 circulating supply of an asset
+381
−15
02:08:03
algo-voting
Merge pull request #699 from sambitsargam/dependabot/npm_and_yarn/vue/cli-service-5.0.9
+1
−1
02:19:54
algokit-lora
feat: support rendering metadata for assets that don't completely conform to arc3
+175
−15
02:52:39
algokit-core
wip - fixing tests
+32
−95
03:04:08
algo-voting
build(deps): bump algosdk from 3.4.0 to 3.5.0
+16750
−30244
03:04:28
algo-voting
build(deps-dev): bump @vue/cli-service from 4.5.19 to 5.0.9
+16884
−30378
03:07:18
algokit-core
make abi return optional
+95
−30
03:29:08
algokit-utils-py
4.2.1
+13
−1
04:09:31
algokit-core
remove todo, it will do deal with later
+1
−1
04:11:45
algokit-core
clippy
+7
−7
05:36:22
algokit-lora
Merge pull request #496 from algorandfoundation/feat/arc62-circulating-supply-fixed
+381
−15
05:40:53
NFT_Marketplace
Add loading states and skeleton animations to NFTCard component
+49
−2
05:42:05
algokit-lora
chore(release): ref:beta 2.1.0-beta.1 [skip ci]
+5
−5
05:42:06
algokit-lora
Notes added by 'git notes add'
+1
−0
05:42:29
NFT_Marketplace
Enhance accessibility in Header component with ARIA labels and keyboard navigation
+47
−33
05:43:30
algokit-lora
chore(deps-dev): bump vite from 7.0.5 to 7.1.6
+26
−20
05:44:33
NFT_Marketplace
Add global error boundary component for better error handling
+112
−22
05:46:04
NFT_Marketplace
Improve mobile responsiveness in HeroSection and NotFound components
+22
−16
06:22:01
NFT_Marketplace
Implement functional filtering and sorting in Explore page
+0
−502
06:24:22
NFT_Marketplace
Add debounced search functionality with visual feedback
+95
−8
06:26:25
NFT_Marketplace
Add scroll animations and staggered card reveals to TrendingSection
+62
−17
06:31:05
NFT_Marketplace
Fix JSX structure in NFTCard component
+36
−6
06:31:58
NFT_Marketplace
Add comprehensive documentation and update README
+34
−1
06:35:17
AlgoSwap
Update README.md
+1
−1
06:40:55
AlgoSwap
Update README.md
+4
−4
07:52:51
specs
chore: use rust base image
+3
−1
08:05:03
algokit-lora
fix: support assets which signal arc3 conformance using asset name
+10
−5
09:03:40
specs
chore: rename tex-macros name to support pandoc
+10
−10
09:04:20
specs
chore: add mdbook-pandoc
+17
−4
09:04:47
specs
chore: enable mdbook-pandoc
+13
−18
09:05:06
specs
chore: update links
+2
−2
09:17:54
algokit-utils-py
Modified sphinx/autodoc config for generated api ref docs
+7919
−7616
09:17:57
algokit-utils-py
Modified the output of the API reference docs
+29
−284
09:22:29
starlight-github-loader
Updated processing order
+5961
−56
10:28:24
specs
chore: cache docker image
+32
−4
10:28:49
specs
chore: update html path
+1
−1
10:28:49
algokit-core
wip
+232
−164
10:29:16
specs
chore: update html path
+4
−4
10:29:53
specs
chore: usa cached image and release pdf
+22
−7
10:55:43
specs
chore: usa cached image
+3
−2
11:07:41
algokit-typescript-template
chore: update to use latest alpha versions of puya-ts, algorand-typescript and algorand-typescript-testing
+8
−8
11:08:49
tinyman-py-sdk
Merge pull request #68 from tinymanorg/add-ordering
+1579
−0
12:12:05
specs
chore: lighten pre-commit hooks
+0
−13
12:15:47
algokit-core
chore: refining appfactory
+1445
−925
12:25:09
specs
chore: src from volume
+0
−1
12:25:26
specs
chore: ignore src
+5
−1
12:25:31
specs
nit
+1
−1
12:25:58
specs
fix: command due to entrypoint
+0
−1
12:49:39
specs
feat: multistage (ci and relase)
+14
−3
12:49:57
specs
feat: multistage (ci and relase)
+17
−5
12:50:14
specs
feat: multistage (ci and relase)
+4
−49
12:51:14
algokit-core
wip: rm default impl for TransactionSigner
+13
−4
13:02:45
best-of-crypto
Update README.md
+4
−0
13:09:35
best-of-crypto
Merge 5e96f2d9026efa939e028f7b45ecd7b7e15cddd9 into 99ca1a0a8cb38cded7c2a01b2c9e209b5669af4f
+486366
−18260
13:12:34
specs
chore: broader trailing whitespace scope
+4
−4
13:20:33
specs
test
+13
−12
13:20:44
specs
chore: update links
+2
−2
13:25:55
specs
test
+1
−1
13:35:16
StablecoinWatch
feat(ui): enhance filter system accessibility and user experience
+205
−57
13:45:28
specs
test
+1
−1
13:53:35
ARCs
Git commit first draft + implementation
+5709
−0
15:14:26
a-day-in-my-bobalife
chore: log greeting (2025-09-19)
+1
−0
15:21:50
go-algorand
readme: update developer portal url (#6445)
+1
−1
15:23:41
go-algorand
transactions: remove redundant arg from VerifiedTransactionCache (#6444)
+31
−29
15:28:58
go-algorand
add Go Benchmark (go) benchmark result for 5da907f336caccb95e53d9c38e2bdfbe77435d10
+445
−1
15:29:05
go-algorand
add Go Benchmark (go) benchmark result for 691be94fb0d9bffe1c491a47edf06af5aa40fc07
+445
−1
16:15:50
AlgorandKMDServer
cicd update from 4.2.1 to 4.3.0
+84
−3
17:05:10
algokit-core
Merge pull request #6 from michaeltchuang/spike/kotlin
+3119
−2194
17:16:53
algokit-core
fix: replace message with error_msg for kotlin
+2832
−3046
17:17:03
go-algorand
tests: log TestSimulate to debug the shutdown deadlock (#6438)
+16
−0
17:22:52
go-algorand
add Go Benchmark (go) benchmark result for da61ec4faecbebeadd52782567f2cefd868b5c04
+445
−1
17:26:50
algokit-core
fix: change sample app function reference
+2993
−2777
17:30:17
algokit-core
Merge pull request #7 from michaeltchuang/spike/kotlin
+2993
−2777
17:31:19
algokit-core
build: rm kotlin out dir before generating kotlin file
+4
−0
17:56:00
algokit-core
chore: remove panic statements from factory tests
+43
−55
18:56:42
homebrew-node
ci: keep-alive workflow
+36
−0
18:57:53
homebrew-node
Merge pull request #4 from algorandfoundation/fix/keep-alive
+36
−0
18:58:17
homebrew-node
chore: update maintenance timestamp
+4
−0
19:31:02
go-algorand
Merge remote-tracking branch 'origin/master' into vpack-dynamic
+15699
−3931
19:36:18
go-algorand
fixes to backup logic
+10
−6
20:21:57
algokit-core
feat: ts api jinja generator
+6372
−5
20:21:58
algokit-core
refactor: addressing pr comments
+2283
−1156
20:21:58
algokit-core
refactor: code cleanup, docstrings; temporary duplicate of SignedTransaction from utils
+4712
−885
23:50:58
StablecoinWatch
fix(build): add filter-system.js to static build assets
+1
−0