Home Reports Jul 17, 2025
Thursday, July 17, 2025
- Commits
- 109
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 22
- distinct authors
- Lines changed
- +93,518 −36,516
- additions / deletions
Thursday, July 17, 2025
109 commits were pushed across 17 repos by 22 authors. There were 93,518 additions and 36,516 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- code-samples 2 commits
- go-algorand 17 commits
- indexer 7 commits
- algokit-core 43 commits
- algokit-client-generator-ts 12 commits
- ARCs 5 commits
- liquid-auth-ios 4 commits
- puya 1 commit
- puya-ts 2 commits
- reti 1 commit
- xGov 3 commits
- algorand-mcp 1 commit
- a-day-in-my-bobalife 7 commits
- AlgorandPublicData 1 commit
- algorandSupplyChain 1 commit
- genAcct_genTxn 1 commit
- xbacked-sdk 1 commit
Commit Log
109 commits · 17 repositories
00:41:41
algokit-core
wip - static and dynamic arrays
+47
−6
01:00:29
go-algorand
FI from master
+2
−2
01:00:30
go-algorand
Build 2415 Data
+1
−1
01:05:37
algokit-core
feat: added asset frz to txn composer
+441
−26
01:05:41
algokit-core
refactor: updated asset frz params field to target_address
+10
−10
01:05:41
algokit-core
fix: removed unused key type in reviver
+1
−1
01:05:41
algokit-core
refactor: change freeze_target to target_address in algokit_utils AssetFreeze params
+3
−6
01:05:41
algokit-core
chore: addressed pr comments
+18
−11
01:07:09
algokit-core
validation
+53
−10
01:09:05
algokit-core
get_name
+20
−1
01:33:39
algokit-core
Merge remote-tracking branch 'origin/feat/abi-types-2' into feat/abi-types
+1158
−22
01:36:44
algokit-core
chore: addressed pr comments
+9
−9
02:00:13
algokit-core
Feat/add asset frz to txn composer v2 (#205)
+440
−21
02:00:13
algokit-core
Feat/add asset frz to txn composer v2 (#205)
+440
−21
02:14:07
go-algorand
cr fixes
+2
−2
02:51:01
algokit-core
wip - fix compile (vibe)
+250
−208
02:58:31
algokit-core
wip
+72
−49
04:32:33
algokit-core
wip
+136
−29
06:14:40
algokit-core
everything is in place, not tested
+179
−70
07:25:11
algorand-mcp
Add MseeP.ai badge to README.md
+2
−0
07:47:14
AlgorandPublicData
Update public-algod-providers.json
+17
−4
08:40:17
puya
defer subroutine inline until after 2nd IR Lowering
+20
−4
09:55:02
algokit-core
fix!: rename Account -> KeyPair Account (#209)
+67
−65
09:55:02
algokit-core
fix!: rename Account -> KeyPair Account (#209)
+67
−65
09:58:54
algokit-core
Notes added by 'git notes add'
+1
−0
10:00:13
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.31 [skip ci]
+1
−1
10:00:13
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.31 [skip ci]
+1
−1
10:05:44
algokit-core
Notes added by 'git notes add'
+1
−0
10:49:23
algokit-core
chore: use the from trait for errors between impl and FFI crates
+4
−9
10:49:23
algokit-core
feat: an additional creator for a multisig signature that accepts subsignatures
+53
−19
10:49:23
algokit-core
feat: logic around multisig signature constructors and FFI constructor
+61
−7
10:49:30
algokit-core
chore: removing code duplication when decoding signatures
+30
−35
10:49:36
algokit-core
chore: refactor FFI crate multisig stuff in a separate file
+110
−104
10:49:37
algokit-core
feat: apply a subsignature to a multisignature
+39
−0
10:49:41
algokit-core
chore: simplified some map_err where possible
+9
−16
10:49:42
algokit-core
feat: merge multisignatures
+45
−0
10:49:42
algokit-core
chore: docstrings
+58
−3
10:49:42
algokit-core
chore: spelled out "msig"
+6
−5
10:49:42
algokit-core
chore: signature -> subsignature
+2
−2
10:49:43
algokit-core
feat: using the multisig constructor, apply subsignatures, and merging multisignatures
+25
−49
10:49:43
algokit-core
chore: simplify error translation
+1
−2
10:49:47
algokit-core
chore: added a test for the impl crate
+25
−16
10:49:48
algokit-core
chore: changed apply_subsignature to account for repeated addresses and docstrings
+20
−6
10:49:48
algokit-core
chore: added a test that validates multisig encoding against an observed multisig transaction
+96
−0
10:49:48
algokit-core
chore: renamed empty_multisig_signature -> new_multisig_signature
+5
−5
10:49:48
algokit-core
chore: cargo fmt
+4
−1
10:52:18
algokit-core
chore: cargo fmt
+1
−1
11:01:51
xbacked-sdk
new version deprecated link
+35
−3
11:34:58
algokit-core
chore: renaming and adding more common constants
+344
−344
12:57:07
ARCs
Merge pull request #345 from algorandfoundation/arc-86-xgov
+152
−0
13:08:02
xGov
update after vote
+22
−23
13:10:05
xGov
Merge pull request #250 from algorandfoundation/xgov-council-update-1
+22
−23
13:26:01
indexer
Remove circleci config
+0
−179
13:56:08
algokit-core
feat: removed address field from KeyPairAccount and MultisigSignature and provided functions for it
+27
−85
13:59:08
xGov
update for Supplementary status
+2
−2
14:09:31
go-algorand
Add notes about checking code gen
+30
−0
14:11:08
algokit-client-generator-ts
chore: support previous -pn flag to prevent a breaking change
+4
−1
14:14:50
go-algorand
Cleaned up code generation notes
+3
−16
14:25:34
algokit-client-generator-ts
Merge pull request #192 from algorandfoundation/chore/avoid-breaking-change
+4
−1
14:32:57
algokit-client-generator-ts
fix: resolve import issue which impacts ts-up packaging
+39
−52
14:36:15
indexer
Support for ensuring limit behavior works correctly on application lo… (#1665)
+111
−0
14:38:18
indexer
Merge branch 'main' into remove-circle
+111
−0
14:38:45
indexer
Claude config file for indexer.
+53
−0
14:50:42
go-algorand
some more cleanup in NewHybridP2PNetwork
+48
−25
14:58:35
go-algorand
fix linter
+3
−4
15:10:20
go-algorand
CR fixes
+1
−1
15:15:00
a-day-in-my-bobalife
chore: log greeting (2025-07-17)
+1
−0
15:26:31
indexer
Remove circleci config (#1666)
+0
−179
15:53:41
liquid-auth-ios
tests: increased coverage
+1633
−6
16:00:10
a-day-in-my-bobalife
chore: bump lifecycle-livedata-ktx in /DisneyScenicRides
+1
−1
16:00:22
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-fragment-ktx
+1
−1
16:04:32
a-day-in-my-bobalife
chore: bump lifecycle-livedata-ktx from 2.9.1 to 2.9.2 in /DisneyScenicRides (#264)
+1
−1
16:05:59
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-fragment-ktx from 2.9.1 to 2.9.2 in /DisneyScenicRides (#266)
+1
−1
16:06:52
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-ui-ktx in /DisneyScenicRides
+1
−1
16:12:56
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-ui-ktx from 2.9.1 to 2.9.2 in /DisneyScenicRides (#265)
+1
−1
16:20:25
liquid-auth-ios
chore: format and lint
+86
−81
16:45:43
go-algorand
rename some types
+91
−94
16:55:51
indexer
Update AGENTS.md
+1
−1
17:00:08
ARCs
ARC-87 [skip ci] Add escape characters
+1
−0
17:04:31
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
17:10:00
reti
docs(gitbook): mention that mnemonics must be Algo25 accounts
+6
−2
17:16:47
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
17:19:10
algokit-client-generator-ts
Merge pull request #193 from algorandfoundation/fix/tsup-issue
+39
−52
17:21:17
liquid-auth-ios
chore: more test
+253
−4
17:21:57
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
17:23:57
algokit-client-generator-ts
feat: strip verbose source info
+54
−5
17:24:02
algokit-client-generator-ts
chore: remove app update, delete and factory
+178
−135
17:24:02
algokit-client-generator-ts
chore: adding more snapshot test cases
+36131
−68
17:24:02
algokit-client-generator-ts
chore: refactor the client generation script
+68
−27
17:24:02
algokit-client-generator-ts
feat: remove deployment related logic
+31
−6
17:50:19
go-algorand
Dev: fix darwin universal targets (#6383)
+13
−3
17:53:48
go-algorand
Dev: add auto-generated CLAUDE.md file (#6379)
+178
−0
17:54:56
go-algorand
add Go Benchmark (go) benchmark result for 61e4a7e5be27f0484188a391251a0da4294fa172
+445
−1
17:59:26
go-algorand
add Go Benchmark (go) benchmark result for 36be59f4657b8ca5ab267bc6eaa1cb04db5fbc71
+445
−1
18:02:54
go-algorand
Add unit tests for box prefetch
+364
−5
18:10:44
ARCs
ARC-87 [skip ci] Add templatization block
+29
−6
18:13:52
go-algorand
Don't use XXX in comment since people use it to mean TODO
+2
−2
18:24:53
go-algorand
comment on 0 interpretation
+1
−1
18:25:21
go-algorand
comment on 0 interpretation
+1
−1
18:26:27
ARCs
ARC-87 [skip ci] Cleanup language
+5
−5
18:29:53
puya-ts
typey typey
+126
−75
19:25:05
ARCs
ARC-87 [skip ci] Add encoding/ARC4 container block
+44
−2
20:09:36
liquid-auth-ios
docs: updates docs
+266
−2
20:25:27
indexer
Dev: Claude config file for indexer. (#1664)
+53
−0
22:19:07
algorandSupplyChain
Bump on-headers and compression
+10397
−7314
23:09:31
puya-ts
kind of working
+69
−33
23:18:32
genAcct_genTxn
Bump on-headers and compression
+11146
−7775
23:42:09
code-samples
Bump on-headers and compression in /react-app-acct-txn-msig-assetoptin
+13144
−9470
23:42:14
code-samples
Merge e36984afb91f150914319d75d2742443bc5a02c7 into 96b8b9f1d006a803e49975934689bf391464d384
+13144
−9470