Home Reports Sep 2, 2026
Wednesday, September 2, 2026
- Commits
- 148
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 26
- distinct authors
- Lines changed
- +73,909 −35,160
- additions / deletions
Wednesday, September 2, 2026
148 commits were pushed across 20 repos by 26 authors. There were 73,909 additions and 35,160 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- algostack 3 commits
- pg_algorand 3 commits
- go-algorand 20 commits
- java-algorand-sdk 34 commits
- escrow-session-vault 1 commit
- algokit-lora 14 commits
- algokit-utils-ts 4 commits
- intermezzo 2 commits
- specs 2 commits
- wallet-provider 2 commits
- algorealm-cli 8 commits
- frontend 1 commit
- widgets 4 commits
- vibekit 11 commits
- a-day-in-my-bobalife 25 commits
- algokit-walletsdk-kmp 2 commits
- connect 3 commits
- AlgorandCIDs 1 commit
- use-wallet 6 commits
- use-wallet-ui 2 commits
Commit Log
148 commits · 20 repositories
01:00:23
go-algorand
Build 2829 Data
+1
−1
01:00:23
go-algorand
FI from master
+459
−13
01:07:54
go-algorand
CR fixes
+132
−29
01:29:54
escrow-session-vault
docs: add in mainnet test command as well
+6
−0
01:38:35
go-algorand
more CR fixes
+269
−46
02:11:37
a-day-in-my-bobalife
refactor: upgrade to MVI project structure for Disney Scenic Rides
+479
−273
02:20:00
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
+1
−1
02:20:04
a-day-in-my-bobalife
Merge d70dd5452862bb105cfafa245a58a84feb1e57ac into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
+1
−1
02:20:57
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
+1
−1
02:20:59
a-day-in-my-bobalife
Merge 857ef99b338a03522fd58fc8e76f3ff094dda7ab into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
+1
−1
02:27:38
algorealm-cli
fix(deps): update all non-major dependencies
+3364
−1955
02:27:43
algorealm-cli
Merge a91f0458df5c0b1fffbaf275b3011281b00c035f into 361d3066ffaca4241991cc6563403417bf562ecf
+3364
−1955
03:24:55
vibekit
fix(cli): init merges existing files instead of clobbering them
+133
−18
03:25:10
vibekit
feat(cli): the install-path prompt is a real path picker
+10
−4
03:25:56
vibekit
chore: release v1.0.0-alpha.3
+133
−8
03:38:22
vibekit
feat(cli): a once-a-day upgrade nudge on exit
+123
−2
03:38:36
vibekit
chore: release v1.0.0-alpha.4
+32
−1
04:21:43
vibekit
feat(agent): public entity pages with OG posters — the bot's confirmation links
+1028
−0
04:29:06
vibekit
fix(agent): the og description is one quiet line — the poster carries the details
+17
−4
04:29:53
vibekit
fix(agent): the poster footer reads QT314 AGENT · qt314.ai
+2
−2
04:32:27
vibekit
feat(agent): the brand is qt314 — QT314 AGENT everywhere, qt314.ai as the canonical home
+21
−21
07:34:57
go-algorand
Improve logicSigAllowances comment
+31
−2
07:35:02
go-algorand
Merge 4aea623fbb7868f304cc13eee925812be8258d87 into 42f70fe22bf79c104ddc289fd1a33168009803cf
+505
−12
08:01:53
connect
chore: bump version to 1.6.1
+1
−1
08:02:05
connect
Merge 1b9824baffc77956a659e647f4aaf57904fabfe0 into 86024725aa0a8471e230a4b16401e2cc8a970d84
+13
−13
08:39:55
algokit-utils-ts
fix: resolve transaction IDs from the signed transactions
+132
−4
08:54:37
algokit-utils-ts
fix: resolve transaction IDs from the signed transactions
+132
−4
08:55:51
pg_algorand
2.1: keep prepared statements with N < K prefix clauses on custom plans
+102
−4
08:58:13
algokit-utils-ts
Merge 9be87680abc7b2382309a6ab0ddfba3170b83127 into 627d1244dff8307c0f9afe0462db55dd06ef6f9e
+132
−4
09:12:44
algokit-utils-ts
fix: resolve transaction IDs from the signed transactions
+156
−8
09:17:39
widgets
Added interface state function to the Dust Sweep, carrying the page context it must not lose
+71
−5
09:53:17
intermezzo
wip
+209
−138
10:14:31
specs
Merge pull request #315 from algorandfoundation/dependabot/github_actions/minor-and-patch-6512b1d693
+1
−1
10:16:07
intermezzo
docs: plan (delete after completion)
+376
−0
10:16:53
go-algorand
agreement: skip block assembly for unelected proposers (#590)
+340
−7
10:16:54
go-algorand
agreement: add benchmarks for filterProposers optimisation
+213
−4
10:23:03
pg_algorand
Add PREFIX_INDEX_DESIGN.md: note-prefix index design brief and rollout notes
+269
−0
10:55:41
connect
chore: upgrade walletconnect to 1.0.2 and bump to 1.6.1 (#207)
+13
−13
11:08:56
specs
Merge a699bd31702b01fbea5c5e36fdccd59bc3015119 into 0efa5540886f64438b9045faa6e4eba73edefa67
+433
−351
12:03:51
java-algorand-sdk
feat: add ed25519 callback based signers
+781
−6
12:03:51
java-algorand-sdk
Update src/main/java/com/algorand/algosdk/signer/Ed25519MultisigAlgorandSigner.java
+3
−3
12:03:51
java-algorand-sdk
Update src/main/java/com/algorand/algosdk/signer/Ed25519AlgorandSigner.java
+2
−3
12:03:51
java-algorand-sdk
feat: add PQ signature support
+2208
−9
12:03:51
java-algorand-sdk
Update src/test/java/com/algorand/algosdk/crypto/TestPQ.java
+13
−4
12:08:51
go-algorand
agreement: reuse filterProposers credential in proposal votes
+69
−6
12:18:00
algokit-lora
chore: npm audit
+173
−59
12:30:04
algokit-lora
chore: fix react-router-dom patch
+27
−28
12:38:59
algokit-lora
chore: fixes from claude code review
+83
−17
12:39:06
algokit-lora
Merge c0c3413506e4dee3542755d4171edcf80c44d23b into 0e26b4b274a282ae273b68b29140379d39803971
+2476
−2807
13:49:40
wallet-provider
feat: reject extension property collisions and freeze base provider identity
+203
−8
13:50:38
java-algorand-sdk
Merge bb94c9045d36ead209dc04a008d1b3c40940ac45 into 543110998c63b82a7f517c631c32ae62b9fbe9e3
+4215
−156
13:53:53
wallet-provider
Merge 1be72685f34143f116bbb9294ebc8290bf78d92c into 7fdd08948797fd0e5517f8e7ed0ec0ed65d7fa22
+203
−8
14:40:41
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
+1
−1
14:40:45
a-day-in-my-bobalife
Merge ec1af45377746de0c6ed20233425490bdd4e85df into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
+1
−1
14:40:50
go-algorand
txsync: fix double logging (#6725)
+54
−67
14:40:56
go-algorand
Merge 5122a00bf8808f1b63b607c1bca36cfa2392e349 into 7691db9a30ed86ea2affeef4a271858dd963f97b
+2342
−60
14:42:47
go-algorand
Merge 51b6a318e5c3bcd487c921d110e27a46d323f2e7 into 7691db9a30ed86ea2affeef4a271858dd963f97b
+57
−22
14:46:19
go-algorand
add Go Benchmark (go) benchmark result for 7691db9a30ed86ea2affeef4a271858dd963f97b
+445
−1
14:49:32
go-algorand
agreement: skip creating router children that GC would immediately delete
+8
−5
14:49:37
go-algorand
Merge db63d5df4ca4736b2861961abcc51a543c0ee126 into 7691db9a30ed86ea2affeef4a271858dd963f97b
+212
−19
14:51:33
go-algorand
Merge 5f871f694a25575dd74a867139ea128924bbd8f7 into 7691db9a30ed86ea2affeef4a271858dd963f97b
+619
−14
15:03:57
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
+1
−1
15:04:00
a-day-in-my-bobalife
Merge 42afab0351fe1eb7d67bab95f6f770fc53e168f3 into 2afe1b78ca2cc85f7e339a45ec8b858243ee8bd2
+1
−1
15:13:06
java-algorand-sdk
test: test large txns
+155
−0
15:13:06
java-algorand-sdk
feat: support global state schema and extra page changes through update calls
+55
−17
15:13:06
java-algorand-sdk
feat: update javadocs and some checks for new v42 consensus limits (note fields, app args, extra app pages, lsig size)
+9
−8
15:13:06
java-algorand-sdk
test: new app update tests
+131
−0
15:23:05
java-algorand-sdk
chore: update autogenerated files using algorand/generator
+32
−0
15:23:05
java-algorand-sdk
refactor: use authAddr setter so equality with sender implies empty
+34
−9
15:23:05
java-algorand-sdk
test: some test improvements
+51
−2
15:23:05
java-algorand-sdk
@mrcointreau review: txn equality missing fields
+94
−2
15:23:05
java-algorand-sdk
test: add tests for new resource ref and access list behavior
+91
−24
15:23:05
java-algorand-sdk
@mrcointreau review: fix old bug that would assign local schema when not set, causing msgpack key set to nil instead of being actually absent
+42
−1
15:23:05
java-algorand-sdk
add empty refs as box I/O quota bump
+67
−14
15:23:05
java-algorand-sdk
@mrcointreau review: some doc changes and cleanup
+42
−25
15:23:05
java-algorand-sdk
address @mrcointreau review findings: the inner holdingRef/LocalsRef/BoxRef types used boxed Long/byte[] fields, so NON_DEFAULT serialization never suppressed zero indices or empty box names, breaking access list usage of index 0 shorthands
+131
−46
15:23:05
java-algorand-sdk
feat: add PQ signature support
+2208
−9
15:23:05
java-algorand-sdk
avoid authAddr is sender
+45
−1
15:23:05
java-algorand-sdk
@mrcointreau review: change resource collection order to match the other sdks
+16
−16
15:23:05
java-algorand-sdk
test: add access list tests excercising this
+97
−0
15:23:05
java-algorand-sdk
chore: dryrun removal
+1
−2
15:23:05
java-algorand-sdk
feat: add ed25519 callback based signers
+781
−6
15:23:05
java-algorand-sdk
feat: allow 0 in access-list app refs and treat the zero address as sender
+23
−11
15:23:05
java-algorand-sdk
test: add test for heartbeat challenge discount field
+31
−0
15:23:05
java-algorand-sdk
Update src/main/java/com/algorand/algosdk/signer/Ed25519AlgorandSigner.java
+2
−3
15:23:05
java-algorand-sdk
added heartbeat challenge discount field
+23
−2
15:23:05
java-algorand-sdk
@mrcointreau review: dedup standalone access list entries
+67
−4
15:23:05
java-algorand-sdk
Update src/main/java/com/algorand/algosdk/signer/Ed25519MultisigAlgorandSigner.java
+3
−3
15:23:05
java-algorand-sdk
fix: empty references for 0 app, asset and account resource refs
+34
−11
15:23:05
java-algorand-sdk
Update src/test/java/com/algorand/algosdk/crypto/TestPQ.java
+13
−4
15:50:53
widgets
Added interface state function to the Dust Sweep, carrying the page context it must not lose
+535
−129
15:54:07
go-algorand
Merge b141c6941c10c6ba7afe41d9106d3fa83db0883f into 7691db9a30ed86ea2affeef4a271858dd963f97b
+256
−16
15:54:09
go-algorand
Merge ffdc4ff53d4a83af310cafe14645ef006e433ff8 into 7691db9a30ed86ea2affeef4a271858dd963f97b
+2826
−950
16:00:01
widgets
Added interface state function to the Dust Sweep, carrying the page context it must not lose
+584
−141
16:07:23
AlgorandCIDs
Updates and additions
+658
−1
16:34:39
go-algorand
tests: fix recent CI flaky tests (#6722)
+57
−22
16:37:18
a-day-in-my-bobalife
chore: log greeting (2026-09-02)
+1
−0
16:38:49
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
+1
−1
16:38:51
a-day-in-my-bobalife
Merge ab8271b3f002d38ab18088e22db8a0ef29b5db49 into da04e1ab71ba7f0be2a95e8875d2c63fe75fb714
+1
−1
16:39:37
go-algorand
add Go Benchmark (go) benchmark result for 79b18a96a154f8effb58f933f5f0007235ee4cfe
+445
−1
16:47:54
widgets
Added interface state function to the Dust Sweep, carrying the page context it must not lose
+591
−143
16:49:23
algokit-lora
chore: restore algokit-utils v9 / subscriber v3 line, migrate to Cloudflare and Tailwind v4 (#602)
+2476
−2807
16:53:51
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
+1
−1
16:53:55
a-day-in-my-bobalife
Merge 2016d574f27a5c805613f934f58325c3ab11a67a into da04e1ab71ba7f0be2a95e8875d2c63fe75fb714
+1
−1
16:59:26
algokit-lora
chore: npm audit fixes
+36
−26
17:00:04
algokit-lora
Merge 5fa3f13bee4a9a3076e059f4991e9528b4d491b2 into 8831744907d4ab235d02768621e22af996c76574
+36
−26
17:08:25
a-day-in-my-bobalife
chore: log greeting (2026-09-02)
+1
−0
17:11:20
algokit-lora
chore: npm audit fixes (#608)
+36
−26
17:16:42
algokit-lora
chore(release): ref:beta 2.4.0-beta.3 [skip ci]
+3
−3
17:16:44
algokit-lora
Notes added by 'git notes add'
+1
−0
17:17:42
java-algorand-sdk
Merge 3ac006a17e004cf8ba3cebbb1e6061dcd3ff6185 into 543110998c63b82a7f517c631c32ae62b9fbe9e3
+4214
−156
17:24:33
algokit-lora
chore: promote main (i.e. staging) to production
+3323
−3081
17:30:17
algokit-lora
chore(release): ref:stable 2.4.0 [skip ci]
+9
−3
17:30:19
algokit-lora
Notes added by 'git notes add'
+1
−0
17:31:17
algokit-lora
chore: sync stable release 2.4.0 to main [skip ci]
+9
−3
17:51:23
algorealm-cli
fix(deps): update all non-major dependencies
+3364
−1955
17:51:27
algorealm-cli
Merge cb3db386959881526305d0b78db584e6fe172373 into 361d3066ffaca4241991cc6563403417bf562ecf
+3364
−1955
17:51:54
algorealm-cli
chore(deps): update commitlint monorepo to v21
+346
−520
17:51:58
algorealm-cli
Merge ef990e5c7012958dc20c4c300486adfa7d0f6104 into 361d3066ffaca4241991cc6563403417bf562ecf
+346
−520
17:52:29
algorealm-cli
chore(deps): lock file maintenance
+4204
−3549
17:52:33
algorealm-cli
Merge 4817c22c1d1188f4c584bf4356cd10fb671a64cb into 361d3066ffaca4241991cc6563403417bf562ecf
+4204
−3549
17:53:47
algostack
fix(cache): sweep finished fake-indexeddb transactions on Node
+31
−1
18:04:36
algokit-walletsdk-kmp
SuperChat functionality integrated
+314
−46
18:07:05
a-day-in-my-bobalife
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
+1
−1
18:07:08
a-day-in-my-bobalife
Merge b22b5aba0918d651293237dd21b6025ad7272003 into 2535dcaf5bfdd85c66e8efa6451466d9cd740e04
+1
−1
18:47:42
algostack
0.8.7
+3
−3
18:54:46
algostack
0.8.8 + build on publish
+3
−2
19:00:37
algokit-walletsdk-kmp
Merge 17518856a0c23126bfae87aef887ad1abd7133e4 into 0f211bf113f6199f1eaf28fa1f1ba2de3c0409b0
+314
−46
20:00:41
vibekit
feat(agent): /group — the atomic-swap receipt, compact rows on one poster
+186
−2
21:00:25
pg_algorand
2.2: propagate range conditions across join equalities in the planner hook
+909
−4
21:12:35
frontend
Added forfeit destination from the chain and interface state function to the Dust Sweep
+17
−2
21:30:46
use-wallet-ui
chore(deps): Update all non-major dependencies
+1219
−1300
21:30:51
use-wallet-ui
Merge 8894186f0d3a8f3ec68b606e5ec475e3aa94bcf2 into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
+1219
−1300
21:50:09
use-wallet
chore(deps): update non-major dependencies
+1388
−954
21:50:14
use-wallet
Merge e75511c6fc675de34ebb704ddd4b6cca8532fad8 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
+1388
−954
21:51:22
use-wallet
chore(deps): update wallet adapter packages
+736
−187
21:51:26
use-wallet
Merge d9f3c6fa6601ad95f856ea212904ba70aab063af into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
+736
−187
21:52:25
use-wallet
chore(deps): lock file maintenance
+1106
−1071
21:52:28
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
+1
−1
21:52:29
a-day-in-my-bobalife
Merge bca308af41ed6b7c28f0a11cba9b91b7376a535c into 2535dcaf5bfdd85c66e8efa6451466d9cd740e04
+1
−1
21:52:29
use-wallet
Merge 73ee2dcf49b5f3524503585761a923d200a3b313 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
+1106
−1071
22:10:33
a-day-in-my-bobalife
ci: add concurrency check
+6
−0
22:18:58
a-day-in-my-bobalife
Merge 857ef99b338a03522fd58fc8e76f3ff094dda7ab into 1c776883d36db87bb6c3b25c8f0f1ebd855e0520
+1
−1
22:21:39
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
+1
−1
22:21:42
a-day-in-my-bobalife
Merge e5bee3526bcdd4cf1f0e51159ad9c2bb5d1a5f23 into 1c776883d36db87bb6c3b25c8f0f1ebd855e0520
+1
−1
22:43:08
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
+1
−1
22:43:12
a-day-in-my-bobalife
Merge e0ebfc316a9b7f21f14ed60ddac05eea20654c80 into 1c776883d36db87bb6c3b25c8f0f1ebd855e0520
+1
−1
23:54:55
vibekit
feat(agent): /address — an account's balance and footprint as a poster
+108
−2