Home / Reports / Apr 20, 2026

Explore daily commit reports from the Algorand ecosystem. Stay updated with the latest code changes, repository activity, and developer contributions, refreshed every day.

Apr 19, 2026 Arrow Back Arrow Forward Apr 21, 2026
M
T
W
T
F
S
S
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10

Monday, April 20, 2026

293 commits were pushed across 18 repos by 28 authors. There were 315,699 additions and 147,654 deletions.

Stay up to date with the latest insights and developments on AlgoScan

Authors

Updated Repos

...

Commit Log

code-alexan… 00:00:53 fix: collapsible header style on mobile (algoku)
joe-p 00:15:00 test: generate with new names (algokit-utils-ts)
- 01:00:27 Build 2693 Data (go-algorand)
thomasm1 01:19:30 ANGULAR: Whale Watcher free and plan (bitcoinBuyer1_CryptoMaven.xyz)
boblat 01:46:50 Merge d1945a5fa285302443125f201c281248ae61d617 into aadb5389450e5ffd9b6f085bf2ba230182085a16 (puya)
boblat 01:47:01 Merge 493b4311be52efcb8b358a95d3192946e9d77064 into aadb5389450e5ffd9b6f085bf2ba230182085a16 (puya)
code-alexan… 01:56:39 fix: bind mint service to canonical app id instead of per-wallet deploy (algoku)
achidlow 02:03:24 fix: guard setbit uint64 constant fold against OOB index (puya)
achidlow 02:03:24 test: add regression test for OOB setbit uint64 constant folding (puya)
achidlow 02:03:25 chore: compile all (puya)
achidlow 02:10:08 fix: guard setbit uint64 constant fold against OOB index (puya)
achidlow 02:10:08 chore: compile all (puya)
achidlow 02:10:08 test: add regression test for OOB setbit uint64 constant folding (puya)
achidlow 02:16:38 test: add regression test for OOB shl/shr constant folding (puya)
achidlow 02:16:38 fix: guard shl/shr constant fold against OOB shift amount (puya)
achidlow 02:16:38 chore: compile all (puya)
achidlow 02:17:05 Merge 2bfcb6cd997ddc0f9f6e045b394a7248d41a4e84 into 1e2958a73abbac4d9bbf89f7e46671cd596a4663 (puya)
achidlow 02:21:39 test: add regression test for OOB shl/shr constant folding (puya)
achidlow 02:21:39 chore: compile all (puya)
achidlow 02:21:39 fix: guard shl/shr constant fold against OOB shift amount (puya)
achidlow 02:30:20 chore: compile all (puya)
achidlow 02:30:20 test: add regression test for OOB replace constant folding (puya)
achidlow 02:30:20 fix: guard replace2/replace3 constant fold against OOB replacement (puya)
achidlow 02:36:26 test: add regression test for OOB replace constant folding (puya)
achidlow 02:36:26 chore: compile all (puya)
achidlow 02:36:26 fix: guard replace2/replace3 constant fold against OOB replacement (puya)
achidlow 02:41:18 test: add regression test for uint64 overflow constant folding (puya)
achidlow 02:41:29 fix: guard uint64 constant fold against overflow (puya)
achidlow 02:41:51 chore: compile all (puya)
achidlow 02:42:35 test: add regression test for uint64 triple constant fold overflow (puya)
achidlow 02:42:48 fix: guard triple uint64 constant simplifier against overflow (puya)
achidlow 02:43:32 chore: compile all (puya)
achidlow 02:48:14 fix: guard uint64 constant fold against overflow (puya)
achidlow 02:48:14 test: add regression test for uint64 overflow constant folding (puya)
achidlow 02:48:14 test: add regression test for uint64 triple constant fold overflow (puya)
achidlow 02:48:14 chore: compile all (puya)
achidlow 02:48:14 chore: compile all (puya)
achidlow 02:48:14 fix: guard triple uint64 constant simplifier against overflow (puya)
achidlow 02:58:40 test: add regression test for OOB extract/substring constant folding (puya)
achidlow 02:58:40 fix: guard extract/substring constant fold against OOB indices (puya)
achidlow 02:58:40 chore: compile all (puya)
achidlow 03:03:11 test: add regression test for OOB extract/substring constant folding (puya)
achidlow 03:03:11 chore: compile all (puya)
achidlow 03:03:11 fix: guard extract/substring constant fold against OOB indices (puya)
dependabot[… 03:03:56 build(deps-dev): update eslint requirement from ^10.2.0 to ^10.2.1 (algo-voting)
dependabot[… 03:04:36 Merge 2f70bdccc1b4caeabfad5d4ceadf1bc71faf32a8 into 5523fbf696623f4b6976a538563b4b95cdf659fb (algo-voting)
achidlow 03:06:19 test: add regression test for && and || non-boolean constant folding (puya)
achidlow 03:07:58 fix: proactive fix to fold && and || to 0/1 instead of operand values (puya)
achidlow 03:08:40 chore: compile all (puya)
achidlow 03:09:42 Merge 13950bd6a22861d897027ec5c9dc70b6896601ac into ac3f3fa69648dabbdbe542599a1f4024567c6979 (puya)
achidlow 03:20:05 test: add regression test for && and || non-boolean constant folding (puya)
achidlow 03:20:07 fix: proactive fix to fold && and || to 0/1 instead of operand values (puya)
achidlow 03:21:15 chore: compile all (puya)
achidlow 03:22:35 Merge 3dc154e78fc7b6aa6603904040f14b6daf74196e into ac3f3fa69648dabbdbe542599a1f4024567c6979 (puya)
achidlow 03:47:04 test: add regression test for || identity fold with non-bool operand (puya)
achidlow 03:48:43 fix: only fold `0 || b` / `b || 0` to `b` in a bool context (puya)
achidlow 03:48:51 chore: compile all (puya)
achidlow 04:14:44 chore: compile all (puya)
achidlow 04:14:44 test: add coverage for || identity folding in a boolean context (puya)
achidlow 04:15:52 Merge 24cfcbe0a4ffd1832dec21757018574964ac30fa into ac3f3fa69648dabbdbe542599a1f4024567c6979 (puya)
renovate[bo… 04:50:29 chore(deps): update actions/setup-node action to v5 (use-wallet)
renovate[bo… 04:50:33 Merge 6f7c6259a5bbd81f2288d2f5c967c3a19cde723c into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a (use-wallet)
achidlow 04:56:38 add StaticallyFailingOpValidator (puya)
achidlow 04:56:51 chore: compile all (puya)
achidlow 05:03:34 minor refactor (puya)
achidlow 05:13:50 test: add coverage test case for StaticallyFailingOpValidator (puya)
achidlow 05:23:39 refactor: split extract/extract3 into separate cases (puya)
achidlow 05:27:51 refactor: split substring/substring3 and replace2/replace3 into separate cases (puya)
achidlow 05:37:51 refactor: make validator warning messages generic (puya)
achidlow 05:38:12 chore: compile all (puya)
achidlow 05:45:32 consistent formatting (puya)
achidlow 05:54:51 make getbit error handling cover all constant indexes (puya)
achidlow 05:54:57 chore: compile all (puya)
achidlow 06:01:49 refactor: apply generic constant-index handling to setbit, getbyte, setbyte (puya)
achidlow 06:01:56 test: cover runtime-bytes / runtime-uint64 bit and byte op branches (puya)
achidlow 06:02:25 chore: compile all (puya)
boblat 06:06:21 chore: compile all (puya)
boblat 06:06:21 test: add tests for op code selection preferring variant with immediates (puya)
boblat 06:06:21 fix: reject intrinsic op variants when literal exceeds immediate range (puya)
Rashidhmd 06:08:22 Merge 75c57e2e3d58033e8b2b554d27b3ce766ec3d95c into 8e6d4058a6721482bde5f837ced5d3aa4d64411d (rosetta-smart-contracts)
ehanoc 06:10:32 Merge 1fb58d11a7b8815a11a7d6d70f6fae4bcc2bd5ba into ef1862dd6168d68627c2387b2a3be16902cfc9a6 (ARCs)
dependabot[… 06:15:40 Merge de292d3c646151e29eba10b27c53dbcedae761c7 into 12ce2bb3eee8bf19b323666c3747f230798f2d10 (a-day-in-my-bobalife)
Rashidhmd 06:20:03 Merge 1eeb0bfbc437cbadc46f0d38175f96c744e7d85b into 8e6d4058a6721482bde5f837ced5d3aa4d64411d (rosetta-smart-contracts)
dependabot[… 06:49:40 Merge f1cdc0ce3d310635945e8723f9c396c647ca7a05 into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
boblat 07:04:59 fix: reject intrinsic op variants when literal exceeds immediate range (puya)
boblat 07:04:59 test: add tests for op code selection preferring variant with immediates (puya)
boblat 07:04:59 chore: compile all (puya)
daniel-make… 07:05:04 fix: emit an error if substring start is greater than end, this aligns with algod assemble behaviour (puya)
dependabot[… 07:12:45 Merge 1ed6bf840e213b3007e85281f8facc73ff22d546 into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
PhearZero 07:14:56 Merge 412ebb187cf057a798061b185a9b5402c905d0a8 into b2c074e536e1c3e26be77ab5b086e735302eec7e (algokit-core)
daniel-make… 07:17:04 fix: emit an error if substring start is greater than end, this aligns with algod assemble behaviour (puya)
joe-p 07:18:46 Merge 4d51e7cc581a0464f4683e36bcbb8579fb00ef69 into b2c074e536e1c3e26be77ab5b086e735302eec7e (algokit-core)
dependabot[… 07:23:20 Merge d45a9f94b29d12e1b27bdf4f20f7b639f3c0c072 into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
filipetamota 07:25:32 fix inbox accounts display name (pera-ios)
m1o1 07:27:35 Merge 59d2989f3b6594ecd0a8c43890edff1e4625c79c into 527148d2263674f02f6f0035019382b3b4f3e400 (reti)
boblat 07:27:39 chore: compile all (puya)
boblat 07:27:39 test: add tests for op code selection preferring variant with immediates (puya)
boblat 07:27:39 fix: reject intrinsic op variants when literal exceeds immediate range (puya)
filipetamota 07:28:13 Merge 4a1912313113b9685ad86789e60f5f397a02e188 into bf3486e4938f7c6f8ca4079f4126bc6157a8e0d9 (pera-ios)
achidlow 07:31:10 test: add regression test for && and || non-boolean constant folding (puya)
achidlow 07:31:10 chore: compile all (puya)
achidlow 07:31:10 fix: only fold `0 || b` / `b || 0` to `b` in a bool context (puya)
achidlow 07:31:10 fix: proactive fix to fold && and || to 0/1 instead of operand values (puya)
achidlow 07:31:10 test: add regression test for || identity fold with non-bool operand (puya)
achidlow 07:31:11 refactor: split substring/substring3 and replace2/replace3 into separate cases (puya)
achidlow 07:31:11 chore: compile all (puya)
achidlow 07:31:11 minor refactor (puya)
achidlow 07:31:11 consistent formatting (puya)
achidlow 07:31:11 test: add coverage for || identity folding in a boolean context (puya)
achidlow 07:31:11 chore: compile all (puya)
achidlow 07:31:11 refactor: make validator warning messages generic (puya)
achidlow 07:31:11 test: cover runtime-bytes / runtime-uint64 bit and byte op branches (puya)
achidlow 07:31:11 refactor: split extract/extract3 into separate cases (puya)
achidlow 07:31:11 chore: compile all (puya)
achidlow 07:31:11 add StaticallyFailingOpValidator (puya)
achidlow 07:31:11 chore: compile all (puya)
achidlow 07:31:11 make getbit error handling cover all constant indexes (puya)
achidlow 07:31:11 test: add coverage test case for StaticallyFailingOpValidator (puya)
achidlow 07:31:11 chore: compile all (puya)
achidlow 07:31:11 chore: compile all (puya)
achidlow 07:31:11 refactor: apply generic constant-index handling to setbit, getbyte, setbyte (puya)
boblat 07:31:42 Merge bc555c98a483252a14105e9fc23daa67ee03880c into c87e6368be95b3728f972b719e74c519590bbedf (puya)
boblat 07:33:37 refactor: remove deprecated SetInnerTransactionFields node (puya)
boblat 07:33:38 refactor: remove deprecated BoxPrefixedKeyExpression node (puya)
boblat 07:37:09 Merge 26658e8f328f71deee72b850246e0638fba7fca0 into c87e6368be95b3728f972b719e74c519590bbedf (puya)
boblat 07:43:36 refactor: remove deprecated SetInnerTransactionFields node (puya)
boblat 07:43:36 refactor: remove deprecated BoxPrefixedKeyExpression node (puya)
boblat 07:44:10 chore: compile all (puya)
boblat 07:44:10 test: add tests for op code selection preferring variant with immediates (puya)
boblat 07:44:10 fix: reject intrinsic op variants when literal exceeds immediate range (puya)
boblat 07:47:56 Merge 7de9d78a45046ed295ca2892d84e0b3f0aed6b52 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
boblat 07:48:46 fix: detect recursive type aliases instead of crashing with maximum recursion depth (puya)
boblat 07:52:14 Merge 7bf5f4c32ff641233aa4ac114c8683d841608a25 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
filipetamota 07:58:56 fix buttons (pera-ios)
achidlow 08:10:38 improving static failing op detection (WIP) (puya)
achidlow 08:10:54 remove test case that will now fail compilation at TEAL layer (puya)
achidlow 08:10:59 chore: compile all (puya)
filipetamota 08:12:27 Merge 620a2363560fbbf2f5f3951178bdee832537b4e1 into bf3486e4938f7c6f8ca4079f4126bc6157a8e0d9 (pera-ios)
achidlow 08:15:36 test: cover substring3 runtime-bytes fallback (puya)
achidlow 08:15:37 chore: compile all (puya)
achidlow 08:21:12 refactor: generalise _bytes_length_lower_bound pattern to substring3, replace2, replace3 (puya)
achidlow 08:21:12 chore: compile all (puya)
achidlow 08:29:18 test: cover substring3 runtime-start fallback (puya)
achidlow 08:29:18 chore: compile all (puya)
achidlow 08:29:18 refactor: generalise extract/substring/replace runtime-bytes handling (puya)
filipetamota 08:37:54 empty state view added to inbox (pera-ios)
Truszczynsk… 08:38:15 Merge bf3486e4938f7c6f8ca4079f4126bc6157a8e0d9 into 7dc40fc54bf102ee16bd63d896225acc0e0f2c15 (pera-ios)
giuliop 08:38:29 protocol: find allocbound directives from module root (go-algorand)
achidlow 08:43:47 fix: proactive fix to fold && and || to 0/1 instead of operand values (puya)
achidlow 08:43:47 chore: compile all (puya)
achidlow 08:43:47 test: add regression test for && and || non-boolean constant folding (puya)
achidlow 08:43:48 chore: compile all (puya)
achidlow 08:43:48 chore: compile all (puya)
achidlow 08:43:48 make getbit error handling cover all constant indexes (puya)
achidlow 08:43:48 test: add regression test for || identity fold with non-bool operand (puya)
achidlow 08:43:48 chore: compile all (puya)
achidlow 08:43:48 fix: only fold `0 || b` / `b || 0` to `b` in a bool context (puya)
achidlow 08:43:48 test: add coverage for || identity folding in a boolean context (puya)
achidlow 08:43:48 consistent formatting (puya)
achidlow 08:43:48 refactor: split substring/substring3 and replace2/replace3 into separate cases (puya)
achidlow 08:43:48 chore: compile all (puya)
achidlow 08:43:48 test: add coverage test case for StaticallyFailingOpValidator (puya)
achidlow 08:43:48 chore: compile all (puya)
achidlow 08:43:48 refactor: split extract/extract3 into separate cases (puya)
achidlow 08:43:48 add StaticallyFailingOpValidator (puya)
achidlow 08:43:48 chore: compile all (puya)
achidlow 08:43:48 minor refactor (puya)
achidlow 08:43:48 refactor: apply generic constant-index handling to setbit, getbyte, setbyte (puya)
achidlow 08:43:48 test: cover runtime-bytes / runtime-uint64 bit and byte op branches (puya)
achidlow 08:43:48 refactor: make validator warning messages generic (puya)
achidlow 08:43:49 chore: compile all (puya)
achidlow 08:43:49 chore: compile all (puya)
achidlow 08:43:49 refactor: generalise extract/substring/replace runtime-bytes handling (puya)
achidlow 08:43:49 improving static failing op detection (WIP) (puya)
achidlow 08:43:49 remove test case that will now fail compilation at TEAL layer (puya)
achidlow 08:43:49 test: cover substring3 runtime-start fallback (puya)
achidlow 08:43:49 refactor: generalise _bytes_length_lower_bound pattern to substring3, replace2, replace3 (puya)
achidlow 08:43:49 chore: compile all (puya)
achidlow 08:43:49 chore: compile all (puya)
achidlow 08:43:49 test: cover substring3 runtime-bytes fallback (puya)
Truszczynsk… 08:44:16 v6.20.0 RC bugfixes (pera-ios)
filipetamota 08:50:08 Merge branch 'main' into bugfix/PERA-4095 (pera-ios)
filipetamota 08:50:17 Merge 51e30c71a1fff0c3b48728b7a37472209bff6e7f into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
filipetamota 08:51:09 Merge 3ce2fb7ba59911b3007d06ec95d11a72dea34692 into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
filipetamota 08:53:26 Merge branch 'main' into bugfix/PERA-4095 (pera-ios)
filipetamota 08:54:15 Merge branch 'main' into bugfix/PERA-4091 (pera-ios)
filipetamota 08:54:28 Merge 032eceebe8ff050cb2e9a7a3fcbae2135a33c7ae into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
achidlow 08:59:00 message tweaks (puya)
achidlow 08:59:04 chore: compile all (puya)
filipetamota 09:04:46 small fix (pera-ios)
filipetamota 09:04:55 Merge 89a59d2076ea5540130caa9fe6b3932c5c176a79 into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
giuliop 09:14:59 protocol: find allocbound directives from module root (go-algorand)
giuliop 09:15:07 Merge 1a63c51676fe7694bfe14ac8a723e26fd7a07bbc into 1ad715d077326f7bde11a896b084351b712e6302 (go-algorand)
filipetamota 09:16:22 hide body description on rekey to standard for joint accounts (pera-ios)
filipetamota 09:17:02 Merge 885e8a4046169c1478f2d14dc1470f9e2a022a51 into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
filipetamota 09:23:36 translations fixed (pera-ios)
filipetamota 09:24:09 Merge 56dc7ee27a2c8478d96d74dbde306cf875fcf673 into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
filipetamota 09:28:01 time formatting fixed (pera-ios)
filipetamota 09:28:36 Merge ad36620fa8aae8b3446d4a5f74f8c7bf3ce13030 into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
filipetamota 09:39:42 fix badges (pera-ios)
filipetamota 09:40:16 Merge 60594d926b38194f60624be2583990da8a89f928 into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
ehanoc 09:50:32 Merge 92a8b4ed4f9d0441b9b15a179905d0044d024799 into ef1862dd6168d68627c2387b2a3be16902cfc9a6 (ARCs)
dependabot[… 10:09:15 Merge 81293f0c172001f2363c163804625def39712080 into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
filipetamota 10:16:00 account detail content fixed (pera-ios)
filipetamota 10:18:02 Merge aa3d6204cd6823291b4fb9eaf52db308b1b45601 into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
filipetamota 10:38:17 account name fixed (pera-ios)
filipetamota 10:39:08 Merge 7167eaab342f5ee48245268a31d8fc0df3f3384d into fab8c87ab971eb3daf5c16242b32182949c420ed (pera-ios)
filipetamota 10:40:36 [IOS] - Shared Account - Inbox row title shows local account name when available (#343) (pera-ios)
filipetamota 10:44:45 small fix (pera-ios)
filipetamota 10:44:54 Merge 6db4fa9cd87220e18de5c77a8f16f5e748386400 into f1ad00767285b0185a2287a0ceb5384e9ee3c775 (pera-ios)
sofinico 10:48:05 Merge 0b0aa398d7cb46446fff0dfb3bf2e6fbf49a37ae into ef1862dd6168d68627c2387b2a3be16902cfc9a6 (ARCs)
filipetamota 10:55:54 small fix (pera-ios)
filipetamota 11:02:10 [IOS] - Shared Account - Add empty-state view to inbox (#346) (pera-ios)
filipetamota 11:07:28 hide joint account UI when joint account feature flag is off (pera-ios)
filipetamota 11:09:23 Merge 81aefb090f4dc6d39ad3e41b4e9be8594ff92224 into ffaaa6a8300db53547bf0b7ccc5fd3b571aeea13 (pera-ios)
dependabot[… 11:13:27 Merge 6baa3c8bb7f28d2e7bec8c23d8511f6d9fae4d1a into 12ce2bb3eee8bf19b323666c3747f230798f2d10 (a-day-in-my-bobalife)
emg110 11:32:15 Merge 8f056958b107eea9cf7c80665a2424aafd33a4a8 into ef1862dd6168d68627c2387b2a3be16902cfc9a6 (ARCs)
Rashidhmd 11:32:42 Merge d5ee2db8c27b2a7a0282bbb0d81c9774123fabbe into 8e6d4058a6721482bde5f837ced5d3aa4d64411d (rosetta-smart-contracts)
dependabot[… 11:34:12 Merge 91639b31fd4082e46a238b044c2f5406b8daf313 into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
filipetamota 11:45:22 fix sign request statuses (pera-ios)
filipetamota 11:46:01 Merge bdec52560f9e6ad0930835b1e5c4e0eed98bcb2c into ffaaa6a8300db53547bf0b7ccc5fd3b571aeea13 (pera-ios)
dependabot[… 11:50:53 Merge 0e90aa026562bcd75880cbb460af8e34f0142c14 into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
filipetamota 12:14:43 hide joint accounts from all account lists when feature flag is off (pera-ios)
filipetamota 12:15:29 Merge b43309938fcacd0034c57e488c98dbaecaa89d79 into ffaaa6a8300db53547bf0b7ccc5fd3b571aeea13 (pera-ios)
algonautsha… 12:28:14 Merge f9145a852a25afe9c6ced40344d319bdd10c4781 into 1ad715d077326f7bde11a896b084351b712e6302 (go-algorand)
filipetamota 12:45:23 translations fixed (#348) (pera-ios)
filipetamota 12:45:58 time formatting fixed (#349) (pera-ios)
dependabot[… 12:49:19 Merge 4b061cdcb3856c6a0f4fe6d03408e07a2fa3e513 into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
mrcointreau 13:07:04 Merge branch 'main' into chore/node-24-oidc (puya-ts)
Argimirodel… 13:10:57 test: bool upcast when comparing with integers + updating OOB tests to use literals directly (puya)
Argimirodel… 13:11:03 feat: handle bool comparison with integer literal (puya)
mrcointreau 13:19:29 Merge pull request #362 from algorandfoundation/chore/node-24-oidc (puya-ts)
semantic-re… 13:30:38 Notes added by 'git notes add' (puya-ts)
joe-p 13:33:15 Merge 979b5fdd829ea809f3a10d78c56d5928fc3c4311 into b2c074e536e1c3e26be77ab5b086e735302eec7e (algokit-core)
Rashidhmd 13:35:08 Merge 0ccc42ddc95671e7f40dd6618f7dc0025928ba93 into 8e6d4058a6721482bde5f837ced5d3aa4d64411d (rosetta-smart-contracts)
rohan-tessl 13:35:16 Merge 2751b4b22ea4e89cfaeaf5003c2ff4afa0ecd1b0 into 482c740c44c7c56431103728f88e8472e24d8267 (algorand-mcp)
joe-p 13:35:50 Merge b0cdc9624d45fdebe173ea6aecce795e99d538c9 into ef1862dd6168d68627c2387b2a3be16902cfc9a6 (ARCs)
dependabot[… 13:51:02 Merge 1abeacc87453e297eeb76dddeed6bdfe7dab12bc into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
joe-p 14:05:26 Merge a2bcddd43614b5943632b5ab50ce94070fb56a15 into b2c074e536e1c3e26be77ab5b086e735302eec7e (algokit-core)
dependabot[… 14:39:11 Merge 1ff9b043023a2f5e06c4974a40daf838d03919f4 into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
dependabot[… 14:58:38 Merge ff7e237899650e2faaa501aa43802701a5af1268 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
Argimirodel… 15:26:18 chore: compile all (puya)
dependabot[… 15:32:48 chore(deps): update uv-build requirement (algokit-utils-py)
dependabot[… 15:32:52 Merge b720274e9d603679590a921f90bdd55fac1407b9 into dee6b7e8dd004162d05de41a89d5555a4532fac7 (algokit-utils-py)
dependabot[… 15:35:14 Merge 840beff9a634a92bdcdffc0c85306628f00a901c into 12ce2bb3eee8bf19b323666c3747f230798f2d10 (a-day-in-my-bobalife)
dependabot[… 15:37:41 Merge 52d1aa63c64370ee6bb3ba77cc73584a14d24b57 into 79925a6744b1438352ae80944bcce90e4c002235 (bitcoinBuyer1_CryptoMaven.xyz)
michaeltchu… 15:39:32 chore: log greeting (2026-04-20) (a-day-in-my-bobalife)
joe-p 15:50:46 Merge cadaf1c27784b181e46bc8488bc9f996b00c7591 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
Argimirodel… 16:06:59 chore: changelog (puya)
wjbeau 16:07:47 feat: implement arc60 support (and harden build) (#190) (connect)
dependabot[… 16:44:49 Merge c3e95888a4b81f68d1ae59e2e56dd02e0dfc4f17 into 28f772161d7ece34d173e4bddd5b500f670164be (a-day-in-my-bobalife)
Argimirodel… 16:46:34 Merge fea1aeece8464b773faf6c8d46d4c9f933129b37 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
dependabot[… 17:02:40 chore(deps): bump the all group across 1 directory with 10 updates (algokit-utils-ts)
dependabot[… 17:02:44 Merge e65dc1f580dd467c3993ece00a5aecc368c6e572 into 5db14a71cc2173e64981ae743bb37b178b992232 (algokit-utils-ts)
dependabot[… 17:05:00 Merge ac89eb01b4d6502cfa6360e937679594250b056b into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
cce 17:10:48 Merge 63338899a6bd17666f628e1f1d66403895ecca97 into 1ad715d077326f7bde11a896b084351b712e6302 (go-algorand)
tasosbit 17:22:41 Merge 17a658cb25f3f668fbbb51e7d2b099e63419d8f1 into ef1862dd6168d68627c2387b2a3be16902cfc9a6 (ARCs)
onetechnical 17:29:15 Merge 029447df17196c41992a7dbfc18dff83b43483b0 into 1ad715d077326f7bde11a896b084351b712e6302 (go-algorand)
michaeltchu… 17:32:47 chore: v2026.15.0 (release) (a-day-in-my-bobalife)
michaeltchu… 17:32:49 Notes added by 'git notes add' (a-day-in-my-bobalife)
dependabot[… 17:37:16 Merge e3b49727caa30e0610a59ca361374e04a761ab97 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
cce 18:43:24 Merge 75daeeddeda3668190a5d84cae39c46fe1c01954 into 1ad715d077326f7bde11a896b084351b712e6302 (go-algorand)
joe-p 18:51:47 fix: generated hd seed size (algokit-utils-ts)
joe-p 18:53:29 Merge ae975af315b76f390d18f251c263ca9535526bad into 5db14a71cc2173e64981ae743bb37b178b992232 (algokit-utils-ts)
joe-p 19:00:26 ci: specify polytest version (algokit-utils-ts)
joe-p 19:00:34 Merge e6d05a899bbafb7e8bfeac5d552aa2cb01c22be9 into 5db14a71cc2173e64981ae743bb37b178b992232 (algokit-utils-ts)
renovate[bo… 20:03:12 chore(deps): update non-major dependencies (use-wallet)
renovate[bo… 20:03:16 Merge 3c5b09279ae64c903315577b7d44c12ea79b9e9c into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a (use-wallet)
dependabot[… 20:12:24 Merge 1f7d85d556424af3b3b785663bb18b9cd4a273b6 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
dependabot[… 20:12:24 Merge 727379471f6b43248b6860f22dc72eea86414790 into 5bf1dac61717753e0d3cf98af5319a698d725558 (puya)
Rashidhmd 20:33:44 Merge e5bcfa404fc3c3b8a90a80cde044d47e43c5db3b into 8e6d4058a6721482bde5f837ced5d3aa4d64411d (rosetta-smart-contracts)
joe-p 20:46:54 wip: test (algokit-utils-ts)
joe-p 21:12:17 wip: ak-1000 (algokit-utils-ts)
giuliop 21:24:26 protocol: cache module-root allocbound lookup (go-algorand)
giuliop 21:24:35 Merge 4fd6e71fbcb5e9087d2e49d5de77648411ed5aa9 into 1ad715d077326f7bde11a896b084351b712e6302 (go-algorand)
giuliop 21:37:31 protocol: resolve allocbound lookups from module root (go-algorand)
giuliop 21:37:37 Merge 9927914cdcfefd30315f81ecad4c527dff004d09 into 1ad715d077326f7bde11a896b084351b712e6302 (go-algorand)
dependabot[… 23:12:21 chore(deps): bump the github-actions group across 1 directory with 2 updates (devportal)
dependabot[… 23:12:24 Merge d8629937ece61c2c9f8e03a2ce76425f8f36de7c into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
dependabot[… 23:12:33 chore(deps): bump marked from 17.0.1 to 17.0.2 in the markdown group (devportal)
dependabot[… 23:12:36 Merge 79d3f2b06ba9aea07433732ab5075f228417150d into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
dependabot[… 23:12:51 chore(deps-dev): bump the typescript group across 1 directory with 2 updates (devportal)
dependabot[… 23:12:53 Merge b5009804657d6b20a83d7611d4d016749f9660b0 into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
dependabot[… 23:12:57 chore(deps): bump the tailwind group with 2 updates (devportal)
dependabot[… 23:13:01 Merge 1820d5f2e01909a2311cb3f47d35359989c7bbca into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
dependabot[… 23:13:07 chore(deps-dev): bump the linting group across 1 directory with 3 updates (devportal)
dependabot[… 23:13:11 Merge 5bd0dec6c4dc2573cccf446802cc305e90d3b78a into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
dependabot[… 23:13:28 chore(deps-dev): bump the dev-dependencies-minor group across 1 directory with 5 updates (devportal)
dependabot[… 23:13:32 Merge 692b1b177db5bac2881685396432e7cb4cd66ea8 into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
dependabot[… 23:13:47 chore(deps): bump the astro-core group across 1 directory with 5 updates (devportal)
dependabot[… 23:13:50 Merge 87014df408cc5c42d5fce6f92f301d913148a9f1 into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)
dependabot[… 23:13:58 chore(deps): bump the starlight group across 1 directory with 7 updates (devportal)
dependabot[… 23:14:02 Merge cd0edec8a351f9856c5e69f33691059aa1973f20 into de2875716c4b0a25ecca03e30d9c8a7baaff790c (devportal)