Home Reports Jun 5, 2026
Friday, June 5, 2026
- Commits
- 122
- pushed this day
- Repositories
- 16
- with activity
- Contributors
- 13
- distinct authors
- Lines changed
- +453,770 −344,111
- additions / deletions
Friday, June 5, 2026
122 commits were pushed across 16 repos by 13 authors. There were 453,770 additions and 344,111 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
16 repositories- go-algorand 1 commit
- go-algorand-sdk 1 commit
- js-algorand-sdk 4 commits
- msgp 3 commits
- abel 1 commit
- algokit-cli 5 commits
- devportal 1 commit
- puya 91 commits
- puya-ts 1 commit
- xchain-accounts 4 commits
- brand 1 commit
- a-day-in-my-bobalife 1 commit
- algo-voting 1 commit
- tinyman-order-protocol 4 commits
- tinyman-py-sdk 1 commit
- StablecoinWatch 2 commits
Commit Log
122 commits · 16 repositories
00:51:00
go-algorand-sdk
API: box pagination, values, and prefix
+524
−3
01:00:21
go-algorand
Build 2739 Data
+1
−1
03:03:41
algo-voting
build(deps-dev): update @vue/eslint-config-typescript requirement
+1
−1
09:14:28
algokit-cli
docs: refresh cli reference content and fix broken links
+1051
−181
09:15:41
algokit-cli
ci: trigger publish-devportal-docs on main, pin actions to SHAs and bump node to 24
+11
−6
09:25:35
algokit-cli
chore: bump pyjwt to 2.13.0 to fix PYSEC-2026-175/177/178/179
+3
−3
09:45:28
algokit-cli
test: update goal help approval snapshot for new docs url
+1
−1
09:46:15
algokit-cli
Merge 3b9a12e9c2dc249454e1e6e5e6d2157a9e98b8ac into b3769a2c96f58b8be8f1e6e982eac5ad4511f644
+1206
−864
09:53:18
devportal
ci: bump softprops/action-gh-release to v3 for node 24 runtime
+2
−2
10:35:55
js-algorand-sdk
docs: update docstring
+5
−1
10:38:26
js-algorand-sdk
docs: update algod client docstring for boxes
+3
−1
10:38:33
tinyman-order-protocol
Always include filled_amount in trigger order calculations to prevent multiple fills
+3
−8
10:41:09
brand
Merge 7689a49a812775485ee84e0f1e20826dfd619dd9 into 3602b5f63a6ac7244db69ae82cef05c38a7ae646
+1
−1
11:51:24
tinyman-order-protocol
collect: Delete the box if the order is complete
+10
−0
11:56:12
tinyman-order-protocol
Update build files
+375
−364
12:02:19
tinyman-order-protocol
Bump order app to version 5
+6
−6
12:40:51
tinyman-py-sdk
Update ordering app version
+3
−3
13:54:13
abel
fix: sync-pera.sh kill if data does not exist
+1
−1
14:02:23
puya
chore(docs): remove obsolete Sphinx source files
+0
−5309
14:02:23
puya
chore(docs): update link
+1
−1
14:02:23
puya
rendering fixes: double headings, broken anchors, broken links, sidebar ordering
+9064
−326
14:02:23
puya
docs: initialize Starlight and migrate Sphinx content to Astro
+11677
−0
14:02:23
puya
ci: replace Sphinx gh-pages workflow with Starlight build
+33
−9
14:02:23
puya
chore: update gitignore and pre-commit config for Starlight docs
+8
−2
14:02:23
puya
docs: add API build pipeline for Starlight
+409
−0
14:02:23
puya
chore(docs): replace autodoc2 with sphinx-autoapi for API generation
+148
−63
14:02:24
puya
fix: a couple small changes in existing stub docs to improve rendering
+45
−8
14:02:24
puya
ci: set publish-devportal-docs trigger on main, harden ci and pin devportal action to release/ak-v4
+14
−8
14:02:24
puya
fix: rendering improvements: get rid of rendered ellipsis and None's, descriptions in inherited methods, link cards, restore dropped files
+548
−37
14:02:24
puya
Apply suggestions from code review
+1
−3
14:02:24
puya
docs: added doc entry in errors.md for logged errors
+35
−1
14:02:24
puya
chore: migrate docs to pnpm and wire devportal publishing
+4542
−7006
14:02:24
puya
chore: updated gitignore
+8
−10
14:02:24
puya
fix: add some inlined remark code to support mermaid specifically for the language server ADR
+874
−1
14:02:24
puya
Apply suggestions from code review
+11
−11
14:02:24
puya
Apply suggestions from code review
+1
−1
14:02:24
puya
Apply suggestions from code review
+708
−708
14:02:24
puya
fix: prefix methods with class name to improve anchors (for links), move signature out of headers for the same reason
+100
−0
14:02:24
puya
Fix links to the principles article
+5
−5
14:02:24
puya
fix: pipeline improvements: autodoc MyST config, batch file generation, build intermediate sphinx md files to gitignored temp, plus some rendering fix passes
+295
−8809
14:02:24
puya
nit: little typo in calling-apps
+1
−1
14:02:24
puya
chore: bump stubs version
+3
−3
14:02:24
puya
chore: reword msg. in generate_docs (now should be consumed by api_build)
+8
−1
14:02:24
puya
Link ARCHITECTURE.md via github
+1
−1
14:02:24
puya
chore: renamed build docs action
+2
−2
14:02:24
puya
docs: add missing avm_version field in contract class config
+4
−1
14:02:24
puya
fix: small change on an ADR to improve rendering
+12
−5
14:02:24
puya
chore: Replace links to .md files and use the algorand website for our ARCs
+236
−236
14:02:24
puya
fix: css to style signatures moved out of headers
+22
−0
14:02:25
puya
fix: get rid of no impact pass
+0
−8
14:02:25
puya
fix: inject dropped initialization docs, and drop empty initializations
+42
−0
14:02:25
puya
fix: give a single param its own bullet
+12
−0
14:02:25
puya
fix: dunder methods should be included, but some (like __all__) should be filtered out
+60
−3
14:02:25
puya
fix: class signatures without modifying anchors
+14
−6
14:02:25
puya
docs: bulleted list in urange() variants
+3
−3
14:02:25
puya
fix: bold first item in tables
+11
−0
14:02:25
puya
fix: cross page api anchors and some link fixes
+38
−16
14:02:25
puya
fix: collapse myst nested links
+11
−0
15:36:06
puya-ts
ci: pin actions to SHAs, harden token permissions and drop alpha release channel
+30
−35
15:36:51
xchain-accounts
feat: portal: add verify route for independent transaction verification
+215
−1
15:40:36
xchain-accounts
chore: portal: add comments for route coupling with shared UI package
+7
−0
15:41:23
xchain-accounts
chore: portal: route titles naming consitency
+1
−1
16:07:57
a-day-in-my-bobalife
chore: log greeting (2026-06-05)
+1
−0
16:10:54
xchain-accounts
chore: update submodule ref to allow build and preview
+1
−1
16:44:15
StablecoinWatch
build(deps): bump axios from 1.13.5 to 1.16.0
+22
−11
16:44:18
StablecoinWatch
Merge fee4472e5657f65f000d0f796d80b4aa3f5fa5b7 into 406e6102bcf789e4b1381d4aede87c8b3458c87e
+22
−11
17:33:58
msgp
add "required" struct field tag
+1066
−0
17:49:40
puya
fix: bold first item in tables
+11
−0
17:49:40
puya
docs: initialize Starlight and migrate Sphinx content to Astro
+11677
−0
17:49:40
puya
chore: renamed build docs action
+2
−2
17:49:40
puya
chore(docs): remove obsolete Sphinx source files
+0
−5309
17:49:40
puya
fix: add some inlined remark code to support mermaid specifically for the language server ADR
+874
−1
17:49:40
puya
fix: rendering improvements: get rid of rendered ellipsis and None's, descriptions in inherited methods, link cards, restore dropped files
+548
−37
17:49:40
puya
chore(docs): replace autodoc2 with sphinx-autoapi for API generation
+148
−63
17:49:40
puya
fix: class signatures without modifying anchors
+14
−6
17:49:40
puya
fix: small change on an ADR to improve rendering
+12
−5
17:49:40
puya
rendering fixes: double headings, broken anchors, broken links, sidebar ordering
+9064
−326
17:49:40
puya
chore: Replace links to .md files and use the algorand website for our ARCs
+236
−236
17:49:40
puya
fix: give a single param its own bullet
+12
−0
17:49:40
puya
docs: add API build pipeline for Starlight
+409
−0
17:49:40
puya
chore: reword msg. in generate_docs (now should be consumed by api_build)
+8
−1
17:49:40
puya
Apply suggestions from code review
+11
−11
17:49:40
puya
docs: bulleted list in urange() variants
+3
−3
17:49:40
puya
Apply suggestions from code review
+708
−708
17:49:40
puya
chore: migrate docs to pnpm and wire devportal publishing
+4542
−7006
17:49:40
puya
fix: css to style signatures moved out of headers
+22
−0
17:49:40
puya
fix: inject dropped initialization docs, and drop empty initializations
+42
−0
17:49:40
puya
fix: dunder methods should be included, but some (like __all__) should be filtered out
+60
−3
17:49:40
puya
Apply suggestions from code review
+1
−1
17:49:40
puya
fix: get rid of no impact pass
+0
−8
17:49:40
puya
fix: prefix methods with class name to improve anchors (for links), move signature out of headers for the same reason
+100
−0
17:49:40
puya
chore: updated gitignore
+8
−10
17:49:40
puya
chore: bump stubs version
+3
−3
17:49:40
puya
chore: update gitignore and pre-commit config for Starlight docs
+8
−2
17:49:40
puya
chore(docs): update link
+1
−1
17:49:40
puya
docs: added doc entry in errors.md for logged errors
+35
−1
17:49:40
puya
nit: little typo in calling-apps
+1
−1
17:49:40
puya
Fix links to the principles article
+5
−5
17:49:40
puya
fix: collapse myst nested links
+11
−0
17:49:40
puya
ci: set publish-devportal-docs trigger on main, harden ci and pin devportal action to release/ak-v4
+14
−8
17:49:40
puya
fix: a couple small changes in existing stub docs to improve rendering
+45
−8
17:49:40
puya
Apply suggestions from code review
+1
−3
17:49:40
puya
fix: pipeline improvements: autodoc MyST config, batch file generation, build intermediate sphinx md files to gitignored temp, plus some rendering fix passes
+295
−8809
17:49:40
puya
Link ARCHITECTURE.md via github
+1
−1
17:49:40
puya
docs: add missing avm_version field in contract class config
+4
−1
17:49:40
puya
ci: replace Sphinx gh-pages workflow with Starlight build
+33
−9
17:49:40
puya
fix: cross page api anchors and some link fixes
+38
−16
17:51:15
puya
Merge a40488a541629357acf8996f23c06a8f3bca5524 into ffc25a6b9735bea77bc6f19462b298c59856b822
+29420
−7587
18:19:15
msgp
remove exported error symbol
+28
−21
18:21:05
js-algorand-sdk
Merge pull request #1089 from algorand/feat/box_api_changes
+456
−25
18:41:54
puya
fix: use BytesEncode for encoding uint values
+14
−9
18:42:12
puya
fix: ensure _visit_and_check_for_double_eval still materialises expressions when required
+14
−10
18:42:13
puya
test: increase op ups
+3
−3
18:42:14
puya
chore: compile all
+180339
−144850
18:42:14
puya
chore: add changelog
+42
−0
19:05:37
msgp
support any => interface{}
+402
−6
22:32:12
puya
fix: ensure _visit_and_check_for_double_eval still materialises expressions when required
+14
−10
22:32:12
puya
chore: add changelog
+42
−0
22:32:12
puya
test: increase op ups
+3
−3
22:32:12
puya
fix: use BytesEncode for encoding uint values
+14
−9
22:32:12
puya
chore: compile all
+180339
−144850
23:52:10
js-algorand-sdk
Bump axios from 1.8.4 to 1.17.0
+54
−13