Home Reports Jul 9, 2025
Wednesday, July 9, 2025
- Commits
- 63
- pushed this day
- Repositories
- 19
- with activity
- Contributors
- 19
- distinct authors
- Lines changed
- +79,234 −69,189
- additions / deletions
Wednesday, July 9, 2025
63 commits were pushed across 19 repos by 19 authors. There were 79,234 additions and 69,189 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
19 repositories- algorand-sdk-testing 1 commit
- go-algorand 5 commits
- go-algorand-sdk 2 commits
- java-algorand-sdk 2 commits
- js-algorand-sdk 1 commit
- py-algorand-sdk 2 commits
- community 1 commit
- algokit-core 25 commits
- algorand-typescript-testing 1 commit
- ARCs 1 commit
- liquid-auth-ios 1 commit
- puya-ts 5 commits
- specs 9 commits
- a-day-in-my-bobalife 1 commit
- pact-js-sdk 1 commit
- algo-voting 1 commit
- BiatecWeb 1 commit
- wallet 1 commit
- use-wallet-ui 2 commits
Commit Log
63 commits · 19 repositories
00:42:34
py-algorand-sdk
Support for filtering /transactions by group-id.
+14
−2
00:43:14
java-algorand-sdk
Exercise filtering /transactions by group-id.
+9
−5
00:44:38
algorand-sdk-testing
Exercise group-id filter on main SearchForTransactions paths test suite. (#323)
+23
−22
00:50:52
go-algorand-sdk
Exercise group-id filtering on /transactions.
+14
−6
01:00:25
go-algorand
Build 2407 Data
+1
−1
02:07:57
community
Commit from GitHub Actions (Community Interest Tracker)
+0
−1
02:10:02
ARCs
chore: more tests & updates to the ARC
+5360
−4274
03:50:45
algo-voting
Update @typescript-eslint/parser requirement from ^8.35.0 to ^8.36.0
+1
−1
06:05:48
algokit-core
feat: support account close transaction
+120
−17
08:40:53
algorand-typescript-testing
implement FixedArray and increase test coverage
+2959
−606
08:41:35
algokit-core
chore: adhere to polytest and parity of tests between Py and TS
+95
−5
08:50:55
algokit-core
chore: fix some ai and copy and paste comments
+3
−4
09:23:51
algokit-core
chore: use different scopes for different segments of this test
+12
−14
09:38:02
specs
docs: ledger transactions representation, validation, and semantic (TODO)
+17
−4
09:39:20
specs
chore: duplicate ledger
+0
−0
09:39:20
specs
chore: restore ledger
+812
−0
09:39:31
specs
merge: split ledger
+812
−0
10:05:21
specs
docs: ledger asset configuration transaction
+17
−815
10:06:05
specs
chore: duplicate ledger
+0
−0
10:06:05
specs
chore: restore ledger
+801
−0
10:06:12
specs
merge: split ledger
+801
−0
10:38:47
algokit-core
hack: txn signer
+65
−47
11:05:11
specs
docs: ledger asset transfer transaction
+46
−819
13:55:50
algokit-core
chore: full names for addresses and signatures instead of abbreviations
+30
−27
14:07:21
algokit-core
chore: same as previous in the FFI crate
+10
−10
14:13:55
go-algorand-sdk
API: Regenerate code with the latest specification file (da1078cd) (#741)
+40
−8
14:14:24
java-algorand-sdk
API: Regenerate code with the latest specification file (da1078cd) (#851)
+68
−37
14:14:42
js-algorand-sdk
API: Indexer searchfortransactions groupid (#992)
+154
−13
14:14:51
algokit-core
chore: account references are not string in the FFI crate
+10
−190
14:15:22
py-algorand-sdk
Support for filtering /transactions by group-id. (#577)
+14
−2
14:22:21
algokit-core
chore: fixing test data in native languages
+11
−11
14:27:42
algokit-core
chore: managerial accounts are now strings
+18
−234
14:42:27
algokit-core
chore: auth_address -> auth_account in tests
+4
−3
14:48:52
algokit-core
chore: added missing msig test in the impl crate
+31
−2
14:55:07
algokit-core
chore: zero_address -> zero_address_account
+3
−3
15:11:24
algokit-core
chore: multisig -> multisignature
+25
−25
15:14:56
a-day-in-my-bobalife
chore: log greeting (2025-07-09)
+1
−0
16:32:19
puya-ts
wip: address some TODOs
+1
−9
16:54:53
puya-ts
wip: dynamic types in objects
+49
−0
17:23:23
wallet
Merge branch 'master' of github.com:scholtz/wallet
+1
−1
17:40:03
BiatecWeb
Merge branch 'main' of github.com:scholtz/BiatecWeb into main
+1
−1
18:05:04
puya-ts
wip: nested dynamic arrays
+41
−3
18:26:58
go-algorand
CR feedbakc
+10
−4
19:37:22
use-wallet-ui
chore(deps): update dependencies and pin versions (#6)
+1399
−725
19:49:03
use-wallet-ui
chore(ci): update pnpm version in CI workflow
+1
−1
19:58:19
go-algorand
node: fallback to ws or p2p on hybrid misconfiguration (#6376)
+106
−33
20:02:33
go-algorand
add Go Benchmark (go) benchmark result for 03b00a1c69a8fa0ece68f769bb0400e882cdcb0a
+445
−1
20:08:57
pact-js-sdk
more testing fun
+56
−34
20:16:21
liquid-auth-ios
feat: library only
+198
−4019
20:19:38
algokit-core
feat: consolidate asset freeze test data using real mainnet transaction
+1895
−2664
20:35:17
algokit-core
feat: Add support for Asset Freeze transactions
+2450
−49464
20:38:07
algokit-core
feat: add asset freeze transaction functionality to match app call
+404
−269
20:40:31
algokit-core
refactor: updated asset freeze txn to conform to other txns
+51359
−1813
20:40:35
algokit-core
refactor: formatted files
+67
−52
20:41:49
algokit-core
fix: testing errors
+12
−2
20:41:52
algokit-core
fix: defaultFrozen being kept in for false
+1
−2
20:44:26
algokit-core
fix: encoding asset freeze
+1437
−172
20:45:57
algokit-core
feat: consolidate asset freeze test data using real mainnet transaction
+1895
−2663
21:01:35
puya-ts
test: Add test to cover large objects in storage for when this is supported
+4950
−0
21:25:39
puya-ts
test: Add test to confirm mutating mutable tuples is not currently supported and improve error message for this scenario
+13
−2
21:30:15
go-algorand
tests: remove "Fail" part from test test names
+42
−42
23:09:52
algokit-core
fix: remove remaining asset_freeze_real_data field after rebase
+0
−1
23:31:56
algokit-core
fix: remove unreachable pattern in transaction type match
+0
−4