Home Reports May 19, 2026
Tuesday, May 19, 2026
- Commits
- 140
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 17
- distinct authors
- Lines changed
- +59,595 −5,080
- additions / deletions
Tuesday, May 19, 2026
140 commits were pushed across 20 repos by 17 authors. There were 59,595 additions and 5,080 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- go-algorand 7 commits
- algokit-client-generator-ts 3 commits
- algokit-lora 1 commit
- algokit-subscriber-ts 7 commits
- algokit-utils-py 2 commits
- algokit-utils-ts 9 commits
- algokit-utils-ts-debug 5 commits
- algorand-typescript-testing 11 commits
- ARCs 2 commits
- puya 8 commits
- xchain-accounts 19 commits
- xHD-Wallet-API-kt 5 commits
- rosetta-smart-contracts 16 commits
- d-asa 2 commits
- AlgoPlonk 1 commit
- wen-tools 7 commits
- algonaut 30 commits
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 3 commits
- algo-voting 1 commit
Commit Log
140 commits · 20 repositories
01:00:20
go-algorand
Build 2722 Data
+1
−1
01:55:20
wen-tools
feat: add AgentSnippets component for developer integration and API documentation
+55
−2
04:19:04
puya
build: update compile_all_fast to indicate if any changes are logs only
+38
−6
05:32:54
puya
build: update compile_all_fast to indicate if any changes are logs only
+38
−6
06:43:03
algonaut
Merge pull request #274 from manuelmauro/chore/v0.6.0
+307
−84
06:45:11
algonaut
chore(deps): update getrandom requirement from 0.2 to 0.4
+1
−1
06:45:14
algonaut
chore(deps): update rand requirement from 0.8.5 to 0.10.1
+1
−1
06:50:08
algonaut
docs(contributing): add missing algod -> transaction dependency edge
+1
−0
06:56:45
puya
test: add additional baseline test cases and onchain tests for stack scheduling
+311
−0
06:57:38
puya
test: fix amm test flakiness due to many transactions in onchain test suites exceeding 1000 valid round window
+25
−51
06:57:38
puya
chore: compile all
+21479
−0
07:02:19
algonaut
docs(contributing): add missing algod -> transaction dependency edge (#277)
+1
−0
07:06:28
xchain-accounts
Merge pull request #33 from algorandfoundation/chore/cd
+342
−26
07:37:29
puya
test: add additional baseline test cases and onchain tests for stack scheduling
+311
−0
07:37:29
puya
chore: compile all
+21479
−0
07:37:29
puya
test: fix amm test flakiness due to many transactions in onchain test suites exceeding 1000 valid round window
+25
−51
07:40:24
xchain-accounts
Merge pull request #23 from algorandfoundation/feat/dangerous-tx
+100
−10
07:41:00
xchain-accounts
chore: portal: ToS: domain fix .tech > .co
+2
−2
07:42:05
xchain-accounts
chore: use-wallet-ui ref with dangerous txn review
+1
−1
07:46:14
xchain-accounts
chore: portal docs: rekey emphasis
+1
−1
07:58:10
algonaut
docs(contributing): align submission checklist with make ci targets
+9
−6
07:59:55
xchain-accounts
Merge pull request #34 from algorandfoundation/chore/pnpm-version-and-more-chores
+9
−5
08:01:48
algonaut
docs: move the test-suite section from the README into CONTRIBUTING
+14
−12
08:07:46
algonaut
ci: skip build jobs for docs-only changes
+32
−0
08:12:33
xchain-accounts
chore: bridge fees, u-w-ui ref
+1
−1
08:12:47
algonaut
feat(core): add checked arithmetic to MicroAlgos
+46
−0
08:15:23
algonaut
docs(contributing): refresh submission checklist and adopt the test-suite section (#278)
+22
−17
08:17:18
algonaut
ci: skip build jobs for docs-only changes (#279)
+32
−0
08:17:56
algonaut
feat(core): add checked arithmetic to MicroAlgos (#280)
+46
−0
08:34:47
xchain-accounts
fix: let pnpm/action-setup read version from packageManager field
+0
−12
08:38:51
xchain-accounts
chore: add sha hash to pnpm pinned version
+1
−1
08:53:02
xchain-accounts
Merge pull request #35 from algorandfoundation/fix/pnpm-version
+1
−13
08:55:55
algonaut
fix(algod,indexer): make AssetParams.decimals a u32
+8
−4
09:35:37
algonaut
fix(algod,indexer): make AssetParams.decimals a u32 (#282)
+8
−4
09:49:47
xchain-accounts
chore: portal docs: change rekey docs target to rekey concept
+1
−1
09:53:21
algorand-typescript-testing
chore: add min-release-age to .npmrc and audit-exception for brace-expansion
+8
−3
10:24:39
algonaut
feat(algod): adopt block-introspection endpoints
+638
−1
10:36:50
algonaut
feat(algod): adopt account-resource pagination endpoints
+520
−3
10:41:27
algonaut
feat(algod): adopt ledger state-delta endpoints
+367
−4
10:45:41
algonaut
feat(algod): adopt node-administration endpoints
+393
−7
10:49:51
algonaut
feat(algod): adopt asynchronous raw-transaction endpoint
+156
−0
11:40:10
rosetta-smart-contracts
Lottery contract update
+107
−1
11:41:55
rosetta-smart-contracts
PaymentSplitter contract update
+116
−20
11:41:58
rosetta-smart-contracts
PriceBet contract update
+68
−63
11:42:01
rosetta-smart-contracts
SimpleTransfer contract update
+31
−32
11:42:03
rosetta-smart-contracts
SimpleWallet contract update
+67
−70
11:42:06
rosetta-smart-contracts
Storage contract update
+25
−27
11:42:09
rosetta-smart-contracts
Vault contract update
+59
−51
11:42:11
rosetta-smart-contracts
Vesting contract update
+44
−42
11:43:47
rosetta-smart-contracts
AnonymousData contract update
+31
−1
11:43:50
rosetta-smart-contracts
Auction contract update
+71
−129
11:43:52
rosetta-smart-contracts
Bet contract update
+60
−273
11:43:55
rosetta-smart-contracts
CrowdFund contract update
+52
−50
11:43:57
rosetta-smart-contracts
Escrow contract update
+49
−43
11:44:00
rosetta-smart-contracts
Factory contract update
+46
−72
11:44:03
rosetta-smart-contracts
HTLC contract update
+43
−50
12:03:33
xchain-accounts
feat: add testnet+localnet support to portal
+237
−24
12:37:26
algonaut
Merge pull request #286 from manuelmauro/feat/algod-block-introspection
+638
−1
12:37:47
algonaut
Merge pull request #287 from manuelmauro/feat/algod-account-resources
+520
−3
12:37:56
algonaut
Merge pull request #288 from manuelmauro/feat/algod-ledger-state-deltas
+367
−4
12:38:05
algonaut
Merge pull request #289 from manuelmauro/feat/algod-node-admin
+393
−7
12:38:14
algonaut
Merge pull request #290 from manuelmauro/feat/algod-raw-transaction-async
+156
−0
12:39:38
algonaut
feat(indexer): adopt block-headers search endpoint
+466
−2
12:40:35
algonaut
Merge pull request #291 from manuelmauro/feat/indexer-upstream-adoption
+466
−2
12:54:46
algokit-subscriber-ts
chore: bump deps
+8
−3
12:58:10
algonaut
test(cucumber): wire v2 algod/indexer client path features
+1270
−8
13:05:12
algonaut
test(cucumber): compare v2 client paths order-insensitively
+62
−37
13:05:54
algokit-client-generator-ts
chore: bump deps
+8
−3
13:07:52
algokit-utils-ts-debug
chore: bump deps
+5
−0
13:22:58
algokit-lora
chore: bump deps
+8
−3
13:35:52
algokit-subscriber-ts
chore: add .npmrc with min-release-age=7 to quarantine fresh package releases
+1
−0
13:42:38
go-algorand
Default to 60s TTL for Cloudflare record updates and allow configuration
+36
−22
13:43:18
algokit-subscriber-ts
chore: add 7-day dependabot cooldown to match .npmrc min-release-age
+2
−0
13:47:35
algonaut
test(cucumber): wire v2 algod/indexer client path features (#292)
+1295
−8
13:52:47
algonaut
feat(algod): surface optional query params on v2 client wrappers
+38
−33
13:56:31
go-algorand
Update comment about clamp floor
+4
−1
13:56:36
algo-voting
build(deps-dev): update @typescript-eslint/eslint-plugin requirement
+1
−1
13:59:00
algokit-utils-ts
ci: rename check-docs step to check_docs
+1
−1
14:00:16
go-algorand
Catch error in nodecfg if setting DNS fails
+3
−1
14:20:49
xchain-accounts
Add aria-label to network selector
+1
−0
14:25:36
go-algorand
Update comment
+1
−2
14:27:02
go-algorand
Update help text
+1
−1
14:30:41
xchain-accounts
feat: sdk: offline compilation of xChain logic sigs; splice bytes into compiled logic sig template
+66
−47
14:35:01
algokit-utils-ts
chore: bump deps
+8
−3
14:38:18
algokit-utils-ts
chore: add .npmrc with min-release-age=7 to quarantine fresh package releases
+1
−0
14:38:30
algokit-utils-ts
chore: add 7-day dependabot cooldown to match .npmrc min-release-age
+2
−0
14:43:15
wen-tools
feat: add robots.txt and sitemap.xml for SEO indexing
+222
−0
14:49:06
algokit-utils-ts
ci: rename check_docs step to check-docs
+1
−1
14:53:33
wen-tools
feat: implement on-chain agent registry integration and marketplace listing utilities
+82
−22
14:55:04
xchain-accounts
fix: gracefully handle switching to localnet without a localnet algod running
+123
−6
14:59:37
xchain-accounts
chore: un-hard-code mainnet, use NetworkId.MAINNET
+2
−2
15:02:48
xchain-accounts
chore: update outdated JSDoc on signTxn
+2
−2
15:11:55
algokit-utils-ts
chore: bump examples deps
+80
−17
15:22:39
algokit-utils-ts
chore: add examples .npmrc with min-release-age=7 to quarantine fresh package releases
+1
−0
15:23:05
algokit-utils-ts
chore: add docs .npmrc with minimumReleaseAge to quarantine fresh package releases
+1
−0
15:23:17
algokit-utils-ts
chore: bump docs deps
+775
−504
15:28:43
algokit-subscriber-ts
chore: add examples .npmrc with min-release-age=7 to quarantine fresh package releases
+1
−0
15:28:54
algokit-subscriber-ts
chore: bump examples deps
+7
−3
15:29:23
xchain-accounts
fix: swtich asset registry to the use-wallet-ui wrapper
+8
−3
15:31:26
algokit-subscriber-ts
chore: add docs .npmrc with minimumReleaseAge to quarantine fresh package releases
+1
−0
15:31:36
algokit-subscriber-ts
chore: bump docs deps
+778
−494
15:46:31
algorand-typescript-testing
chore: add min-release-age to .npmrc and audit-exception for brace-expansion
+8
−3
16:06:13
rosetta-smart-contracts
implementation of anonymous data use case in leo
+202
−0
16:10:31
xchain-accounts
fix: send indexer client to asset registry for test lookups
+13
−1
16:14:33
a-day-in-my-bobalife
chore: log greeting (2026-05-19)
+1
−0
16:18:21
algorand-typescript-testing
chore: add docs .npmrc with minimumReleaseAge to quarantine fresh package releases
+1
−0
16:18:35
algorand-typescript-testing
chore: add docs favicon
+20
−0
16:19:59
algorand-typescript-testing
ci: add check_docs workflow to pr and release pipelines
+11
−2
16:21:55
algokit-client-generator-ts
chore: add .npmrc with min-release-age=7 to quarantine fresh package releases
+1
−0
16:22:54
algokit-client-generator-ts
chore: add 7-day dependabot cooldown to match .npmrc min-release-age
+2
−0
16:24:56
algokit-utils-ts-debug
chore: add .npmrc with min-release-age=7 to quarantine fresh package releases
+1
−0
16:26:01
algokit-utils-ts-debug
chore: add 7-day dependabot cooldown to match .npmrc min-release-age
+2
−0
16:30:07
algokit-utils-ts-debug
chore: add docs .npmrc with minimumReleaseAge to quarantine fresh package releases
+1
−0
16:30:20
algokit-utils-ts-debug
chore: polish docs
+674
−648
16:33:03
algorand-typescript-testing
chore: bump deps
+7
−1
16:37:07
xHD-Wallet-API-kt
Merge pull request #58 from algorandecosystem/update_libsodium
+1
−0
16:47:21
go-algorand
Update help text to reflect values less than 60s are clamped to 60s
+2
−2
17:34:41
xHD-Wallet-API-kt
Merge pull request #59 from algorandfoundation/main
+11
−7
17:36:51
xHD-Wallet-API-kt
chore(release): 1.3.2
+1
−1
17:37:10
xHD-Wallet-API-kt
Notes added by 'git notes add'
+1
−0
17:37:47
xHD-Wallet-API-kt
Merge release/1.x into main
+1
−1
18:03:47
algorand-typescript-testing
chore: change outdated smart signature to logic signature term
+3
−3
18:07:29
algorand-typescript-testing
fix: link cards in index.mdx
+21
−13
18:10:51
algokit-walletsdk-kmp
fix: upgrade to 16kb page version
+1
−1
18:14:52
algokit-walletsdk-kmp
docs: update roadmap
+4
−5
18:18:57
wen-tools
feat: implement agent marketplace with registry API, contract utilities, and management UI components
+815
−64
18:22:47
wen-tools
feat: implement TestAgentModal for Algorand x402 payment challenge verification
+1
−1
18:29:09
algorand-typescript-testing
fix: remove unnecessary test cleanup blocks and fix a broken link in transactions.md
+1
−31
18:31:31
algokit-walletsdk-kmp
fix: upgrade to 16kb page AF xHD library version (#306)
+5
−6
18:46:49
wen-tools
feat: add TestAgentModal component to support x402 payment flow and agent endpoint testing
+2
−0
18:57:15
wen-tools
feat: add TestAgentModal to handle x402 payment challenges and agent endpoint testing
+80
−5
19:05:05
algorand-typescript-testing
fix: small typo fix in vitest-transformer + inserted manual params table so they render properly
+9
−5
19:17:00
algorand-typescript-testing
chore: fix broken links
+7
−7
20:46:41
ARCs
chore(deps): bump idna from 3.11 to 3.15 in /assets/arc-0062
+12
−5
21:15:11
ARCs
chore(deps): bump idna from 3.11 to 3.15 in /assets/arc-0020
+12
−5
21:28:24
AlgoPlonk
fix verifier logicsig rekey guard
+171
−90
22:09:09
algokit-utils-py
chore(deps): bump idna from 3.11 to 3.15 in /examples
+470
−470
23:26:22
algokit-utils-py
chore(deps): bump idna from 3.11 to 3.15
+1159
−1159
23:59:19
d-asa
chore(deps): bump idna from 3.13 to 3.15
+6
−6
23:59:22
d-asa
Merge 026941af713a71dabea56f96999bc118b40c9d0a into c138921bdc81ac772fea570d0f286575b27a0b45
+6
−6