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