Home Reports Oct 3, 2025
Friday, October 3, 2025
- Commits
- 60
- pushed this day
- Repositories
- 18
- with activity
- Contributors
- 19
- distinct authors
- Lines changed
- +1,173,011 −6,951
- additions / deletions
Friday, October 3, 2025
60 commits were pushed across 18 repos by 19 authors. There were 1,173,011 additions and 6,951 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
18 repositories- pg_algorand 7 commits
- go-algorand 2 commits
- revelio 1 commit
- algokit-core 22 commits
- algokit-lora 2 commits
- algokit-python-template 1 commit
- algokit-utils-ts 3 commits
- algorand-python-testing 2 commits
- ARCs 1 commit
- devportal 1 commit
- puya 7 commits
- reti 1 commit
- awesome-algorand 4 commits
- a-day-in-my-bobalife 1 commit
- algokit-walletsdk-kmp 2 commits
- txnDuck 1 commit
- algo-voting 1 commit
- tinyman-js-sdk 1 commit
Commit Log
60 commits · 18 repositories
00:06:00
devportal
feat: update code examples
+4
−4
01:00:24
go-algorand
Build 2494 Data
+1
−1
01:00:24
go-algorand
FI from master
+5
−90
02:28:45
puya
5.0.0
+148
−1337
02:58:38
algokit-walletsdk-kmp
docs: add roadmap diagram to readme
+44
−2
03:04:58
algokit-walletsdk-kmp
docs: add roadmap diagram to readme (#53)
+44
−2
04:01:58
algokit-core
wip - account manager + kmd account manager
+934
−12
05:04:46
algokit-core
wip - account manager
+58
−26
05:52:39
algokit-core
wip - fund with dispenser
+347
−3
06:04:08
txnDuck
fix(app): unset `data-theme` attribute for automatic theme mode
+27
−9
06:05:51
algokit-lora
refactor(asTransactionSender): refactor asTransactionSenderHelper and related types
+95
−131
06:07:49
algokit-lora
Update src/features/transaction-wizard/transaction-wizard-page.test.tsx
+1
−1
06:13:27
algorand-python-testing
algorand-python and puyapy version bump
+4
−12
06:14:16
algokit-utils-ts
test(dual_package) add test to check for dual pack hazard for MultisigAccount
+113
−2
06:18:49
algokit-utils-ts
fix(lint) fix lint errors any type
+13
−12
06:21:50
algokit-core
wip - testnet dispenser
+324
−1
06:38:50
algokit-python-template
Bump algorand-python to ^3.0 everywhere
+7
−7
07:20:45
revelio
Bump selenium-webdriver from 4.29.1 to 4.36.0
+9
−6
07:23:19
puya
Improve error logging when an exception occurs during deserialization:
+21
−20
07:34:17
puya
don't raise builtin exceptions in AWST node validation, prefer to either log (if we can continue without introducing spurious errors later on by doing so), or raise an exception derived from PuyaError and thus retain the source location
+11
−6
07:37:26
puya
When running puya in service mode (currently used by both LSP and soon to also be used by puya-ts in CLI compilations also), leave the "feature" request params in their raw serialized format, and only deserialize ("structure" in cattrs) once we're inside the handler.
+35
−30
07:42:14
algorand-python-testing
Merge pull request #51 from algorandfoundation/docs/typos
+51
−48
08:30:25
puya
Improve error logging when an exception occurs during deserialization:
+21
−20
08:30:25
puya
don't raise builtin exceptions in AWST node validation, prefer to either log (if we can continue without introducing spurious errors later on by doing so), or raise an exception derived from PuyaError and thus retain the source location
+11
−6
08:30:25
puya
When running puya in service mode (currently used by both LSP and soon to also be used by puya-ts in CLI compilations also), leave the "feature" request params in their raw serialized format, and only deserialize ("structure" in cattrs) once we're inside the handler.
+35
−30
09:52:21
ARCs
docs: add asset url requirements
+4
−0
13:22:39
reti
wip: update ref types
+213
−214
14:21:10
tinyman-js-sdk
Fix order platform fee rate tiny power threshold key
+3
−2
14:52:45
algokit-core
feat: support heartbeat and state proof transactions (Rust) (#266)
+582175
−1429
14:52:45
algokit-core
feat: support heartbeat and state proof transactions (Rust) (#266)
+582175
−1429
14:53:31
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.73 [skip ci]
+1
−1
14:53:31
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.73 [skip ci]
+1
−1
14:58:48
algokit-core
feat: app method call support in ffi composer
+79
−64
14:59:39
algokit-core
Notes added by 'git notes add'
+1
−0
15:10:05
algokit-core
wip: add missing txns in AbiMethodCallArg
+2
−0
15:14:24
a-day-in-my-bobalife
chore: log greeting (2025-10-03)
+1
−0
15:15:35
algokit-core
feat: add foreign trait testing for cross-language FFI tests
+1630
−61
15:26:48
algokit-core
refactor: simplify ComposerTrait by removing redundant parameters
+116
−282
15:40:04
awesome-algorand
Update image link in README.md
+1
−1
15:45:27
algokit-core
fix: wrong struct and method names
+3
−9
16:29:28
algo-voting
Merge pull request #714 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-8.45.0
+247
−16
16:37:15
algokit-core
chore: cargo fmt
+96
−53
16:49:14
algokit-core
chore: address copilot comments
+3
−3
17:27:56
awesome-algorand
fix: refinements and refresh
+73
−64
18:30:53
algokit-utils-ts
test(dual_package) add more tests for dual package hazard
+42
−0
19:03:07
pg_algorand
revert param names
+2
−2
20:08:34
algokit-core
chore: added comment
+1
−0
20:19:18
algokit-core
feat: added asset freeze testing to utils ffi using foreign trait testing
+1748
−290
20:19:18
algokit-core
feat: added asset freeze testing to utils ffi using foreign trait testing
+1748
−290
20:20:10
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.74 [skip ci]
+1
−1
20:20:10
algokit-core
chore(python/algokit_transact): bump version to 1.0.0-alpha.74 [skip ci]
+1
−1
20:25:53
algokit-core
Notes added by 'git notes add'
+1
−0
21:25:14
pg_algorand
replace old functions
+12
−12
22:14:45
pg_algorand
more replacements
+15
−15
22:21:22
pg_algorand
more replacements
+6
−6
22:29:04
pg_algorand
more replacements
+64
−0
22:30:41
pg_algorand
more replacements
+5
−5
22:35:35
pg_algorand
more replacements
+56
−0
23:28:44
awesome-algorand
fix: correct TOC anchors for explorers and bridges
+19
−414
23:45:47
awesome-algorand
fix: refinements and refresh (#170)
+103
−468