Home Reports Nov 20, 2025
Thursday, November 20, 2025
- Commits
- 95
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 25
- distinct authors
- Lines changed
- +93,392 −113,330
- additions / deletions
Thursday, November 20, 2025
95 commits were pushed across 18 repos by 25 authors. There were 93,392 additions and 113,330 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- go-algorand 9 commits
- go-algorand-sdk 2 commits
- indexer 3 commits
- js-algorand-sdk 1 commit
- ledger-app-algorand 9 commits
- algokit-lora 2 commits
- algokit-utils-ts 6 commits
- ARCs 4 commits
- devportal 8 commits
- nodekit 2 commits
- puya 25 commits
- puya-ts 10 commits
- rosetta-smart-contracts 1 commit
- BlockEstate 5 commits
- CryptoDeepTools 1 commit
- a-day-in-my-bobalife 5 commits
- AlgoQuest 1 commit
- algo-voting 1 commit
Commit Log
95 commits · 18 repositories
00:07:05
algokit-utils-ts
refactor + test
+57
−41
00:09:14
algokit-utils-ts
fix performTransactionComposerSimulate
+4
−1
00:29:41
algokit-utils-ts
move the build common data logic into txn builders
+134
−66
01:00:22
go-algorand
Build 2542 Data
+1
−1
01:03:39
puya
chore: code gen
+1
−0
01:03:39
puya
refactor:
+316
−208
01:03:40
puya
feat: add safety checks to ensure explicit user asserts / err conditions are preserved
+61
−1
01:07:15
puya
chore: compile_all
+17592
−16057
01:07:18
puya
remove unused class
+0
−26
01:07:18
puya
improve repeated rotations log message
+2
−2
01:09:01
puya
chore: compile_all
+17
−17
01:09:03
puya
refactor / improve TEAL comment / error message modelling and output
+157
−171
01:10:16
puya
chore: compile_all
+8001
−8001
01:10:18
puya
add changelog fragment
+41
−0
01:35:10
go-algorand-sdk
build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0
+3
−3
01:37:23
algokit-utils-ts
Merge branch 'composer-integration' into abi-integration
+754
−1251
01:47:58
puya-ts
chore: Collect stderr from puya service and include text in thrown error message if the process errors
+5
−1
01:47:58
puya-ts
test: Remove puya-service singleton in favour of manual injection of an instance when required
+38
−52
01:47:58
puya-ts
chore: Replace copyfiles with shx since it is no longer maintained and add audit exception for glob advisory since we don't use glob-cli and updating all uses of glob to the latest is not possible
+607
−757
01:47:58
puya-ts
fix: Remove internal static PuyaService instance in favour of optional dependency injection for instance re-use
+60
−22
01:47:58
puya-ts
chore: Update advisory id for glob
+1
−1
01:47:58
puya-ts
chore: Remove unused download script
+0
−12
01:47:58
puya-ts
chore: npm audit fix
+43
−22
01:58:26
puya-ts
Notes added by 'git notes add'
+1
−0
02:11:41
go-algorand
build(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0
+27
−24
02:54:56
indexer
build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
+15
−15
03:54:04
algokit-utils-ts
wip - fix types
+54
−59
04:31:43
puya
improve repeated rotations log message
+2
−2
04:31:43
puya
chore: compile_all
+17
−17
04:31:43
puya
add changelog fragment
+41
−0
04:31:43
puya
refactor / improve TEAL comment / error message modelling and output
+157
−171
04:31:43
puya
feat: add safety checks to ensure explicit user asserts / err conditions are preserved
+61
−1
04:31:43
puya
chore: code gen
+1
−0
04:31:43
puya
remove unused class
+0
−26
04:31:43
puya
chore: compile_all
+17592
−16057
04:31:43
puya
chore: compile_all
+8001
−8001
04:31:43
puya
refactor:
+316
−208
05:15:26
algokit-utils-ts
wip - fixing types
+139
−157
05:17:39
puya
feat: add algopy.public alias for algopy.arc4.abimethod decorator
+79
−2
05:17:39
puya
refactor: relax requirement for @subroutine on contract methods
+7
−25
05:28:51
puya
chore: compile all
+5000
−0
05:28:52
puya
refactor: log an error for duplicate decorators
+16
−4
05:28:52
puya
build: fix algorand-python version to be 3.2.0
+3
−3
06:06:53
algo-voting
Merge pull request #742 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.47.0
+161
−161
09:09:25
algokit-lora
refactor(resolve_address): refactor the resolve sender address to simplify the function and make it named export
+39
−38
09:14:57
devportal
docs: import documentation from arcs
+1655
−30
09:36:15
ARCs
Update arc-0090.md
+2
−1
09:39:28
ARCs
Merge pull request #358 from algorandfoundation/arc-90-merge-uri-schemes
+578
−4
09:55:11
devportal
Removed unnecessary doc updates
+1
−3691
10:01:58
devportal
Documentation Update: arcs (#416)
+1654
−3719
10:30:26
ledger-app-algorand
feat: implement serialization functions and sign_data method for Algorand arbitrary data signing
+282
−5
10:31:45
ledger-app-algorand
test: add arbitrary sign test cases using canonical JSON encoding
+20
−2
10:33:08
ledger-app-algorand
refactor: rename signature validity check functions and enhance transaction signature verification
+78
−9
10:33:44
ledger-app-algorand
test: add comprehensive tests for signing arbitrary data with various scenarios
+967
−0
10:33:57
ledger-app-algorand
test: generate golden snapshots
+0
−0
10:34:09
ledger-app-algorand
chore: delete unused files
+0
−93
10:43:44
algokit-lora
fix: Decoded ABI Args now render an address the same as an account
+6
−0
11:22:16
ARCs
docs: define formal xgov status; improve security considerations
+65
−26
12:04:29
nodekit
feat: Display additional TX and RX rates for P2P
+71
−33
12:43:57
ARCs
Merge pull request #363 from cusma/arc86
+65
−26
12:51:07
devportal
Updated import config
+1
−1
12:51:46
devportal
Updated import config (#417)
+1
−1
12:54:03
devportal
docs: import documentation from arcs
+687
−61
13:16:49
devportal
docs: import documentation from arcs (#418)
+687
−61
13:26:25
devportal
ci(publish): Target main-dist for release (#394)
+22657
−44794
13:29:53
CryptoDeepTools
Merge ffe6b3359f6fb229d646072809fdb564cae9a562 into cef5a733295f001aa53e7d5b472439c8118d9ca3
+1
−0
14:00:23
ledger-app-algorand
chore: generate golden snapshots for flex and stax
+0
−0
14:06:18
ledger-app-algorand
refactor: fix linting warnings and reduce complexity
+124
−58
14:10:29
ledger-app-algorand
refactor: fix python linting
+3
−6
15:14:55
a-day-in-my-bobalife
chore: log greeting (2025-11-20)
+1
−0
16:17:39
a-day-in-my-bobalife
chore: bump foundation from 1.9.3 to 1.9.5 in /DisneyScenicRides
+1
−1
16:17:44
a-day-in-my-bobalife
chore: bump lifecycle-livedata-ktx in /DisneyScenicRides
+1
−1
16:17:51
a-day-in-my-bobalife
chore: bump ui from 1.9.3 to 1.9.5 in /DisneyScenicRides
+1
−1
16:17:57
a-day-in-my-bobalife
chore: bump runtime-livedata from 1.9.3 to 1.9.5 in /DisneyScenicRides
+1
−1
16:19:36
BlockEstate
Update app.py
+0
−1
16:20:17
BlockEstate
Clean up index.js by removing unnecessary lines
+0
−4
16:20:32
BlockEstate
Update server.js
+0
−3
16:21:30
BlockEstate
Refactor processAssets function for improved clarity
+0
−12
16:21:51
BlockEstate
Update app.py
+2
−0
17:33:28
nodekit
feat: Display peer count for PSP and/or WS
+119
−35
17:55:43
go-algorand
Chore: Remove some things that have been marked deprecated (#6496)
+22
−3136
18:01:00
go-algorand
add Go Benchmark (go) benchmark result for 3bfbc772170ba4dcc7e00765104d22841c80a7fe
+445
−1
18:17:02
indexer
before-time/after-time optimization for participation queries (#1683)
+14
−4
18:17:20
indexer
build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#1684)
+15
−15
18:19:22
go-algorand-sdk
build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 (#759)
+3
−3
18:27:23
go-algorand
Update x/crypto in block-generator.
+24
−21
19:17:40
go-algorand
remove some unused programs
+11
−2166
19:22:59
go-algorand
remove ddconfig
+1
−4
19:25:57
go-algorand
put find-nodes back
+2
−2
19:35:18
puya-ts
test: Expand reference types test for methodSelector contract to cover by index and by value, and ensure it is invoked by the relevant test file
+1498
−532
19:40:23
go-algorand
rm ddconfig.sh
+0
−162
19:48:16
puya-ts
test: Expand reference types test for methodSelector contract to cover by index and by value, and ensure it is invoked by the relevant test file
+1498
−532
20:27:01
rosetta-smart-contracts
Bet.vy
+83
−0
21:10:58
AlgoQuest
feat: Replace standalone quest map and NFT screens with a new `arsenal` tab and introduce global type definitions.
+397
−2388
23:28:23
js-algorand-sdk
Regenerate code from specification file
+24
−0