Home Reports May 26, 2026
Tuesday, May 26, 2026
- Commits
- 64
- pushed this day
- Repositories
- 14
- with activity
- Contributors
- 16
- distinct authors
- Lines changed
- +1,434,758 −1,302,626
- additions / deletions
Tuesday, May 26, 2026
64 commits were pushed across 14 repos by 16 authors. There were 1,434,758 additions and 1,302,626 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
14 repositories- go-algorand 2 commits
- indexer 1 commit
- algokit-core 12 commits
- algokit-utils-py 6 commits
- algorand-typescript-testing 1 commit
- devportal 1 commit
- intermezzo 11 commits
- puya-ts 4 commits
- xchain-accounts 3 commits
- wen-tools 2 commits
- algonaut 18 commits
- a-day-in-my-bobalife 1 commit
- algo-voting 1 commit
- bitcoinBuyer1_CryptoMaven.xyz 1 commit
Commit Log
64 commits · 14 repositories
01:00:21
go-algorand
Build 2729 Data
+1
−1
01:40:01
puya-ts
refactor: use name property in error messages instead of hardcoding type name
+33
−30
01:40:01
puya-ts
refactor: fix typos in error messages
+11
−11
01:40:01
puya-ts
refactor: add source location to invariant checks
+4
−4
01:51:08
puya-ts
Notes added by 'git notes add'
+1
−0
07:35:47
algonaut
feat(examples): ship a runnable Vault contract for the ARC-56 example
+183
−2
07:51:28
algo-voting
build(deps-dev): update @typescript-eslint/eslint-plugin requirement
+1
−1
07:52:51
algonaut
chore(make): add a sandbox target for fast local development
+25
−1
07:53:10
algonaut
docs(examples): narrate the arc56 walkthrough through env_logger
+47
−13
08:33:40
algonaut
test(abi-model): validate real ARC-56 specs and the JSON schema
+62243
−0
09:12:19
algonaut
test: split suites into cucumber/e2e/integration folders, run e2e in CI
+434
−81
09:16:33
algorand-typescript-testing
chore: harden workflows and retire alpha channel
+21
−27
10:01:16
algonaut
feat(abi): support real-world ARC-56 specs in the contract! macro
+1322
−51
10:10:09
algonaut
feat(abi): generate inline-nested structs as contract! arguments
+117
−80
10:37:41
algonaut
refactor(abi): split contract! codegen into per-concern submodules
+1302
−1261
10:51:38
algonaut
refactor(abi-model): split lib.rs into per-concern modules
+758
−685
11:08:34
algonaut
build(deps): centralize base64 in workspace dependencies
+2
−1
11:25:26
algonaut
chore(make): add a fund target for the example accounts
+19
−2
12:18:01
indexer
agents
+1
−1
12:19:55
algonaut
test(abi): add a caller != creator e2e for the contract! client
+61
−0
13:43:18
algonaut
test(e2e): gate the suite via [[test]] test = false instead of per-test #[ignore]
+25
−22
13:57:50
algonaut
test(abi): drop the compile-only `*_typechecks` stubs now covered by e2e
+8
−59
14:20:16
xchain-accounts
Merge pull request #41 from algorandfoundation/fix/portal-preview-url
+18
−1
14:21:23
xchain-accounts
Merge pull request #40 from algorandfoundation/feat/portal-multi-network-fix-indexer
+13
−1
14:28:01
xchain-accounts
deps: override js-cookie to fix vulnerability
+7
−5
14:41:56
algonaut
docs(changelog): record the ARC-56 contract! macro under Unreleased
+9
−0
14:45:59
algonaut
docs(readme): lead the quickstart with a minimal ARC-56 contract! example
+34
−40
15:03:19
algonaut
feat(abi): ARC-56 app spec for contract! (ADR, phases, real-world specs, live e2e) (#344)
+67157
−727
15:38:15
go-algorand
Move FeeFactor "up" to SignedTxn
+28
−15
15:44:12
bitcoinBuyer1_CryptoMaven.xyz
ANGULAR: d3 Visuals started
+190
−26
15:58:20
algokit-utils-py
fix: properly handle new small fee errors
+1162
−1162
15:58:22
algokit-utils-py
chore: bump vulnerable dev deps and drop unused sphinx-autobuild to fix pip-audit
+15
−224
15:58:23
algokit-utils-py
ci: pin polytest to ^0.7
+5
−1
16:12:59
intermezzo
fix: use bigint for microalgos, fixes up vault signature decoding, delete existing fields from kV, resolves missing status code as 500
+50
−12
16:22:51
algokit-utils-py
Merge pull request #312 from algorandfoundation/fix/small_fee_errors
+1019
−1224
16:26:57
a-day-in-my-bobalife
chore: log greeting (2026-05-26)
+1
−0
16:27:44
algokit-utils-py
Merge branch 'main' into ci/harden-workflows-cleanup-alpha
+4
−4
16:29:43
algokit-utils-py
5.0.0-beta.4
+1
−1
16:35:00
intermezzo
ci: change order of env and run manager funding step
+20
−4
17:12:43
algonaut
feat(abi): generate contract! methods with reference arguments (#346)
+191
−8
17:33:11
intermezzo
ci: include setup_localnet.sh
+90
−0
17:45:39
intermezzo
ci: fix permission ownership to runner
+2
−0
18:16:31
intermezzo
chore: migrate to bookworm-slim for Credo native dependencies
+4
−2
18:27:50
algokit-core
fix(build-pkgs): nest xcframework headers under per-module subdirs
+36
−0
18:27:50
algokit-core
fix(build-pkgs): nest xcframework headers under per-module subdirs
+36
−0
18:29:37
intermezzo
chore: downgrade to node:22 for NAPI-RS and ignore engines for algokit v4
+2
−2
18:30:40
devportal
Merge branch 'main' into accounts
+465
−182
18:46:27
intermezzo
ci: force recreation for pawn to get updated .env
+4
−0
18:47:59
wen-tools
feat: implement cross-chain NFT import tool with XRPL, Cardano, and Ethereum support
+89
−25
19:10:55
algokit-core
feat(swift): consolidate Transact and Crypto into AlgoKitUtils package
+648573
−0
19:10:55
algokit-core
feat(swift): consolidate Transact and Crypto into AlgoKitUtils package
+648573
−0
19:27:33
intermezzo
ci: seed defaults from env template
+2
−8
20:33:30
wen-tools
feat: implement NFT import tool for cross-chain migration from XRPL, Cardano, and Ethereum to Algorand
+37
−5
20:36:15
algokit-core
ci(swift): drop per-crate matrix in favor of one umbrella build
+11
−54
20:36:15
algokit-core
ci(swift): drop per-crate matrix in favor of one umbrella build
+11
−54
20:36:15
algokit-core
chore(swift): remove legacy per-crate Swift packages
+0
−648235
20:36:15
algokit-core
chore(build-pkgs): write Swift outputs into AlgoKitUtils package
+20
−14
20:36:15
algokit-core
chore(swift): remove legacy per-crate Swift packages
+0
−648235
20:36:15
algokit-core
chore(build-pkgs): write Swift outputs into AlgoKitUtils package
+20
−14
20:36:15
algokit-core
ci(swift): add tagged-release workflow publishing both xcframeworks
+115
−0
20:36:15
algokit-core
ci(swift): add tagged-release workflow publishing both xcframeworks
+115
−0
20:43:58
intermezzo
ci: debug action
+5
−0
21:16:48
intermezzo
ci: fix permissions for vault
+1
−6
21:28:44
intermezzo
ci: change permissions after restoring ownership
+4
−2