Home / Reports / Dec 12, 2025

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

Dec 11, 2025 Arrow Back Arrow Forward Dec 13, 2025
M
T
W
T
F
S
S
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
31
1
2
3
4
5
6
7
8
9
10
11

Friday, December 12, 2025

104 commits were pushed across 17 repos by 24 authors. There were 320,142 additions and 177,891 deletions.

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

Authors

Updated Repos

...

Commit Log

- 01:00:21 Build 2564 Data (go-algorand)
- 01:00:21 FI from master (go-algorand)
PatrickDinh 01:22:00 fix: void ABI method should have returns (algokit-utils-ts)
PatrickDinh 01:23:52 chore: docs (algokit-utils-ts)
neilcampbell 01:23:56 Merge pull request #704 from algorandfoundation/chore/update-mac-runner (algokit-cli)
neilcampbell 01:24:42 Merge pull request #702 from algorandfoundation/feat/faster-localnet-start-reset (algokit-cli)
joe-p 01:38:53 ci: install x11 for emulator (algokit-core)
github-acti… 02:07:57 Commit from GitHub Actions (Community Interest Tracker) (community)
aidanmorgan 02:16:08 feat: updating to use new localnet conduit importer (algokit-cli)
aidanmorgan 02:16:12 chore: removing version from the generated algod_config.json so we always use the latest version. (algokit-cli)
aidanmorgan 02:17:34 fix: making docker image name for conduit match (algokit-cli)
neilcampbell 02:17:59 chore: adjust the conduit configuration (algokit-cli)
neilcampbell 02:18:02 chore: update status tests to account for LocalNet changes (algokit-cli)
neilcampbell 02:18:26 chore: use published conduit image (algokit-cli)
neilcampbell 02:18:28 chore: pr review feedback (algokit-cli)
neilcampbell 02:31:26 feat: update to use the localnet specific conduit algod importer (#700) (algokit-cli)
dependabot[… 03:04:42 build(deps): bump vue-router from 4.6.3 to 4.6.4 (algo-voting)
PatrickDinh 03:11:16 refactor: rename AccessReference type to ResourceReference (algokit-utils-ts)
PatrickDinh 03:15:46 refactor: rename getTransactionResourceReference (algokit-utils-ts)
PatrickDinh 03:18:04 Merge pull request #487 from algorandfoundation/fix-abi (algokit-utils-ts)
semantic-re… 03:24:22 Notes added by 'git notes add' (algokit-utils-ts)
PatrickDinh 03:36:16 refactor: rename (algokit-utils-ts)
No-Cash-7970 03:59:55 chore: upgrade dependencies (txnDuck)
PatrickDinh 04:07:39 refactor: move getResourceReference to composer, make it private (algokit-utils-ts)
No-Cash-7970 04:12:22 chore(release): bump to v0.15.2 (txnDuck)
PatrickDinh 04:15:45 chore: update comment (algokit-utils-ts)
PatrickDinh 04:26:36 Merge pull request #488 from algorandfoundation/feat/rename-access-ref (algokit-utils-ts)
semantic-re… 04:34:02 Notes added by 'git notes add' (algokit-utils-ts)
renovate[bo… 04:37:16 chore(deps): update non-major dependencies (use-wallet)
renovate[bo… 04:37:21 Merge edef75e167ce12117497acdac30e187627f6d590 into 3306f9787d3d31e7127cf024ffc88e59e1b5d004 (use-wallet)
- 05:08:11 2.10.0 (algokit-cli)
engineering… 05:15:22 Updating algokit to 2.10.0 (homebrew-tap)
Truszczynsk… 05:55:33 Updated App Version (pera-ios)
p2arthur 05:58:58 ci: remove secrets reference on docsc pipeline (algokit-subscriber-ts)
p2arthur 06:02:36 fix: fix release yml syntax error (algokit-subscriber-ts)
p2arthur 06:14:05 chore: add typedoc.json (algokit-subscriber-ts)
p2arthur 06:23:21 ci: update bot token generation (algokit-subscriber-ts)
boblat 06:27:50 refactor: allow non ARC4 types to be used with ARC4FromBytes node so that front ends dont need to map non-ARC4 types to ARC4 types (puya)
PatrickDinh 06:28:38 wip - use resource ref types from transact in algod (algokit-utils-ts)
boblat 06:34:29 chore: compile all (puya)
boblat 06:41:15 chore: compile all (puya)
boblat 06:41:15 refactor: use comma expression instead to better control the order of evaluation (puya)
boblat 06:41:15 build: upgrade macos runner to 15 as 13 has been deprecated (puya)
p2arthur 06:47:04 ci: update bot token generation (algokit-subscriber-ts)
p2arthur 07:02:04 ci: update workflow to provide bot token as an input (algokit-subscriber-ts)
p2arthur 07:03:38 ci: update workflow to provide bot token as an input (algokit-subscriber-ts)
boblat 07:05:38 chore: compile all (puya)
boblat 07:05:38 chore: compile all (puya)
boblat 07:05:38 refactor: use comma expression instead to better control the order of evaluation (puya)
boblat 07:05:38 build: upgrade macos runner to 15 as 13 has been deprecated (puya)
boblat 07:05:38 refactor: allow non ARC4 types to be used with ARC4FromBytes node so that front ends dont need to map non-ARC4 types to ARC4 types (puya)
p2arthur 07:09:02 ci: update workflow to provide bot token as an input (algokit-subscriber-ts)
achidlow 07:11:57 add BytesBacked as an option in intrinsic args whenever the AVM stack type is bytes (puya)
achidlow 07:11:57 convert arc4.Struct to use non-metaclass dataclass-transform approach (puya)
achidlow 07:11:57 turn BytesBacked into an ABC and make it a "marker", moving actual methods to new _BytesConvertible (puya)
achidlow 07:11:57 add test to ensure a clean error if BytesBacked is attempted to be used directly (puya)
achidlow 07:11:57 simple test (puya)
achidlow 07:11:57 rename BytesBackedTypeBuilder -> BytesConvertibleTypeBuilder (puya)
achidlow 07:11:57 fix doc generation (puya)
achidlow 07:11:57 chore: compile all (puya)
achidlow 07:11:57 bump stubs version (puya)
p2arthur 07:17:14 ci: update workflow to provide bot token as an input (algokit-subscriber-ts)
p2arthur 07:28:40 ci: use test reusable workflow with id and private key for bot deployment (algokit-subscriber-ts)
p2arthur 07:30:40 ci: update the workflow to run on test branch (algokit-subscriber-ts)
p2arthur 07:48:00 ci: provide github token as input to reusable workflow (algokit-subscriber-ts)
p2arthur 07:50:15 ci: fix pipeline indentation (algokit-subscriber-ts)
p2arthur 07:53:21 ci: fix pipeline indentation (algokit-subscriber-ts)
p2arthur 08:08:43 ci: fix pipeline indentation (algokit-subscriber-ts)
p2arthur 08:32:56 ci: revert to a working version (algokit-subscriber-ts)
p2arthur 08:34:12 ci: change to use isolated development environment (algokit-subscriber-ts)
p2arthur 08:35:18 ci: change to use isolated development environment (algokit-subscriber-ts)
p2arthur 08:45:06 ci: remove unused inputs from reusable workflow (algokit-subscriber-ts)
p2arthur 08:53:01 ci: change to use algorandfoundation algokit shared config instead of local (algokit-subscriber-ts)
p2arthur 08:57:02 ci: change to use algorandfoundation algokit shared config instead of local (algokit-subscriber-ts)
p2arthur 08:59:09 ci: change to use algorandfoundation algokit shared config instead of local (algokit-subscriber-ts)
filipetamota 09:01:28 Merge c79b6b9b793fc03ba7e1d8fac68b2261ac68cc1a into 2a3d64c99a5ed9ea1ef644bcdb53bd3391799bd0 (pera-ios)
filipetamota 09:01:30 Merge ff7438c39c4b880a17316d392fb4d368ce2f8e02 into 2a3d64c99a5ed9ea1ef644bcdb53bd3391799bd0 (pera-ios)
snyk-bot 10:08:39 fix: requirements.txt to reduce vulnerabilities (algorand_asset_price_oracle)
dallin-defi… 10:08:41 Merge 5e473559f4cd53288746715f0d323949ec1219cf into 8a2d410737d0795ea2f5a7e497b03f39e84af00c (algorand_asset_price_oracle)
filipetamota 10:12:08 small fixes from pr review (pera-ios)
filipetamota 10:12:17 Merge b334cb9d284310959325e3db6418a9ee8dcaffbd into 2a3d64c99a5ed9ea1ef644bcdb53bd3391799bd0 (pera-ios)
filipetamota 10:16:54 small fixes from pr review (pera-ios)
filipetamota 10:17:01 Merge da6ca180c6de359a0580f8e2d7b286af00a7d277 into 2a3d64c99a5ed9ea1ef644bcdb53bd3391799bd0 (pera-ios)
filipetamota 11:03:30 [iOS] Update Developer Menu with Feature Flags Override (#219) (pera-ios)
p2arthur 11:30:24 chore: uncomment pipelines (algokit-subscriber-ts)
p2arthur 11:31:25 chore: remove ci run on test branch (algokit-subscriber-ts)
aorumbayev 11:43:58 chore: set schemas branch back to main (algokit-utils-py)
aorumbayev 11:57:38 refactor: decouples reference type attribute names (#237) (algokit-utils-py)
filipetamota 12:18:18 :bug: fix flaky test (pera-ios)
filipetamota 12:19:23 Merge 6ed423bba7dc657361c92661d407074ce7c43454 into 9fd3f83a1cc2a711c688ea316dafe807e1796189 (pera-ios)
cce 12:26:30 add errorcontains output to artifacts (go-algorand)
thomasm1 12:33:41 cli dashboard; docker-compose configs (bitcoinBuyer1_CryptoMaven.xyz)
github-acti… 12:56:32 Commit from GitHub Actions (Community Interest Tracker) (community)
cce 13:44:02 add DHTMode configuration value (go-algorand)
cce 13:47:36 use IsGossipServer in dhtMode (go-algorand)
cce 14:07:33 Merge remote-tracking branch 'upstream/master' into assert-errorcontains (go-algorand)
cce 14:38:38 just in case, don't call AdvertiseCapabilities if you have no capabilities (go-algorand)
cce 14:44:20 fix tests (go-algorand)
michaeltchu… 15:15:12 chore: log greeting (2025-12-12) (a-day-in-my-bobalife)
Caerlower 16:27:57 Remove transaction links from README (algo-intent)
neilcampbell 16:50:35 chore: regen index client (algokit-utils-ts)
iglosiggio 19:54:04 Add autogenerated notice (puya)
renovate[bo… 21:05:06 chore(deps): update non-major dependencies (use-wallet)
renovate[bo… 21:05:09 Merge 4913f696bf37045f88ea22ab82022f5860caa19f into 3306f9787d3d31e7127cf024ffc88e59e1b5d004 (use-wallet)