Home Reports Jun 1, 2026

Monday, June 1, 2026

Commits
126
pushed this day
Repositories
20
with activity
Contributors
20
distinct authors
Lines changed
+10,425 −5,657
additions / deletions

Commit Log

126 commits · 20 repositories

00:19:17 homebrew-node github-actions[bot] chore: update maintenance timestamp +1 −1
01:00:21 go-algorand - Build 2735 Data +1 −1
04:19:23 use-wallet-ui renovate[bot] chore(deps): Update pnpm to v10.34.1 +1 −1
05:09:50 algo-voting dependabot[bot] build(deps-dev): update @typescript-eslint/parser requirement +1 −1
05:10:11 algo-voting dependabot[bot] build(deps-dev): update eslint requirement from ^10.4.0 to ^10.4.1 +1 −1
08:39:51 algorand-js-sdk gidonkatten added new ntt lending pools +27 −0
08:50:55 algorand-js-sdk gidonkatten switch order +8 −8
09:58:15 algorand-js-sdk gidonkatten added new ntt lending pools (#111) +27 −0
09:58:44 algorand-js-sdk github-actions[bot] chore(release): version packages +7 −6
09:59:54 algorand-js-sdk github-actions[bot] chore(release): version packages (#112) +7 −6
10:25:31 wallet-provider-extensions bwmx feat: add algorand-extension to example RN app +49 −3
10:35:45 ff-py-sdk algolog Remove deprecated wormhole tokens from lending pools +1 −138
10:55:16 ff-py-sdk algolog Add new ntt lending pools +23 −1
12:22:26 falcon nullun Rename det1024 sources and tests to make room for the 512 variant +14 −14
12:23:06 falcon nullun Generate deterministic1024.c from a template +406 −0
12:24:06 falcon nullun Add FALCON-DET512 via the generated template +1103 −11
12:39:46 js-algorand-sdk joe-p docs: suggestions from code review +4 −4
13:12:32 py-algorand-sdk - fix: Wallet.delete_key() returns False for non-existent accounts +5 −1
14:25:01 wallet-provider-extensions bwmx feat: add accounts-algorand-extension to examples/react-native-wallet dependencies +3 −0
15:32:53 go-algorand jannotti Eval: locate test binaries via `go env`, not exported $GOPATH +26 −1
15:40:34 puya iglosiggio chore: Fix serialized_references/module.awst.json source_locations +281 −281
16:01:55 devportal Copilot fix: add trailing slash to overview link in atomic-txn-groups to fix broken link +1 −1
16:18:04 algorand-typescript-testing Argimirodelpozo chore: update puya ts dependency version (#140) +23 −39
16:21:42 go-algorand cce fail if signature not valid +2 −1
16:39:49 go-algorand cusma chore: post-quantum address domain separator +1 −0
16:39:54 go-algorand cusma feat: post-quantum address +46 −0
16:39:54 go-algorand cusma chore: add license header +16 −0
16:39:54 go-algorand cusma chore: add docs +4 −1
16:39:54 go-algorand cusma feat: deterministic falcon1024 address +4 −0
16:39:54 go-algorand cusma chore: fixed-length scheme tag and salt +23 −16
16:39:55 go-algorand cusma feat: f1 signature support and errors +16 −1
16:39:55 go-algorand cusma chore: package-level errors +13 −5
16:39:55 go-algorand cusma chore: consistent argument ordering (salt, pk); doc nits +5 −4
16:39:55 go-algorand cusma chore: f1 signature consensus flag +4 −0
16:39:55 go-algorand cusma feat: add f1 signature and verification +75 −0
16:39:55 go-algorand cusma chore: falcon pk reference optimization +17 −7
16:39:55 go-algorand cusma chore: add f1 signature +1 −0
16:39:56 go-algorand cusma chore: expose falcon public key size +3 −0
16:39:56 go-algorand cusma chore: address rejection sampling utility (wip) +15 −0
16:39:56 go-algorand cusma chore: make msgp +558 −59
16:39:56 go-algorand cusma chore: general pq authorization +4 −4
16:39:56 go-algorand cusma chore: update verified txn cache with f1 signature +6 −1
16:39:56 go-algorand cusma chore: add equal method +12 −0
16:39:56 go-algorand cusma chore: post quantum address domain update +1 −1
16:39:57 go-algorand cusma chore: pq scheme validation +16 −2
16:39:57 go-algorand cusma chore: validate public key for pq scheme +13 −3
16:39:57 go-algorand cusma chore: refactor pqAddress; remove Falcon1024Address +3 −17
16:39:57 go-algorand cusma chore: add package errors +9 −0
16:39:57 go-algorand cusma chore: rename and describe constants +5 −2
16:39:57 go-algorand cusma chore: nits +6 −6
16:39:57 go-algorand cusma chore: nit +1 −1
16:39:58 go-algorand cusma chore: pq sig +10 −10
16:39:58 go-algorand cusma chore: remove falcon1024sig +0 −102
16:39:58 go-algorand cusma chore: rename const +1 −1
16:39:58 go-algorand cusma feat: pq sig +164 −0
16:39:58 go-algorand cusma chore: canonical salt helper +20 −0
16:39:58 go-algorand cusma chore: pq sig not batched +3 −0
16:39:59 go-algorand cusma chore: update verify docs +4 −4
16:39:59 go-algorand cusma chore: txn has no pq sig +4 −1
16:39:59 go-algorand cusma chore: remove IsSupoprted method from PQScheme +0 −6
16:39:59 go-algorand cusma chore: rely on switch case as single supported scheme verification +0 −4
16:39:59 go-algorand cusma chore: pq sig +1 −1
16:39:59 go-algorand cusma chore: pq sig +7 −6
16:39:59 go-algorand cusma chore: make msgp +483 −420
16:40:00 go-algorand cusma chore: pq scheme specific consensus flag +4 −3
16:40:00 go-algorand cusma chore: public key and signature from bytes +27 −0
16:40:00 go-algorand cusma chore: check pq scheme consensus flag in verify +17 −14
16:40:00 go-algorand cusma chore: update error message +3 −3
16:40:00 go-algorand cusma chore: revert no sig behavior based on blank +1 −4
16:40:00 go-algorand cusma test: public key and signature from bytes +41 −0
16:40:00 go-algorand cusma chore: use falcon wrapper helpers +4 −39
16:40:01 go-algorand cusma chore: is pq address compliant helper +10 −3
16:40:01 go-algorand cusma test: unit tests; kats +135 −0
16:40:01 go-algorand cusma test: pq sig +153 −0
16:40:01 go-algorand cusma test: unit tests +273 −0
16:40:01 go-algorand cusma test: pq sig cache +64 −0
16:40:01 go-algorand cusma feat: protocol pq scheme +33 −0
16:40:01 go-algorand cusma chore: fmt and lint +6 −2
16:40:02 go-algorand cusma test: pq scheme fee contribution +4 −0
16:40:02 go-algorand cusma test: protocol pq scheme +59 −0
16:40:02 go-algorand cusma chore: use protocol pq scheme +31 −51
16:40:02 go-algorand cusma test: pq scheme string in block fields +1 −0
16:40:02 go-algorand cusma feat: signature fee and pq scheme fee contribution dispatchers +21 −2
16:40:02 go-algorand cusma chore: f1 pq scheme fee contribution +6 −0
16:40:02 go-algorand cusma chore: make msgp +81 −125
16:40:03 go-algorand cusma test: pq scheme fee contribution +36 −0
16:40:03 go-algorand cusma chore: no proto check +5 −13
16:40:03 go-algorand cusma chore: add pq sig-type +5 −4
16:40:03 go-algorand cusma chore: check pq address compliance +13 −0
16:40:03 go-algorand cusma feat: validate pq signatures on algod api boundary +63 −0
16:40:03 go-algorand cusma test: rekey to and from pq address +221 −15
16:40:04 go-algorand cusma chore: allow pq placeholder with empty signature +6 −1
16:40:04 go-algorand cusma test: pq address compliance check +163 −0
16:40:04 go-algorand cusma chore: make generate +1462 −1460
16:42:52 go-algorand jannotti Eval: locate test binaries via `go env`, not exported $GOPATH +91 −15
16:59:16 a-day-in-my-bobalife michaeltchuang chore: log greeting (2026-06-01) +2 −0
17:00:56 go-algorand nullun goal: add empty refs flag (#6633) +30 −4
17:02:23 go-algorand cce update BenchmarkSign and BenchmarkVerifyEd25519 +35 −4
17:06:35 go-algorand github add Go Benchmark (go) benchmark result for 21594389dc2727c7ae10f6364391b274874762b9 +445 −1
17:11:05 go-algorand cce fix batch group bug (bv object reuse) in BenchmarkBatchVerifierImpls +13 −9
18:06:06 algokit-utils-ts joe-p chore: make sure all wrapped functions are handled +4 −0
18:06:07 algorand-typescript-testing Argimirodelpozo chore: add exception for audit fix +5 −0
18:06:09 algokit-utils-ts joe-p Merge branch 'main' into feat/hd_caps +5 −5
18:06:10 algokit-utils-ts joe-p chore: nsprc update +5 −5
18:06:11 algokit-utils-ts joe-p chore: fix example error +1 −1
18:06:49 algokit-utils-ts joe-p Merge branch 'main' into feat/hd_caps +1026 −901
18:11:25 algokit-utils-ts joe-p chore: audit fix +584 −623
18:14:24 algorand-typescript-testing Argimirodelpozo chore: add exception for audit fix +5 −0
18:20:22 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
18:21:19 algokit-utils-ts joe-p feat!: AccountManager.fromSecret with simplified wrapped interfaces (#575) +862 −724
18:24:43 algokit-utils-ts dependabot[bot] chore(deps): bump the all group across 1 directory with 4 updates +119 −138
18:29:33 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
19:02:23 a-day-in-my-bobalife michaeltchuang chore: v2026.21.0 (release) +13 −0
19:02:25 a-day-in-my-bobalife michaeltchuang Notes added by 'git notes add' +1 −0
19:23:20 wen-tools LoafPickleWW feat: implement BatchMint page with asset preview component and supporting utilities +20 −3
19:30:42 wen-tools LoafPickleWW feat: implement asset tool selection component and integrate with wallet page functionality +110 −29
21:48:35 algokit-lora dependabot[bot] chore(deps-dev): bump vitest from 3.2.4 to 4.1.0 +190 −212
22:41:40 use-wallet-ui renovate[bot] chore(deps): Update pnpm to v10.34.1 (#67) +1 −1
22:42:48 solidity-land-registry dependabot[bot] npm: bump @openzeppelin/hardhat-upgrades from 3.9.1 to 4.0.0 +1 −1
22:42:53 solidity-land-registry dependabot[bot] npm: bump eslint from 9.39.4 to 10.4.1 +1 −1
22:43:18 solidity-land-registry dependabot[bot] npm: bump hardhat from 2.28.6 to 3.7.0 +1 −1
23:23:53 wen-tools LoafPickleWW feat: add voiImport utility to support importing VOI data structures +1 −1
23:48:23 java-algorand-sdk algo-dev-service Regenerate code from specification file +75 −6
23:48:28 java-algorand-sdk github-actions[bot] Merge 2670d277923864455ee85e0a0ce18cc183ec1124 into 4e38dadc4eec827ed8742c8bb272e0545c801932 +75 −6
23:48:37 go-algorand-sdk algo-dev-service Regenerate code from specification file +75 −4
23:49:47 js-algorand-sdk algo-dev-service Regenerate code from specification file +83 −18