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

June 2026

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 15

Commit Log

88 commits · 20 repositories

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