Home Reports Mar 4, 2026
Wednesday, March 4, 2026
- Commits
- 159
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 22
- distinct authors
- Lines changed
- +269,896 −241,428
- additions / deletions
Wednesday, March 4, 2026
159 commits were pushed across 17 repos by 22 authors. There were 269,896 additions and 241,428 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- go-algorand 7 commits
- algorand-agent-skills 1 commit
- community 2 commits
- algokit-core 2 commits
- algokit-cli 2 commits
- algokit-utils-py 3 commits
- ARCs 1 commit
- devportal 2 commits
- puya-ts 29 commits
- wallet-provider-extensions 4 commits
- rosetta-smart-contracts 35 commits
- d-asa 52 commits
- wen-tools 2 commits
- a-day-in-my-bobalife 3 commits
- algokit-walletsdk-kmp 2 commits
- algo-voting 3 commits
- use-wallet-ui 9 commits
Commit Log
159 commits · 17 repositories
00:12:19
rosetta-smart-contracts
implemented vesting in cairo
+251
−0
00:14:42
puya-ts
fix: unrelated small fix in IntersectionTypes used in expression PType constructor error message
+1
−1
00:14:42
puya-ts
fix: allow non-null assertion no-op in non-optional types
+8
−9
00:14:42
puya-ts
test: changes to tests to reflect new `!` behavior
+2
−2
00:17:08
puya-ts
chore: add exceptions for new vulns in rollup and minimatch irrelevant for dev tooling
+45
−0
00:21:26
rosetta-smart-contracts
fix comments and readme
+3
−25
00:22:25
rosetta-smart-contracts
Update README.md
+1
−0
00:37:49
rosetta-smart-contracts
implemented storage in cairo
+102
−0
00:38:33
rosetta-smart-contracts
Update README.md
+1
−0
00:51:43
wen-tools
feat: Introduce SimpleUpdate page enabling users to fetch and modify existing asset metadata, including ARC3, ARC19, and ARC69 formats.
+90
−58
00:59:49
wen-tools
feat: add Algorand utility functions for asset creation, configuration, and IPFS pinning.
+4
−4
01:00:51
go-algorand
Build 2646 Data
+1
−1
02:38:31
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−0
03:04:10
algo-voting
build(deps-dev): update @vue/compiler-sfc requirement
+1
−1
03:04:33
algo-voting
build(deps-dev): update @typescript-eslint/eslint-plugin requirement
+1
−1
03:04:46
algo-voting
build(deps-dev): update eslint requirement from ^10.0.0 to ^10.0.2
+1
−1
04:26:06
puya-ts
fix: unrelated small fix in IntersectionTypes used in expression PType constructor error message
+1
−1
04:26:06
puya-ts
test: changes to tests to reflect new `!` behavior
+2
−2
04:26:06
puya-ts
chore: add exceptions for new vulns in rollup and minimatch irrelevant for dev tooling
+45
−0
04:26:06
puya-ts
fix: allow non-null assertion no-op in non-optional types
+8
−9
04:36:43
puya-ts
Notes added by 'git notes add'
+1
−0
06:04:52
use-wallet-ui
feat(plugin): add panel system for full-view menu extensions
+361
−217
06:10:41
puya-ts
feat: support for initializing `uintN` with fixed bytes instances of length N/8
+44
−4
06:10:41
puya-ts
chore: update approvals
+2581
−0
06:10:41
puya-ts
test: add tests for uintN construction from bytes with fixed size
+74
−0
06:11:50
puya-ts
chore: new exceptions to both .nsprc
+6
−26
06:13:58
algokit-walletsdk-kmp
refactor: use new falcon library that can handle multiple Lora txns
+15
−15
06:30:49
algokit-walletsdk-kmp
refactor: use new falcon library that can handle multiple Lora txns (#257)
+15
−15
06:34:29
use-wallet-ui
docs(plugin): add plugin architecture guide
+447
−0
07:09:09
use-wallet-ui
fix(deps): bump use-wallet-react peer dependency to ^4.6.0
+1
−1
07:10:15
use-wallet-ui
feat(example): add Web3Auth + export-key plugin example
+1374
−26
07:29:36
use-wallet-ui
docs(plugin): update peer dependency version to ^1.1.0
+1
−1
07:32:26
use-wallet-ui
feat(plugin): add modular plugin architecture for UI extensions (#44)
+3506
−263
07:34:00
use-wallet-ui
chore(release): 1.1.0 [skip ci]
+8
−1
07:34:01
use-wallet-ui
Notes added by 'git notes add'
+1
−0
08:16:45
use-wallet-ui
feat(plugin): add liquid PoC plugin reimplementing community fork features
+899
−1
08:47:20
d-asa
docs: self transfer and null transfer specs
+28
−4
08:47:35
d-asa
feat: no self transfer, no null transfer
+2
−0
08:47:49
d-asa
chore: self transfer, null transfer errors
+2
−0
08:49:01
d-asa
chore: self transfer, null transfer docstring
+4
−0
08:49:49
d-asa
chore: build artifacts
+5716
−5308
08:50:11
d-asa
test: add self transfer and null transfer placeholders
+24
−0
10:11:00
rosetta-smart-contracts
Deleted getters storage.cairo
+1
−11
10:12:15
d-asa
chore: suspended account subroutine
+3
−2
10:12:51
d-asa
chore: suspended account subroutine; move self, null and over transfer check in transfer preconditions
+5
−3
10:13:53
rosetta-smart-contracts
Deleted getters vesting.cairo
+1
−15
10:14:19
d-asa
chore: build artifacts
+9929
−9881
10:16:24
rosetta-smart-contracts
Deleted getters vault.cairo
+2
−25
10:17:34
d-asa
chore: consistent error message
+2
−2
10:17:40
d-asa
chore: build artifacts
+30
−30
10:17:45
rosetta-smart-contracts
Deleted getters crowdfund.cairo
+1
−17
10:19:02
rosetta-smart-contracts
Deleted getters auction.cairo
+1
−22
10:20:27
rosetta-smart-contracts
Deleted getters escrow.cairo
+2
−22
10:22:10
rosetta-smart-contracts
Deleted getters htlc.cairo
+2
−26
10:23:45
rosetta-smart-contracts
Deleted getters token_transfer.cairo
+1
−23
10:24:14
rosetta-smart-contracts
Deleted getters token_transfer.cairo
+0
−4
10:25:07
rosetta-smart-contracts
Deleted getters simple_transfer.cairo
+0
−16
10:26:25
d-asa
chore: use native asset type
+20
−20
10:26:34
d-asa
chore: build artifacts
+52
−52
10:31:26
rosetta-smart-contracts
Deleted getters bet.cairo
+0
−66
10:35:55
d-asa
chore: unused arg leftover
+0
−2
10:36:03
d-asa
chore: build artifacts
+295
−295
10:52:20
d-asa
Merge pull request #80 from cusma/fix/self-and-null-transfer
+9888
−9375
12:54:09
d-asa
chore: invalid mixin composition
+15
−11
12:54:31
d-asa
chore: mixin composition validation
+321
−0
12:54:36
d-asa
test: mixin composition validation
+132
−0
12:54:55
d-asa
build: mixin composition validation
+38
−0
12:55:11
d-asa
docs: composition safety
+19
−0
12:57:55
rosetta-smart-contracts
implemented simple_wallet in cairo
+264
−0
12:59:13
rosetta-smart-contracts
Update README.md
+2
−1
13:10:07
d-asa
Merge pull request #81 from cusma/chore/mro-validation
+525
−11
13:11:55
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−1
13:25:13
ARCs
smart evm accounts draft
+525
−0
13:27:37
d-asa
feat: optional operations daemon; non-normative set op daemon
+17
−0
13:27:58
d-asa
feat: assert payment authorization
+10
−3
13:28:11
d-asa
chore: build artifacts
+15440
−11956
13:28:30
d-asa
test: unauthorized payment (todo)
+16
−0
13:33:29
rosetta-smart-contracts
Deleted getters simple_wallet.cairo
+1
−22
14:33:50
rosetta-smart-contracts
Merge pull request #14 from ale-gll/main
+226
−1
14:37:02
rosetta-smart-contracts
Merge pull request #16 from Rashidhmd/cairo/bet
+317
−3
14:37:17
algokit-utils-py
feat: crypto package
+1716
−1146
14:38:11
rosetta-smart-contracts
Add Cairo language to the README
+1
−0
14:42:06
rosetta-smart-contracts
implemented price bet in cairo
+229
−0
15:07:28
rosetta-smart-contracts
added oracle
+27
−0
15:08:31
rosetta-smart-contracts
Update README.md
+2
−1
15:21:03
go-algorand
Added note to AGENTS.md around keeping the application/asset/box resource lookup functions aligned (and candidates for eventual consolidation). Two tweaks based on CR feedback made in ledger/acctupdates.go.
+14
−9
15:22:45
a-day-in-my-bobalife
chore: log greeting (2026-03-04)
+1
−0
15:36:33
d-asa
chore: nit
+10
−4
15:36:59
d-asa
chore: check asa existence
+3
−4
15:38:17
d-asa
chore: add op daemon address
+1
−1
15:38:51
d-asa
chore: nit
+5
−5
15:39:39
d-asa
chore: check payment authorization if op daemon is declared
+5
−5
15:39:52
d-asa
chore: build artifacts
+11623
−15232
16:08:29
a-day-in-my-bobalife
chore: bump gradle-wrapper from 8.13 to 9.4.0 in /DisneyScenicRides
+235
−150
16:10:03
rosetta-smart-contracts
implemented payment_splitter in cairo
+258
−0
16:11:11
d-asa
chore: postpone payment authorization check
+1
−1
16:11:11
rosetta-smart-contracts
Update README.md
+2
−1
16:11:18
d-asa
chore: build artifacts
+6500
−7184
16:11:54
go-algorand
Merge remote-tracking branch 'upstream/master' into load-tracking-only
+3375
−1712
16:14:10
d-asa
Merge pull request #83 from cusma/chore/op-daemon
+16448
−17212
16:24:33
rosetta-smart-contracts
Merge branch 'main' into cairo/paymentsplitter
+544
−4
16:26:27
go-algorand
remove RememberOne
+3
−9
16:27:26
d-asa
Merge pull request #78 from cusma/modules
+111093
−115133
16:31:46
rosetta-smart-contracts
Merge branch 'cairo/paymentsplitter' of https://github.com/Rashidhmd/rosetta-smart-contracts into cairo/paymentsplitter
+6
−5
16:32:38
rosetta-smart-contracts
merge branch main
+1
−0
16:34:14
a-day-in-my-bobalife
chore: bump gradle-wrapper from 8.3 to 9.4.0 in /HaveAMagicalDay
+235
−150
16:34:37
d-asa
Merge branch 'main' into dependabot/pip/minor-and-patch-d9ea993f59
+18880
−18617
16:38:15
d-asa
Merge pull request #79 from cusma/dependabot/pip/minor-and-patch-d9ea993f59
+26
−26
16:45:50
algorand-agent-skills
Merge pull request #7 from algorand-devrel/ecosystem-skill
+425
−0
16:49:12
d-asa
chore: update deployment ids
+6
−6
16:49:42
d-asa
Merge pull request #84 from cusma/docs/deployments
+6
−6
17:01:58
d-asa
chore: bump mdbook
+1
−5
17:02:09
d-asa
chore: add mdbook-mermaid
+4
−0
17:04:22
d-asa
Merge pull request #85 from cusma/ci/mdbook-mermaid
+5
−5
17:13:35
d-asa
chore: fix mermaid syntax
+1
−1
17:14:14
d-asa
Merge pull request #86 from cusma/docs/fix-mermaid-syntax
+1
−1
17:15:50
algokit-utils-py
feat: wrapped secrets
+507
−2
17:33:17
d-asa
chore: reorg module folder
+25
−25
17:33:28
d-asa
chore: build artifacts
+2771
−2771
17:33:45
d-asa
chore: reorg project strucutre
+1
−2
17:33:54
d-asa
chore: nit
+0
−4
17:42:01
algokit-utils-py
chore: fix lint
+44
−42
17:42:41
d-asa
chore: reorg test folder
+1
−1
17:43:07
d-asa
chore: update paths for change detection
+3
−4
17:46:18
go-algorand
Move group checks to their natural home, eval
+55
−64
17:49:07
puya-ts
refactor: add unit tests, remove redundant examples and address pr review feedbak
+5448
−1099
17:57:55
d-asa
chore: update paths for mixin validation
+83
−58
18:02:34
devportal
chore(ci): changed preview branch name
+2
−2
18:05:54
algokit-cli
fix: warn on algokit PATH collisions during uv migration
+193
−9
18:24:39
algokit-cli
chore: pr comments
+89
−52
18:26:58
wallet-provider-extensions
refactor: ES256 to P256. Fixup tests with verify examples
+185
−70
18:26:58
wallet-provider-extensions
refactor: XHDPasskey to XHDDomainP256KeyData, include publicKey in Key
+12551
−6398
18:42:35
rosetta-smart-contracts
implemented lottery in cairo
+408
−0
18:44:16
rosetta-smart-contracts
Update README.md
+2
−1
18:54:26
rosetta-smart-contracts
fixed comments lottery.cairo
+13
−16
19:11:31
go-algorand
CR: apply Chris comments
+15
−3
19:14:16
puya-ts
Merge branch 'main' into updated-examples
+58
−24
19:29:41
puya-ts
fix: exclude examples from root vitest test run
+1
−1
19:34:17
algokit-core
feat: algo25 module (#335)
+3390
−1800
19:34:17
algokit-core
feat: algo25 module (#335)
+3390
−1800
19:39:59
rosetta-smart-contracts
implemented constant product amm in cairo
+295
−0
19:42:38
rosetta-smart-contracts
Update README with Cairo/Starknet implementation details
+1
−1
19:53:45
puya-ts
support UintN construction from bytearrays whose size is <= N (for both literals and fixed size bytes expressions)
+25
−8
19:57:40
puya-ts
test: add smaller "upcast" cases
+28
−0
19:59:11
puya-ts
test: add failing cases for incompatible lengths (bytearray too big for target size)
+21
−1
20:10:33
devportal
Add node-addon-api and node-gyp to resolve error with sharp building from source upon install
+410
−0
20:28:46
go-algorand
Don't run Reeval test is parallel
+2
−2
21:26:17
puya-ts
chore: build
+2340
−27
21:42:01
puya-ts
test: add failing cases for incompatible lengths (bytearray too big for target size)
+21
−1
21:42:01
puya-ts
chore: build
+2340
−27
21:42:01
puya-ts
test: add smaller "upcast" cases
+28
−0
21:42:01
puya-ts
support UintN construction from bytearrays whose size is <= N (for both literals and fixed size bytes expressions)
+25
−8
21:42:01
puya-ts
feat: support for initializing `uintN` with fixed bytes instances of length N/8
+44
−4
21:42:01
puya-ts
test: add tests for uintN construction from bytes with fixed size
+74
−0
21:42:01
puya-ts
chore: new exceptions to both .nsprc
+6
−26
21:42:01
puya-ts
chore: update approvals
+2581
−0
21:52:49
puya-ts
Notes added by 'git notes add'
+1
−0
22:27:23
wallet-provider-extensions
test(react-native-keystore): add full test suite, ensures example is working
+6860
−12452
22:48:47
wallet-provider-extensions
chore(react-native-keystore): refine types
+83
−73