Home Reports Mar 5, 2026
Thursday, March 5, 2026
- Commits
- 109
- pushed this day
- Repositories
- 16
- with activity
- Contributors
- 25
- distinct authors
- Lines changed
- +73,714 −48,169
- additions / deletions
Thursday, March 5, 2026
109 commits were pushed across 16 repos by 25 authors. There were 73,714 additions and 48,169 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
16 repositories- go-algorand 12 commits
- go-algorand-sdk 1 commit
- java-algorand-sdk 1 commit
- algokit-python-template 1 commit
- algokit-typescript-template 4 commits
- puya 29 commits
- puya-ts 5 commits
- wallet-provider-extensions 3 commits
- xchain-accounts 5 commits
- rosetta-smart-contracts 6 commits
- d-asa 12 commits
- algorand-mcp 11 commits
- a-day-in-my-bobalife 2 commits
- asa-list 2 commits
- use-wallet 14 commits
- use-wallet-ui 1 commit
Commit Log
109 commits · 16 repositories
00:07:34
rosetta-smart-contracts
implemented factory in cairo
+264
−0
00:09:25
rosetta-smart-contracts
Update README with Cairo/Starknet implementation details
+1
−0
01:00:21
go-algorand
Build 2647 Data
+1
−1
02:41:21
puya
feat: include ARC-56 in puya service compile response
+45
−7
03:11:19
algokit-typescript-template
chore: pin all algokit dependencies to the alpha version where available - preparation for beta releases
+9
−9
05:21:15
puya
feat: include ARC-56 in puya service compile response
+45
−7
05:21:27
puya
refactor: move function used only by a script
+10
−11
05:26:09
puya
refactor: move function used only by a script
+10
−11
06:53:50
puya
refactor: move type mapping logic for emit function to ir layer
+3457
−381
06:53:50
puya
refactor: update error messages
+44
−22
06:53:50
puya
chore: compile all
+838
−986
06:53:50
puya
chore: compile all
+586
−378
06:53:50
puya
fix: prevent events without name being added to arc56.json
+21
−98
06:53:50
puya
refactor: encode each parameter of emit to reduce stack shuffling
+49
−19
06:53:50
puya
chore: compile all
+1
−15
06:53:50
puya
chore: compile all
+1401
−497
06:53:50
puya
refactor: skip creating awst nodes in ir builder
+77
−125
06:53:50
puya
refactor: add new emit node to simplify front end builders
+1122
−1586
06:53:50
puya
refactoring
+88
−90
06:53:50
puya
additional tests for unsupported types with `arc4.emit`
+16
−2
07:19:50
algokit-typescript-template
chore: update template blueprint to generate ESM compatible projects
+22
−19
07:21:01
algokit-python-template
chore: update transpiler executor from ts-node to tsx for better ESM compatibility
+6
−6
07:35:54
puya
fix: prevent events without name being added to arc56.json
+21
−98
07:35:54
puya
additional tests for unsupported types with `arc4.emit`
+16
−2
07:35:54
puya
refactor: update error messages
+44
−22
07:35:54
puya
chore: compile all
+1401
−497
07:35:54
puya
refactor: add new emit node to simplify front end builders
+1122
−1586
07:35:54
puya
chore: compile all
+838
−986
07:35:54
puya
chore: compile all
+586
−378
07:35:54
puya
refactoring
+88
−90
07:35:54
puya
refactor: encode each parameter of emit to reduce stack shuffling
+49
−19
07:35:54
puya
refactor: move type mapping logic for emit function to ir layer
+3457
−381
07:35:54
puya
chore: compile all
+1
−15
07:35:54
puya
refactor: skip creating awst nodes in ir builder
+77
−125
08:09:38
d-asa
chore: lint
+10
−3
08:23:26
d-asa
Merge pull request #87 from cusma/chore/folder-reorg
+2891
−2865
08:40:07
go-algorand
LogicSig: harden address derivation for v13+
+178
−21
08:42:50
d-asa
chore: move test; clean up tmp dir
+6
−1
08:47:10
d-asa
chore: add holding address to payment authorization
+1
−0
08:47:18
d-asa
chore: build artifacts
+5014
−4473
09:04:47
d-asa
ci: add helper tests to shared test suite
+6
−0
09:19:34
d-asa
Merge pull request #88 from cusma/feat/auth-holding-payment
+5027
−4474
09:19:49
algorand-mcp
Add Haystack router tools and interaction skills
+915
−2
09:26:29
d-asa
docs: add deepwiki (experimental)
+15
−0
09:29:20
d-asa
ci: pin mdbook-mermaid version
+3
−1
09:30:04
algorand-mcp
Update AGENTS.md
+16
−1
09:30:47
algorand-mcp
Update lock file
+13
−0
09:46:46
d-asa
ci: lock mermaid version
+1
−1
09:47:39
d-asa
docs: nit
+2
−2
10:18:46
algorand-mcp
Bump version
+2
−2
10:20:11
puya-ts
refactor: move examples to examples/puya-ts subdirectory and add verify-examples ci job to pr.yml workflow
+51
−10
10:35:02
puya-ts
fix: update .nsprc audit exceptions to match current vulns
+2
−17
10:38:11
puya-ts
Merge branch 'main' into updated-examples
+5082
−9
10:48:07
puya-ts
fix: remove unnecessary root deps install and reorder verify-examples steps
+4
−7
10:52:59
d-asa
Merge pull request #89 from cusma/docs/deepwiki
+18
−1
11:05:12
asa-list
Update icon.svg to pure vector (only <path> elements, no embedded raster PNG)
+114
−6
11:05:35
asa-list
Merge dd812a160ccb2d0d992abe8cdf6c9eef4a73fa52 into d658e506cf02d69ee0556edeeb892ef453928dbe
+114
−0
11:14:23
puya-ts
fix: restore root npm ci in verify-examples to resolve arcsecond dependency for dist cli
+3
−0
11:33:03
algorand-mcp
Add pera asset verification
+370
−64
11:38:33
wallet-provider-extensions
fix(react-native-keystore): do not clear publicKey
+18
−4
11:40:19
algorand-mcp
Update utility tools
+7
−47
11:59:28
wallet-provider-extensions
fix(react-native-keystore): pass publicKey to store
+2
−2
12:16:38
algorand-mcp
Update version
+2
−2
12:18:58
algorand-mcp
Update
+2
−2
12:38:29
algorand-mcp
Update version
+2
−3992
13:01:37
wallet-provider-extensions
lint(react-native-keystore): fix lint errors
+90
−33
14:15:06
rosetta-smart-contracts
implemented editable nft in cairo
+222
−0
14:16:26
rosetta-smart-contracts
Add Cairo implementation details for Starknet
+2
−1
14:32:42
algorand-mcp
Update add fee args to all txn makers
+91
−22
15:27:29
a-day-in-my-bobalife
chore: log greeting (2026-03-05)
+1
−0
15:27:33
use-wallet-ui
bridge ui/x improvements
+501
−118
15:29:24
xchain-accounts
eth logo, bridge ui/ux, integration changes
+171
−9
15:37:43
go-algorand
Update network/p2p/streams.go
+1
−1
15:42:07
go-algorand
Add devtools package testing
+26
−2
15:44:12
rosetta-smart-contracts
implemented anonymous data in cairo
+102
−0
15:45:20
rosetta-smart-contracts
Document Cairo/Starknet implementation details
+1
−0
15:48:38
puya
feat: add 16 example contracts with compilation and on-chain deployment tests
+11440
−1
16:28:07
use-wallet
docs: add v5 migration plan and progress tracker
+1630
−0
16:53:09
use-wallet
refactor(core): restructure for v5 adapter architecture
+1565
−2571
16:56:56
go-algorand
tests: fix TestNodeSetCatchpointCatchupMode data race
+6
−2
17:13:16
use-wallet
fix(core): add setActiveAccount to AdapterStoreAccessor
+11
−8
17:16:20
go-algorand
Remove dependency on knowledge of max resources per group
+77
−83
17:31:52
xchain-accounts
refactor: rename logic-sig to evm
+2
−2
17:33:06
use-wallet
feat(pera): extract wallet adapter package
+406
−0
17:47:38
algorand-mcp
Add voi-mainnet network and per-network env var overrides
+52
−14
17:55:38
use-wallet
feat(wallets): extract all wallet adapter packages
+6825
−171
18:00:24
a-day-in-my-bobalife
chore: bump org.jlleitschuh.gradle.ktlint in /HaveAMagicalDay
+1
−1
18:02:23
go-algorand
network: handle stream creation on existing conns (#6572)
+538
−40
18:19:21
use-wallet
test(wallets): migrate adapter tests from v4 to v5
+6470
−3
18:19:52
use-wallet
chore(core): remove _v4-wallet-implementations directory
+2
−12826
18:21:39
go-algorand
add Go Benchmark (go) benchmark result for 267cc356567359c72c17254589d3335ee785ef2c
+445
−1
18:28:46
go-algorand
API: Incorporate deltas in presenting paginated view of assets or applications (#6559)
+1361
−695
18:33:27
go-algorand
add Go Benchmark (go) benchmark result for 25e0d3aa44525dd16911c249efa5903eaa574736
+445
−1
20:05:02
algokit-typescript-template
fix: add @types/node to resolve type errors after fresh init
+3
−0
20:05:17
algokit-typescript-template
Merge 4c201c2c5b5de17251409a9c23df8be963441793 into 457eafe63a9ea9e888ae4edc07492656906b780c
+3
−0
20:07:03
xchain-accounts
refactor: move readme to Arch
+11
−7
20:15:59
go-algorand
Update the Version, BuildNumber, genesistimestamp.data
+2
−0
20:29:06
xchain-accounts
integration warning
+19
−0
21:14:49
use-wallet
refactor(wallets): colocate test files alongside source
+10
−1
21:16:44
use-wallet
refactor(wallets): extract inline SVG icons to separate icon.ts files
+146
−107
21:34:54
go-algorand
Break out the paged queue into its own generic thing
+336
−42
21:43:22
use-wallet
refactor(core): move Custom wallet adapter to core package
+57
−115
22:23:15
use-wallet
fix(wallets): fix test import paths after colocation
+31
−55
22:28:36
use-wallet
refactor(frameworks): move framework adapters to packages/frameworks/
+13
−161
23:14:43
use-wallet
feat(frameworks): update framework adapters for v5
+54
−72
23:41:23
java-algorand-sdk
Regenerate code from specification file
+333
−5
23:42:14
go-algorand-sdk
Regenerate code from specification file
+189
−9
23:51:04
use-wallet
test(frameworks): update framework adapter tests for v5
+533
−1582
23:52:51
xchain-accounts
refactor: combine packages
+3786
−4930