Home Reports Mar 27, 2026
Friday, March 27, 2026
- Commits
- 59
- pushed this day
- Repositories
- 11
- with activity
- Contributors
- 13
- distinct authors
- Lines changed
- +551,489 −388,442
- additions / deletions
Friday, March 27, 2026
59 commits were pushed across 11 repos by 13 authors. There were 551,489 additions and 388,442 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
11 repositoriesCommit Log
59 commits · 11 repositories
01:00:21
go-algorand
Build 2669 Data
+1
−1
01:10:56
algokit-lora
chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9
+63
−3
01:19:02
puya
fix a hypothetical/future issue whereby a block with a single predecessor && unconditionally branched to with trivial phi nodes could result in a use-before-def error
+10
−2
03:45:43
bitcoinBuyer1_CryptoMaven.xyz
cryptomaven.xyz: authorization & authenticate tests
+795
−397
04:16:16
bitcoinBuyer1_CryptoMaven.xyz
cryptomaven.xyz: Whale-watcher & utility tests
+129
−425
09:26:45
algokit-cli
fix: bump pyjwt and requests to resolve CVE-2026-32597 and CVE-2026-25645
+15
−11
09:28:04
devportal
refactor: Why Algorand Core Pillars
+92
−143
09:28:48
devportal
add: Why Algorand DevEx Section
+34
−0
13:21:37
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−0
13:49:40
ARCs
docs: use pre-commit for generic hygiene
+100
−201
14:14:43
algokit-lora
chore: bump algokit-tuils and algokit-subscriber, update audit exceptions and add web3auth wallet provider
+1298
−1263
14:22:15
algokit-lora
chore: update npm adit exceptions with new advisory ids
+3
−3
14:22:24
algokit-lora
Merge 3472ffc7b7914a4fcb4bafecf639abcda4f1bf2c into d0ff3b68eb6cfb3641b16ac9b7fcd14733c8349d
+1691
−1655
14:32:32
ARCs
docs: optional repo-root .arckit.jsonc rule ignore
+53
−12
14:39:58
ARCs
chore: ignore binaries
+2
−0
14:40:06
ARCs
chore: add links
+2
−2
14:40:11
ARCs
chore: nit
+0
−8
14:40:26
ARCs
chore: set permissions
+6
−1
14:48:47
ARCs
feat: arckit cli
+3545
−1
14:50:42
ARCs
feat: pre-commit
+63
−0
14:51:08
ARCs
feat: ci-cd
+932
−0
14:51:17
ARCs
docs: guidelines
+256
−0
14:58:20
ARCs
chore: remove unused func
+0
−9
14:59:02
ARCs
chore: handle errors
+66
−23
15:00:04
ARCs
fix: redundant transition flow
+8
−6
15:01:10
ARCs
chore: regression test for writer failures
+19
−0
15:18:28
ARCs
chore: nit
+2
−3
15:18:40
ARCs
chore: remove unused param
+1
−1
15:26:34
a-day-in-my-bobalife
chore: log greeting (2026-03-27)
+1
−0
15:32:36
ARCs
chore: split pre-commit autofix and fail only
+108
−0
15:35:29
ARCs
Merge pull request #378 from algorandfoundation/arc-kit
+6454
−39
16:53:18
algokit-utils-py
chore: use xhd pypi package
+14
−7
16:55:10
algokit-utils-py
Merge branch 'alpha' into alpha-feat/crypto
+8099
−7484
18:05:09
ARCs
chore: markdownlint alias
+1
−0
18:05:28
ARCs
chore: solve MD022
+118
−0
18:13:30
ARCs
chore: solve MD031
+127
−0
18:17:34
algokit-utils-py
chore: ignore vulns
+7
−5
18:29:51
ARCs
chore: solve MD004
+137
−116
18:35:14
algokit-utils-py
chore: add exceptiongroup dep
+5
−2
19:15:40
algokit-utils-py
chore: PR feedback
+2
−5
22:12:46
puya
refactor: use ir.ArrayConcat for all arrays
+3753
−2293
22:12:46
puya
refactor: use ir.ArrayPop for all dynamic array types
+259
−191
22:12:46
puya
test: add op up transaction to test as budget increased from 648 to 706
+24
−12
22:13:56
puya
chore: compile all
+322328
−225592
22:13:59
puya
optimise & refactor ARC-4 embedded library functions
+3935
−4053
22:14:00
puya
chore: compile all
+160457
−123610
22:14:01
puya
refactoring
+17
−9
22:14:01
puya
remove unused special case
+2
−11
22:14:01
puya
restore additional concat params when doing array concats
+6
−1
22:14:01
puya
refactoring
+51
−46
22:14:01
puya
allow coverage to be reported when there are failing tests
+4
−1
22:14:01
puya
chore: compile all
+866
−671
22:14:02
puya
refactor: remove over-read on ReplaceValue lowering
+4
−5
22:14:16
puya
chore: compile all
+11557
−13246
22:14:17
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
22:14:17
puya
linting
+3
−6
22:14:18
puya
improve error message on attempted pop from empty dynamic array
+3
−3
22:14:18
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
23:37:53
algorand-agent-skills
Refactor and improve agent skills
+6239
−6844