Home Reports Jul 8, 2025

Tuesday, July 8, 2025

Commits
105
pushed this day
Repositories
14
with activity
Contributors
15
distinct authors
Lines changed
+118,016 −29,732
additions / deletions

July 2025

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 14

Commit Log

105 commits · 14 repositories

00:28:04 algokit-templates lempira Merge pull request #7 from algorandfoundation/refactor/move-fe-app-from-base-to-examples +578 −245
00:54:14 algokit-lora lempira refactor(ci): combine build-app and create-release into single job +45 −57
01:00:31 go-algorand - FI from master +1241 −1240
01:00:31 go-algorand - Build 2406 Data +1 −1
02:45:10 algokit-templates lempira feat: added details page to digital marketplace example +2 −0
02:58:12 algokit-example-gallery lempira feat: updated submodule to add dig marketplace example +1 −1
03:39:45 algokit-lora lempira fix: removed release true for sync and publish commits +2 −2
03:39:46 algokit-lora lempira fix: moved dev sync into the release workflow and add npm release +226 −316
03:42:58 algokit-lora lempira Merge pull request #462 from lempira/fix/add-versioning-tweaks +226 −316
04:40:48 algo-voting dependabot[bot] Update core-js requirement from ^3.43.0 to ^3.44.0 +1 −1
04:45:54 algo-voting dependabot[bot] Update @typescript-eslint/eslint-plugin requirement +1 −1
04:50:36 algo-voting dependabot[bot] Update @typescript-eslint/parser requirement from ^8.35.0 to ^8.36.0 +1 −1
06:00:24 algokit-core neilcampbell Merge pull request #191 from algorandfoundation/feat/app-call-integration +1432 −20
06:00:24 algokit-core neilcampbell Merge pull request #191 from algorandfoundation/feat/app-call-integration +1432 −20
06:03:57 algokit-core semantic-release-bot Notes added by 'git notes add' +1 −0
06:05:12 algokit-core engineering-ci[bot] chore(python/algokit_transact): bump version to 1.0.0-alpha.27 [skip ci] +1 −1
06:05:12 algokit-core engineering-ci[bot] chore(python/algokit_transact): bump version to 1.0.0-alpha.27 [skip ci] +1 −1
06:11:03 algokit-core semantic-release-bot Notes added by 'git notes add' +1 −0
06:18:53 algokit-core joe-p feat(transact): keyreg txn support +3467 −10
06:18:54 algokit-core joe-p feat(transact): is_non_participating +8 −1
06:18:54 algokit-core joe-p test(transact): keyreg tests +420 −1
06:18:54 algokit-core joe-p chore: rm unused import +11 −14
06:18:54 algokit-core joe-p chore(transact): split out keyreg into transactions mod +95 −64
06:18:55 algokit-core aorumbayev refactor: aligning key registration validation pattern +84 −121
06:18:55 algokit-core aorumbayev chore: typo +2 −2
06:18:55 algokit-core aorumbayev refactor: key reg txn mother +47 −42
06:18:55 algokit-core aorumbayev refactor: tweak serialization of `non_participation` field +50 −2
06:18:55 algokit-core aorumbayev chore: refining key registration validation logic +577 −434
06:18:55 algokit-core aorumbayev refactor: key reg test utils +1714 −1628
07:31:45 algokit-core neilcampbell chore: pr feedback fixes +622 −889
08:16:11 algokit-core joe-p feat(transact): keyreg txn support (#163) +3969 −80
08:16:11 algokit-core joe-p feat(transact): keyreg txn support (#163) +3969 −80
08:21:23 algokit-core aorumbayev feat(utils): Adds key registration support +550 −137
08:29:19 algokit-core neilcampbell chore: pr feedback tweaks +34 −26
08:40:22 algokit-core aorumbayev feat(utils): Adds key registration support to utils crate (#189) +558 −137
08:40:22 algokit-core aorumbayev feat(utils): Adds key registration support to utils crate (#189) +558 −137
08:43:17 algokit-core CiottiGiorgio chore: added integration test for sending and waiting for asset transfers +110 −0
08:43:24 algokit-core CiottiGiorgio chore: fixed panic meesages +2 −2
08:43:24 algokit-core CiottiGiorgio chore: addressed review comment about wait for confirmation +13 −11
08:43:43 algokit-core CiottiGiorgio chore: cargo fmt +7 −2
08:43:43 algokit-core CiottiGiorgio chore: using the composer to create the test asset +29 −39
08:44:03 algokit-core CiottiGiorgio chore: cargo fmt +1 −1
08:52:04 algokit-core CiottiGiorgio wip: introduced msig primitives +45 −0
08:52:22 algokit-core CiottiGiorgio feat: split Address into Account and Address to separate concerns and allow composability with msigs and logicsigs +224 −159
08:52:25 algokit-core CiottiGiorgio wip: checksum logic is in Address +64 −71
08:52:25 algokit-core CiottiGiorgio chore: AddressMother -> AccountMother +19 −19
08:52:25 algokit-core CiottiGiorgio chore: docstrings +71 −18
08:52:25 algokit-core CiottiGiorgio chore: cargo fmt +31 −5
08:52:25 algokit-core CiottiGiorgio chore: fix docstring +1 −1
08:52:26 algokit-core CiottiGiorgio chore: fix rebasing issues +9 −8
08:52:26 algokit-core CiottiGiorgio feat: equivalent data structures in the ffi crate +51 −1
08:52:26 algokit-core CiottiGiorgio chore: fix tests +2 −0
08:52:26 algokit-core CiottiGiorgio chore: restoring previous typing +12 −12
08:52:26 algokit-core CiottiGiorgio chore: avoid numbered tuple initialization +3 −3
08:52:26 algokit-core CiottiGiorgio feat: ffi Address -> ffi Account +20 −20
08:52:44 algokit-core CiottiGiorgio chore: fix rebasing issues +103 −83
08:52:45 algokit-core CiottiGiorgio chore: fix test for msig transaction +26 −27
08:52:45 algokit-core CiottiGiorgio chore: fix python testing +25085 −10932
08:52:45 algokit-core CiottiGiorgio feat: ffi implementation of multisignature primitive types +176 −66
08:52:50 algokit-core CiottiGiorgio chore: address copilot review comments +11 −6
08:52:52 algokit-core CiottiGiorgio chore: deleting rebase stray file +0 −0
08:52:52 algokit-core CiottiGiorgio chore: missing docstring +5 −6
08:53:44 algokit-core CiottiGiorgio chore: Account -> Address +13 −16
08:53:45 algokit-core CiottiGiorgio chore: fixing rebasing issues +18 −12
08:53:45 algokit-core CiottiGiorgio chore: cargo clippy +8 −8
08:59:33 algokit-core CiottiGiorgio chore: fixing rebasing issues +1828 −330
09:18:27 algokit-core CiottiGiorgio chore: cargo fmt +2 −1
10:04:49 algokit-core CiottiGiorgio feat: FFI Account -> String where we only need the address. +92 −1883
10:18:30 algokit-core CiottiGiorgio chore: rekey_to is now a String +3 −3
11:51:44 algo-voting sambitsargam Merge pull request #659 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.36.0 +1 −1
11:52:05 algo-voting sambitsargam Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.36.0 +0 −0
11:52:10 algo-voting sambitsargam Merge pull request #658 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.36.0 +2 −2
11:52:48 algo-voting dependabot[bot] Update eslint requirement from ^9.30.0 to ^9.30.1 +1 −1
12:12:39 algokit-core CiottiGiorgio chore: renamed account related FFI functions +9 −9
12:15:33 algokit-core CiottiGiorgio chore: remove FIXME captured in a ticket +0 −1
14:00:30 algokit-cli aorumbayev chore: Updates dependencies and improves init +16 −13
14:10:24 algokit-cli dependabot[bot] chore(deps): bump the all group across 1 directory with 9 updates (#665) +67 −64
14:12:15 algokit-cli dependabot[bot] chore(deps): bump sphinx-click from 4.4.0 to 6.0.0 +11 −11
14:12:16 algokit-cli dependabot[bot] chore(deps): bump sphinx from 6.2.1 to 8.1.3 +31 −30
14:12:17 algokit-cli dependabot[bot] chore(deps): bump questionary from 1.10.0 to 2.1.0 +9 −12
14:12:24 algokit-cli dependabot[bot] chore(deps): bump python-semantic-release from 7.34.6 to 10.1.0 +190 −224
15:14:50 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-07-08) +1 −0
16:39:06 algokit-core CiottiGiorgio chore: addressed copilot review comments +3 −3
17:38:14 use-wallet-ui drichar feat(ipfs): improve avatar url resolution with content validation (#5) +1249 −6
17:53:15 puya-ts tristanmenzel Fix semantic evaluation of object literal properties +65866 −9316
18:34:12 specs jannotti Clean up presentation of resource availability +69 −52
18:44:44 algokit-subscriber-py joe-p chore(deps-dev): bump python-semantic-release from 9.21.0 to 10.2.0 (#51) +13 −13
18:46:28 algokit-subscriber-py dependabot[bot] chore(deps-dev): bump mypy from 1.15.0 to 1.16.1 +36 −35
19:05:23 algorand-sdk-testing gmalouf Exercise group-id filter on main SearchForTransactions paths test suite. +20 −19
19:28:10 algorand-sdk-testing gmalouf Fix inconsistent column count for SearchForTransactions. +2 −2
19:29:31 algokit-subscriber-py - 1.0.0-beta.7 +1 −1
19:37:50 algorand-sdk-testing gmalouf Take groupid in on SearchForTransactions rekeyto check. +3 −3
19:50:44 algorand-sdk-testing gmalouf Ensure expected param values are url-encoded. +1 −1
19:53:07 go-algorand - apply closer in generic strategy +3 −0
20:45:50 algokit-subscriber-py joe-p chore(deps-dev): bump mypy from 1.15.0 to 1.16.1 (#48) +36 −35
20:47:25 algokit-subscriber-py dependabot[bot] chore(deps-dev): bump pytest from 8.3.5 to 8.4.1 +11 −10
20:58:29 algokit-subscriber-py joe-p chore(deps-dev): bump pytest from 8.3.5 to 8.4.1 (#49) +11 −10
21:04:11 js-algorand-sdk gmalouf Regenerate types, fixing compilation issue with TransactionProofResponse rename. +130 −11
21:05:32 algokit-subscriber-py dependabot[bot] chore(deps): bump py-algorand-sdk from 2.8.0 to 2.9.1 +5 −5
21:14:15 algokit-subscriber-py joe-p chore(deps): bump py-algorand-sdk from 2.8.0 to 2.9.1 (#41) +5 −5
21:15:52 algokit-subscriber-py dependabot[bot] chore(deps-dev): bump ruff from 0.11.9 to 0.12.2 +21 −21
22:09:36 go-algorand - node: fallback to ws or p2p on hybrid misconfiguration +99 −32
23:03:12 go-algorand - fix linter +1 −1
23:03:18 js-algorand-sdk gmalouf Support for groupid filtering in SearchForTransactions, sync types with algod/indexer. +24 −2
23:55:47 puya-ts tristanmenzel Improve clone validation for assignments and expand coverage to array constructors and concat +57 −8