Home Reports Mar 26, 2025
Wednesday, March 26, 2025
- Commits
- 109
- pushed this day
- Repositories
- 25
- with activity
- Contributors
- 23
- distinct authors
- Lines changed
- +317,631 −101,501
- additions / deletions
Wednesday, March 26, 2025
109 commits were pushed across 25 repos by 23 authors. There were 317,631 additions and 101,501 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
25 repositories- go-algorand 4 commits
- js-algorand-sdk 9 commits
- Clickr_App_TS 1 commit
- DML-CHAIN 3 commits
- community 1 commit
- algokit-core 2 commits
- algokit-client-generator-py 4 commits
- algokit-example-gallery 1 commit
- algokit-fullstack-template 3 commits
- algokit-lora 3 commits
- algokit-python-template 2 commits
- algokit-react-frontend-template 2 commits
- algokit-tutorials 1 commit
- algokit-utils-py 1 commit
- algo-models 1 commit
- devportal 16 commits
- intermezzo 6 commits
- nodekit 2 commits
- puya 25 commits
- puya-ts 15 commits
- CryptoDeepTools 1 commit
- algorand-mcp 1 commit
- xgov-explorer 1 commit
- a-day-in-my-bobalife 1 commit
- BountyBoard 1 commit
Commit Log
109 commits · 25 repositories
00:04:34
xgov-explorer
update cols
+1
−1
00:25:59
algokit-utils-py
4.0.0
+16
−1
00:38:10
algokit-client-generator-py
chore: bump utils to prod release of v4
+4
−4
00:38:14
nodekit
docs(tape): refactor tapes, docker and README
+281
−224
00:38:22
nodekit
Merge b4c06e8cf272902c518615cc2305c1df3c510250 into 9a6676c315088edae18e002d1a3434d8d79032d9
+2725
−1608
00:41:18
algokit-client-generator-py
Merge pull request #56 from algorandfoundation/chore/utils_prod
+4
−4
00:42:58
algokit-client-generator-py
chore(deps): bump python-semantic-release from 7.34.6 to 9.21.0
+392
−442
00:50:58
algokit-client-generator-py
2.1.0
+7
−1
00:58:51
algokit-python-template
feat: depend on utils v4 and generator v2.1
+58
−18
01:00:26
go-algorand
Build 2298 Data
+1
−1
01:09:21
algokit-python-template
Merge pull request #96 from algorandfoundation/feat/bump_deps
+58
−18
01:51:56
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−1
02:35:23
algokit-react-frontend-template
chore: disable the daisyui output
+4
−0
02:38:35
algokit-react-frontend-template
chore: disable the daisyui output (#47)
+4
−0
03:00:46
algokit-fullstack-template
chore: regen examples based on recent changes
+58
−55
03:09:25
algokit-fullstack-template
chore: incorporate doc link update
+2
−2
05:43:15
puya-ts
chore: change language server name
+9
−6
06:19:48
puya-ts
chore: change language server name (#168)
+9
−6
06:28:09
puya-ts
Notes added by 'git notes add'
+1
−0
07:36:06
puya
test: add test case for arc4 bool arrays
+14
−0
07:36:06
puya
refactor: keep array type information on the nodes, so its is not lost after optimizations
+32
−44
07:36:06
puya
feat: add support for `algopy.Array[arc4.Bool]` and `algopy.ImmutableArray[arc4.Bool]`
+2
−4
07:36:06
puya
chore: compile all
+30809
−16564
07:36:07
puya
chore: compile all
+68900
−41640
07:36:07
puya
feat: add optimization for len op when used with statically sized values
+2
−0
07:36:07
puya
test: add biguint test case
+54
−4
07:36:07
puya
fix(internal): use parameters if present when doing copy propagations
+30
−14
07:36:07
puya
fix: check for out of bound values when encoding ARC-4 UIntN less than 64 bits
+17712
−6082
07:36:07
puya
test: updated expected output for arc4.Bool array usage
+2
−2
07:36:07
puya
feat: add optimization for `/` and `b/` ops when dividing by 1
+2
−2
07:36:07
puya
chore: compile all
+8173
−911
07:36:07
puya
test: ensure transactions are unique to prevent concurrent calls being seen as duplicates
+3
−3
07:36:07
puya
fix: support `algopy.Array[algopy.BigUInt]` and `algopy.ImmutableArray[algopy.BigUInt]`
+172
−72
07:36:08
puya
test: add coverage for tuple to ARC-4 array encoding
+106607
−10
07:36:08
puya
refactor: remove comment copy-pasta
+0
−2
07:36:08
puya
refactor: update pass-through parameter name
+14
−10
07:36:08
puya
refactor: IRType.size -> IRType.num_bytes
+284
−216
07:36:08
puya
delete git ignored files that snuck in before ignore was added
+0
−2968
07:36:08
puya
refactor: use IRType.num_bytes when determining whether to emit a box_del
+2
−3
07:36:08
puya
feat: support encoding of homogeneous tuples to equivalent ARC-4 arrays
+138
−23
07:36:08
puya
refactor: simplify native to arc4 uint encoding code, reusing existing helpers and giving more explicit names to functions and parameters
+54
−85
07:36:08
puya
style: fall through case seperated
+1
−2
07:36:08
puya
chore: compile all
+8049
−8041
07:36:08
puya
refactor: simplify code and ensure there's no internal error for heterogeneous tuples
+12
−11
08:38:37
BountyBoard
Update README.md
+24
−0
09:39:59
algokit-fullstack-template
Merge pull request #46 from algorandfoundation/chore/regen-examples
+60
−57
10:25:38
intermezzo
feat: Enterprise Level KMS with Algorand Integration API
+9451
−0
10:36:25
algokit-example-gallery
fix: flashing light mode when on dark mode
+8
−0
11:09:55
intermezzo
doc: small improvement arch
+37
−0
11:11:49
puya-ts
Merge tag 'v1.0.0-beta.58' into spike/quick-fix-hacking
+3437
−15365
11:20:35
algokit-lora
chore: bump algokit dep versions for v3 release
+13
−11
11:36:55
algokit-lora
Merge pull request #397 from algorandfoundation/chore/bump-algokit-deps-version
+13
−11
12:31:31
algokit-lora
Merge pull request #386 from algorandfoundation/dependabot/npm_and_yarn/vitest-2.1.9
+0
−0
12:35:45
CryptoDeepTools
Create Deepdata
+1
−0
12:40:33
intermezzo
Create LICENSE
+201
−0
13:40:43
algokit-core
Swift CI AlgoModels package
+18
−18
13:40:43
algokit-core
Swift CI AlgoModels package
+18
−18
14:17:15
DML-CHAIN
fix: benchmarking
+377
−538
14:27:14
devportal
Merge pull request #293 from algorandfoundation/chore/update-site-description
+9
−5
14:33:42
devportal
Update OG image and replaced landing page animations
+25
−15
14:36:03
devportal
Merge pull request #294 from algorandfoundation/feat/DVP-112-txn-blocks
+34
−0
14:53:09
devportal
Merge pull request #295 from algorandfoundation/chore/updates
+25
−15
15:14:49
a-day-in-my-bobalife
chore: log greeting (2025-03-26)
+1
−0
15:19:00
puya-ts
chore: add support for returning the language server version
+42
−4
15:30:30
devportal
Update puya-ts import
+3567
−1901
15:40:56
devportal
Fixed formatting
+1750
−1620
16:05:28
intermezzo
doc: auth flow in diagram
+2
−0
16:11:26
puya-ts
fix: Urange two arg overload incorectly used a default step size of 0 instead of 1
+4713
−1
16:21:35
puya-ts
fix: Urange two arg overload incorectly used a default step size of 0 instead of 1
+4713
−1
16:24:37
intermezzo
doc: right nomenclature for auth and vault tokens in diagram
+2
−2
16:26:54
devportal
Updated landing page videos
+0
−0
16:27:09
intermezzo
Merge pull request #1 from algorandfoundation/dev-auth-token
+3
−1
16:30:42
puya-ts
Notes added by 'git notes add'
+1
−0
16:35:46
go-algorand
build(deps): bump golang.org/x/net in /tools/block-generator
+15
−16
16:37:02
go-algorand
Bump x/net to 0.36 in base go.mod.
+21
−20
16:42:13
devportal
Merge pull request #297 from algorandfoundation/chore/update-landing-page-videos
+0
−0
17:00:23
devportal
Merge pull request #298 from algorandfoundation/main
+68
−20
17:06:08
devportal
remove imported links
+6
−7
17:16:17
puya-ts
feat: initial puya-service mode integration
+375
−28
17:20:16
devportal
recent import
+118
−96
17:22:03
devportal
linter fixes
+1
−1
17:33:13
devportal
remove hash that was broken after title transofrmation
+42
−41
17:41:20
devportal
Merge pull request #299 from algorandfoundation/fix/remove_imported_links
+5
−6
17:41:57
devportal
Merge pull request #300 from algorandfoundation/chore/imports
+119
−96
17:42:56
puya-ts
Merge remote-tracking branch 'origin/main' into feat/puya-service-mode
+4799
−168
18:23:51
go-algorand
Update go version rep in tools/x-repo-types.
+1
−1
18:38:53
devportal
Add table of tools & versions
+37
−11
18:46:37
DML-CHAIN
fix: upgrade client generator packages
+12
−12
19:02:52
intermezzo
docs(swagger): refine security, add descriptions and operations
+123
−7
19:06:59
DML-CHAIN
bugfix: clients
+41
−41
19:30:11
intermezzo
Merge pull request #2 from algorandfoundation/docs/swagger-refinements
+123
−7
20:48:10
puya-ts
fix: Bug when resolving super method via this keyword when base type is polytype's classes
+6268
−1
20:48:37
puya-ts
docs: Add section to language guide describing multi-inheritance with contracts
+54
−26
21:05:00
puya-ts
docs: Add section to language guide describing multi-inheritance with contracts
+54
−26
21:05:00
puya-ts
fix: Bug when resolving super method via this keyword when base type is polytype's classes
+6268
−1
21:14:01
puya-ts
Notes added by 'git notes add'
+1
−0
21:37:15
algokit-tutorials
Fix typos
+2
−2
21:56:43
Clickr_App_TS
Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
+18250
−0
22:19:38
algo-models
test(appl): use hellow world example, call abi method
+58
−9
22:26:55
algorand-mcp
Add Ultrade API (TODO: Sign in finalization)
+5401
−8
23:28:52
js-algorand-sdk
Introduce updated 2 step workflow: create-release-pr/approve then run release.
+119
−125
23:29:59
js-algorand-sdk
Revert changelog revamp.
+941
−943
23:34:58
js-algorand-sdk
Merge branch 'sdk-release-updates' into sdk-release-updates-testing
+1048
−975
23:35:54
js-algorand-sdk
Disable publishing for testing purposes.
+1
−1
23:42:30
js-algorand-sdk
Set base branch for PR to sdk-release-updates-testing.
+1
−1
23:48:34
js-algorand-sdk
Push triggers for testing.
+3
−0
23:55:01
js-algorand-sdk
Delete action tweak.
+4
−2
23:55:11
js-algorand-sdk
Merge branch 'sdk-release-updates' into sdk-release-updates-testing
+4
−2
23:56:30
js-algorand-sdk
Remove post-release.yml.
+0
−113