Home Reports Mar 30, 2026
Monday, March 30, 2026
- Commits
- 88
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 18
- distinct authors
- Lines changed
- +828,985 −1,711,372
- additions / deletions
Monday, March 30, 2026
88 commits were pushed across 18 repos by 18 authors. There were 828,985 additions and 1,711,372 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- go-algorand 2 commits
- algorand-anonymous-rpc-demo 6 commits
- algokit-subscriber-ts 4 commits
- algokit-utils-py 1 commit
- algokit-utils-ts 4 commits
- algorand-python-testing 4 commits
- algorand-typescript-testing 3 commits
- devportal 5 commits
- puya 32 commits
- puya-ts 7 commits
- rosetta-smart-contracts 6 commits
- solidity-land-registry 3 commits
- d-asa 1 commit
- a-day-in-my-bobalife 3 commits
- algokit-walletsdk-kmp 1 commit
- algo-voting 1 commit
- tinyman-py-sdk 1 commit
- use-wallet-ui 4 commits
Commit Log
88 commits · 18 repositories
00:00:07
algokit-walletsdk-kmp
refactor: remove generated screenshots (#274)
+0
−0
01:00:22
go-algorand
Build 2672 Data
+1
−1
01:44:00
algorand-typescript-testing
fix: audit vulnerabilities
+42
−27
01:49:42
algorand-typescript-testing
Merge pull request #122 from algorandfoundation/feat/logged-errors
+308
−34
01:54:25
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
03:03:39
algo-voting
build(deps-dev): update @typescript-eslint/eslint-plugin requirement
+1
−1
04:58:08
puya
refactor: apply changes from review
+5
−5
05:10:08
puya
test: add op up transaction to test as budget increased from 648 to 706
+24
−12
05:10:08
puya
refactor: remove over-read on ReplaceValue lowering
+4
−5
05:10:08
puya
chore: compile all
+866
−671
05:10:08
puya
chore: compile all
+160457
−123610
05:10:08
puya
refactoring
+51
−46
05:10:08
puya
add test for read and write of static/fixed size array of dynamic sized elements, where the elements are not themselves byte-length or mutli-byte-length arrays
+17709
−0
05:10:08
puya
chore: compile all
+11557
−13246
05:10:08
puya
refactor: use ir.ArrayConcat for all arrays
+3753
−2293
05:10:08
puya
allow coverage to be reported when there are failing tests
+4
−1
05:10:08
puya
refactor: apply changes from review
+5
−5
05:10:08
puya
improve error message on attempted pop from empty dynamic array
+3
−3
05:10:08
puya
remove unused special case
+2
−11
05:10:08
puya
refactoring
+17
−9
05:10:08
puya
optimise & refactor ARC-4 embedded library functions
+3935
−4053
05:10:08
puya
given that AWST ArrayConcat doesn't (can't) validate operands, restore previous behaviour of invalid type combinations being a code/user error rather than an internal error
+12
−20
05:10:08
puya
restore additional concat params when doing array concats
+6
−1
05:10:08
puya
refactor: use ir.ArrayPop for all dynamic array types
+259
−191
05:10:08
puya
chore: compile all
+2186
−1817
05:10:08
puya
linting
+3
−6
05:10:08
puya
chore: compile all
+322328
−225592
05:34:36
puya
add unssa test without inlining
+133
−4
05:40:44
puya
guard against use-before-def when collapsing trivial phi nodes
+27
−0
05:40:44
puya
chore: compile all
+16052
−36
05:51:24
use-wallet-ui
chore(deps): Update all non-major dependencies
+104
−115
07:05:59
solidity-land-registry
npm: bump hardhat from 2.28.6 to 3.2.0
+1
−1
07:06:06
solidity-land-registry
npm: bump solhint from 5.2.0 to 6.1.0
+1
−1
07:06:31
solidity-land-registry
npm: bump eslint from 9.39.4 to 10.1.0
+1
−1
07:28:38
algorand-anonymous-rpc-demo
remove patching
+4255
−6656
08:05:46
rosetta-smart-contracts
implementation of simple_transfer use case in leo
+101
−1
08:11:21
algorand-anonymous-rpc-demo
algosdk via ohttp custom http client
+292
−45
08:15:24
algorand-anonymous-rpc-demo
Add MIT License to the project
+21
−0
08:18:29
algorand-anonymous-rpc-demo
readme
+49
−25
08:18:46
algorand-anonymous-rpc-demo
Merge branch 'main' of github.com:algorandecosystem/algorand-anonymous-rpc-demo
+21
−0
09:04:37
algorand-python-testing
feat: add GlobalMap
+688
−17
09:04:37
algorand-python-testing
feat: add LocalMap
+854
−55
09:04:37
algorand-python-testing
docs: add GlobalMap and LocalMap to state-management guide
+79
−0
09:06:11
algorand-python-testing
chore: refresh test artifacts to use puya main branch
+4757
−1718
09:22:06
rosetta-smart-contracts
Fix deadline condition in auction contract
+9
−9
09:26:06
algorand-anonymous-rpc-demo
add github and demo links
+24
−1
10:00:16
algokit-utils-ts
chore: update dependencies and nsprc config
+1080
−1190
10:03:09
use-wallet-ui
chore(deps): Update all non-major dependencies (#51)
+104
−115
10:03:48
use-wallet-ui
chore(deps): Update pnpm to v10.33.0
+1
−1
10:09:15
rosetta-smart-contracts
Merge pull request #36 from ale-gll/main
+9
−9
10:30:28
rosetta-smart-contracts
Merge pull request #20 from Rashidhmd/cairo/escrow
+269
−1
10:56:14
rosetta-smart-contracts
implementation of simple_transfer use case in leo - FIXED
+1
−1
10:59:39
rosetta-smart-contracts
Merge branch 'main' into main
+864
−12
11:33:05
devportal
refactor x402 tutorial based on review feedback
+91
−234
12:02:11
tinyman-py-sdk
Merge pull request #70 from tinymanorg/swap-router-v3
+728
−0
12:34:24
algokit-subscriber-ts
chore: update dependencies and nsprc config
+1247
−1323
13:09:48
use-wallet-ui
chore(deps): Update pnpm to v10.33.0 (#52)
+1
−1
13:23:00
algokit-utils-ts
Merge pull request #559 from algorandfoundation/chore/update-deps
+1080
−1190
13:23:19
algokit-subscriber-ts
Merge pull request #156 from algorandfoundation/chore/update-deps
+1247
−1323
13:31:34
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
13:41:23
algokit-subscriber-ts
chore: migrate release.yml check_docs job to pnpm
+12
−4
13:45:10
algokit-subscriber-ts
Notes added by 'git notes add'
+1
−0
15:27:41
puya
feat: Add assembly report for easier debugging
+131
−4
15:27:42
puya
chore: Remove source maps from O0 and O2 test outputs
+2
−2
15:31:00
puya
chore: Update test outputs
+254989
−1313362
15:31:04
puya
chore: Don't enable assembly reports by default
+1
−1
15:31:04
puya
fixup: Measure code highlights in codepoints instead of bytes
+15
−13
15:31:04
puya
chore: Added changelog fragment
+7
−0
15:31:04
puya
chore: Fix mypy error
+6
−4
15:33:08
puya
fixup: Don't reset last location on block entry
+6559
−8128
15:37:54
a-day-in-my-bobalife
chore: log greeting (2026-03-30)
+2
−0
16:01:50
algokit-utils-ts
chore(deps): bump the all group across 1 directory with 12 updates
+701
−388
17:02:46
puya-ts
Initial intersection types proposal
+119
−0
17:29:26
a-day-in-my-bobalife
chore: v2026.12.0 (release)
+13
−0
17:29:27
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
18:32:22
algokit-utils-py
chore(deps): bump pygments from 2.19.1 to 2.20.0
+4
−4
18:43:25
puya-ts
feat: Add client generation for `puya-ts`
+414
−32
18:43:26
puya-ts
chore: Update test outputs
+2777
−0
18:43:26
puya-ts
feat: Add the new cli tool `puyats-clientgen` (works from ARC56 specs)
+111
−0
18:43:26
puya-ts
chore: Update linter configuration for new test outputs
+8
−1
18:55:30
devportal
Refine x402 on Algorand tutorial
+100
−90
19:16:59
devportal
Remove unused BulletList import
+0
−1
19:27:26
devportal
Remove unused import from puya config
+0
−1
19:31:39
d-asa
chore(deps-dev): bump pygments from 2.19.2 to 2.20.0
+7
−7
19:51:28
devportal
Add x402 on Algorand tutorial
+355
−0
19:55:29
go-algorand
Merge remote-tracking branch 'upstream/master' into goal-pagination
+4795
−3540
21:35:21
puya-ts
test: add a simple c2c using a generated client
+47
−0
23:09:05
puya-ts
chore: npm audit fix
+77
−45