Home Reports Jun 10, 2026
Wednesday, June 10, 2026
- Commits
- 88
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 16
- distinct authors
- Lines changed
- +46,884 −23,820
- additions / deletions
Wednesday, June 10, 2026
88 commits were pushed across 20 repos by 16 authors. There were 46,884 additions and 23,820 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- go-algorand 7 commits
- js-algorand-sdk 4 commits
- algokit-core 24 commits
- algokit-core-swift 1 commit
- escrow-session-vault 1 commit
- algokit-lora 1 commit
- ARCs 1 commit
- devportal 2 commits
- gGov 17 commits
- homebrew-node 1 commit
- liquid-auth-js 6 commits
- xchain-accounts 1 commit
- frontend 10 commits
- widgets 3 commits
- AlgoPlonk 2 commits
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 2 commits
- algo-voting 1 commit
- wallet 2 commits
- subtopia-js-sdk 1 commit
Commit Log
88 commits · 20 repositories
01:00:35
go-algorand
Build 2744 Data
+1
−1
01:05:35
liquid-auth-js
chore: bump UUID and remove its types
+8
−17
01:06:32
liquid-auth-js
chore: add package-lock.json to release commit
+2
−1
01:07:51
liquid-auth-js
Merge pull request #21 from algorandfoundation/fix/uuid
+10
−18
01:09:40
homebrew-node
Update Algorand version to 4.7.2
+2
−2
01:11:45
liquid-auth-js
fix: security patch, update package dependency lock file
+190
−251
01:12:19
liquid-auth-js
chore(release): [skip ci] Liquid Client
+10
−3
01:12:20
liquid-auth-js
Notes added by 'git notes add'
+1
−0
03:03:28
algo-voting
build(deps-dev): update @typescript-eslint/eslint-plugin requirement
+1
−1
03:57:54
AlgoPlonk
feat: support single BSB22 commitment in BN254 smart-contract verifier
+141
−14
06:44:35
widgets
Unit tests for the remaining code branches are created
+293
−7
06:49:48
frontend
Initial setup of the GitHub actions
+100
−1
06:57:23
frontend
Initial setup of the Ansible provisioning playbook
+3692
−0
07:05:08
escrow-session-vault
fix: pay any unclaimed funds to payee
+8125
−7487
07:18:46
AlgoPlonk
feat: box-based public-input transport for BN254 verifier
+42
−2
07:31:48
algokit-walletsdk-kmp
feat: update to newer smart contract
+154
−138
07:43:04
algokit-walletsdk-kmp
refactor: ktlintFormat
+1545
−1141
08:36:07
frontend
Renamed primary GitHub workflow to "main"
+2
−10
08:56:08
frontend
Added default empty string as an argument to get_env_variable in settings
+17
−19
09:44:30
frontend
Added Redis setup and collectstatic blocks to the build workflow
+22
−1
09:55:29
wallet
Bump axios from 1.13.2 to 1.17.0
+44
−15
09:55:30
wallet
Bump shell-quote from 1.8.3 to 1.8.4
+3
−3
09:58:05
widgets
Mocked user's profile in the BaseUserPassesTestMixin's test_func unit test
+1
−2
09:59:05
frontend
Updated molecule tests for ci
+246
−1
10:03:01
gGov
feat: frontend: NFD
+184
−31
10:22:47
widgets
Removed BaseUserCreatedView from views test module
+4
−29
10:29:27
gGov
feat: frontend: markdown+editor for descriptions
+290
−29
10:32:37
gGov
chore: sdk: unpin localnet AlgorandClient, read from environment
+6
−6
10:33:21
gGov
chore: disable deploying delegator+xgov proposal mock for now
+7
−0
10:34:18
gGov
chore: readme, remove oracle sdk references
+2331
−21
10:35:25
gGov
chore: minor; remove redundant readonly getOperator; copy account base spec tests to ggovAccount
+3574
−3776
10:48:02
frontend
Valid name for the RSA key added to the build workflow
+6
−3
11:45:16
gGov
fix: frontend: txn validity ~10 minutes, 213 rounds
+1
−1
11:52:23
frontend
Added valid GitHub repo to the Molecule group variables
+22
−14
12:07:50
js-algorand-sdk
Merge pull request #1095 from algorand/release/v3.6.0
+33
−7
12:42:55
frontend
Added SECRET_KEY to deploy env-example
+6
−37
12:48:30
go-algorand
chore: consider pq has already signed
+4
−3
12:59:25
gGov
chore: remove temp pera debug deployment
+1
−29
13:00:22
gGov
chore: frontend: restyle home cards, add period app ID links
+56
−2
13:02:44
go-algorand
chore: pq challenged account self heartbeat requires no fee
+109
−0
13:09:26
gGov
fix: bug with premature submission of period due to markdown editor bug
+1
−0
13:09:54
gGov
chore: sort committees by most recent to least
+2
−0
13:15:45
go-algorand
chore: explicitly wipe pq key material
+69
−28
13:23:20
gGov
fix: 1KB ABI return limit hit on large number of topics, implement getPeriod>logPeriod and getVotingRecord>logVotingRecord
+7675
−3081
13:24:22
gGov
chore: frontend cache query results
+14
−0
13:26:54
gGov
fix: frontend: sort periods, latest first
+2
−2
13:37:12
js-algorand-sdk
CI: use double quotes for proper variable expansion
+1
−1
13:37:45
js-algorand-sdk
CI: default to node 24 for OIDC
+2
−2
13:44:21
go-algorand
chore: nit
+10
−8
13:50:01
go-algorand
chore: nit
+2
−1
13:57:34
go-algorand
chore: move pq authorizer check out of scheme-specific switch
+7
−5
15:01:08
algokit-core
chore(workspace): add algokit_composer + algokit_composer_ffi members
+71
−0
15:01:08
algokit-core
chore(workspace): add algokit_composer + algokit_composer_ffi members
+71
−0
15:01:09
algokit-core
feat(composer): implement compose() for Payment
+181
−1
15:01:09
algokit-core
feat(composer): add CommonTxnParams, TxnParams enum, and ComposerParams types
+96
−1
15:01:09
algokit-core
feat(composer): add CommonTxnParams, TxnParams enum, and ComposerParams types
+96
−1
15:01:09
algokit-core
feat(composer): implement compose() for Payment
+181
−1
15:01:10
algokit-core
feat(composer): add OnlineKeyReg and OfflineKeyReg handling
+123
−23
15:01:10
algokit-core
feat(composer): add AssetTransfer and AssetOptIn handling
+92
−3
15:01:10
algokit-core
feat(composer): add OnlineKeyReg and OfflineKeyReg handling
+123
−23
15:01:10
algokit-core
feat(composer): add sign_transactions helper
+127
−0
15:01:10
algokit-core
feat(composer): auto-group when txn_params.len() > 1
+55
−4
15:01:10
algokit-core
feat(composer): add sign_transactions helper
+127
−0
15:01:10
algokit-core
feat(composer): add AssetTransfer and AssetOptIn handling
+92
−3
15:01:10
algokit-core
feat(composer): auto-group when txn_params.len() > 1
+55
−4
15:16:27
algokit-core
feat(composer-ffi): expose TxnParams, ComposerParams, compose, and sign over UniFFI
+963
−0
15:16:27
algokit-core
feat(composer-ffi): expose TxnParams, ComposerParams, compose, and sign over UniFFI
+963
−0
15:16:33
algokit-core
refactor(composer): address review nits on naming and build script
+8
−15
15:16:33
algokit-core
chore(scripts): loop test-all.sh Python build over registered packages
+8
−5
15:16:33
algokit-core
chore(scripts): loop test-all.sh Python build over registered packages
+8
−5
15:16:33
algokit-core
refactor(composer): address review nits on naming and build script
+8
−15
15:18:08
gGov
fix: frontend: hide account committees with zero power
+11
−7
15:20:19
gGov
chore: sdk: more efficient getXGovVotingPowers for multiple committees
+47
−0
15:21:13
gGov
feat: contracts: withdrawAlgo
+7894
−6414
15:29:57
algokit-core
feat: composer crate (#342)
+1677
−5
15:29:57
algokit-core
feat: composer crate (#342)
+1677
−5
16:10:11
js-algorand-sdk
CI: fix npm publishing (#1096)
+3
−3
16:24:04
a-day-in-my-bobalife
chore: log greeting (2026-06-10)
+1
−0
16:35:48
algokit-core-swift
release(v1.0.0-alpha.81): update Swift distro package
+343
−4
17:39:09
xchain-accounts
fix: portal: new tab on learn more link
+22
−4
17:39:17
ARCs
chore(deps-dev): bump shell-quote in /assets/arc-0087
+3
−3
17:51:15
algokit-lora
chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4
+63
−3
20:10:36
algokit-core
feat(swift): add AlgoKitComposer product to AlgoKitUtils package
+1893
−2
20:18:16
algokit-core
feat(android): add algokit_composer Gradle package
+567
−2
20:54:18
devportal
fix: restore header social icons
+1
−7
22:10:36
frontend
Added REDIS_AUTH constant to base settings
+42
−19
22:32:56
subtopia-js-sdk
chore(deps): update dependency @types/node to v25
+8
−4
23:58:51
devportal
feat: replace custom AI chat with Kapa widget
+113
−983