Home Reports Feb 21, 2025
Friday, February 21, 2025
- Commits
- 161
- pushed this day
- Repositories
- 22
- with activity
- Contributors
- 29
- distinct authors
- Lines changed
- +3,611,392 −1,080,277
- additions / deletions
Friday, February 21, 2025
161 commits were pushed across 22 repos by 29 authors. There were 3,611,392 additions and 1,080,277 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
22 repositories- go-algorand 18 commits
- indexer 3 commits
- js-algorand-sdk 1 commit
- ledger-app-algorand 3 commits
- py-algorand-sdk 1 commit
- pyteal 1 commit
- julo-nft-ticketing 2 commits
- DML-CHAIN 2 commits
- algokit-typescript-template 2 commits
- algokit-utils-py 3 commits
- algokit-utils-ts 6 commits
- algorand-typescript-testing 13 commits
- ARCs 11 commits
- devportal 9 commits
- devportal-code-examples 6 commits
- puya 26 commits
- puya-ts 31 commits
- puya-ts-demo 1 commit
- aurally 1 commit
- store-kit 1 commit
- citrus-swap 19 commits
- a-day-in-my-bobalife 1 commit
Commit Log
161 commits · 22 repositories
00:00:55
indexer
Remove unnecessary comments
+0
−22
00:02:42
indexer
Add comments to e2e test
+2
−0
00:05:49
indexer
Update misleading comment
+1
−1
00:33:01
puya-ts
docs: Expand jsdoc comments
+11707
−5567
00:33:21
puya-ts
fix: Add missing mutable array .copy()
+29
−17
00:33:54
puya-ts
fix: Update methodSelector arg parsing to match updated stub
+1
−1
01:00:25
go-algorand
FI from master
+10
−6
01:00:26
go-algorand
Build 2273 Data
+1
−1
01:03:30
puya-ts
fix: Add missing native property on arc4 struct
+1471
−283
01:16:49
algorand-typescript-testing
Merge pull request #56 from algorandfoundation/feat/array
+549
−15
01:21:29
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
01:26:00
go-algorand
CR feedback: introduce RoleSet
+176
−175
01:35:09
go-algorand
fix linter
+1
−0
02:32:35
puya
test: add test for implicit conversion from `algopy.Account` to `algopy.arc4.address`
+19
−0
02:33:09
puya
fix: handle implicit conversions of `algopy.Account` to `algopy.arc4.Address`
+2
−0
02:33:10
puya
chore: compile all
+22991
−19556
03:50:13
aurally
asw s3 image speed test
+2182065
−24
03:58:31
puya-ts
docs: Update docs for box maybe
+42
−24
04:07:19
puya-ts
docs: Expand jsdoc comments
+11707
−5567
04:07:19
puya-ts
chore: Re-export baremethod decorator in package root and fix rebase issue
+7
−7
04:07:19
puya-ts
chore: Apply suggestions from code review
+5
−5
04:07:19
puya-ts
docs: Add docs for global state and scratch space
+1068
−799
04:07:19
puya-ts
docs: Update docs for box maybe
+42
−24
04:07:19
puya-ts
fix: Add missing native property on arc4 struct
+1471
−283
04:07:19
puya-ts
test: Omit source maps as they contain absolute paths
+1
−217152
04:07:19
puya-ts
chore: Npm update
+2115
−1481
04:07:19
puya-ts
fix: Remove deprecated cli option and regenerate approvals
+216417
−116
04:07:19
puya-ts
docs: Add jsdoc for box types
+1637
−859
04:07:19
puya-ts
fix: Add missing mutable array .copy()
+29
−17
04:07:19
puya-ts
docs: Add initial language guide and api docs
+20442
−74
04:07:19
puya-ts
docs: Storage and ops docs + expand approvals with test
+5448
−2127
04:07:19
puya-ts
fix: Update methodSelector arg parsing to match updated stub
+1
−1
04:07:19
puya-ts
docs: Add docs for utils
+918
−738
04:07:19
puya-ts
docs: CLI installation and usage guide
+123
−1
04:07:19
puya-ts
docs: Reference types
+53
−9
04:07:19
puya-ts
docs: Fix typo
+5
−4
04:13:58
puya-ts
Notes added by 'git notes add'
+1
−0
05:27:02
algorand-typescript-testing
fix: export baremethod in internal/arc4 namespace to fix not implemented error
+1
−1
05:34:36
algorand-typescript-testing
Merge pull request #59 from algorandfoundation/fix/baremethod
+1
−1
05:38:42
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
06:17:08
puya
chore: compile all
+22991
−19556
06:17:08
puya
fix: handle implicit conversions of `algopy.Account` to `algopy.arc4.Address`
+2
−0
06:17:08
puya
test: add test for implicit conversion from `algopy.Account` to `algopy.arc4.address`
+19
−0
06:21:32
puya-ts
feat: start the server from cli
+155
−0
06:58:07
algorand-typescript-testing
fix: export baremethod in internal namespace to fix not implemented error
+1
−1
07:03:35
algorand-typescript-testing
Merge pull request #60 from algorandfoundation/fix/baremethod
+1
−1
07:08:05
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
07:40:10
algokit-typescript-template
chore: update to latest versions
+23
−14
08:16:37
puya-ts-demo
chore: update library versions
+214
−197
08:20:48
algokit-typescript-template
chore: update to latest versions (#19)
+23
−14
08:27:43
algorand-typescript-testing
chore: tweak jest docs
+7
−4
08:36:05
algorand-typescript-testing
Merge pull request #61 from algorandfoundation/jest-docs-tweak
+7
−4
08:40:15
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
09:00:43
citrus-swap
Deflex integration - mainnet
+528
−5
10:12:11
algorand-typescript-testing
feat: accept abi method reference as a parameter to methodSelector function
+36
−11
10:13:01
algorand-typescript-testing
- fix: capture method config at the earlier stage instead of on instantiation
+84
−51
10:28:36
puya
add intermediate TEAL output option for debugging TEAL optimisations
+85
−21
10:28:36
puya
refactor: remove cached property that is only used once - and potentially problematic as data is mutable
+6
−15
10:28:36
puya
ensure TEAL labels are unique when assembling
+1
−0
10:28:36
puya
add test case for branch-to-proto fix
+8
−0
10:28:36
puya
improve debugging information through optimisations
+174
−101
10:28:36
puya
refactor: remove unused function
+1
−24
10:31:10
puya
chore: compile all
+206874
−60227
10:31:12
puya
fix: prevent `proto` instruction from being looped to and thus executed multiple times, potentially causing an execution failure
+146
−115
10:34:52
puya
chore: compile all
+321447
−311871
10:56:23
julo-nft-ticketing
Version : 1.0.9 : Accepting Requests
+1696
−178
11:02:47
puya
add intermediate TEAL output option for debugging TEAL optimisations
+85
−21
11:02:47
puya
ensure TEAL labels are unique when assembling
+1
−0
11:02:47
puya
improve debugging information through optimisations
+174
−101
11:02:47
puya
fix: prevent `proto` instruction from being looped to and thus executed multiple times, potentially causing an execution failure
+146
−115
11:02:47
puya
chore: compile all
+206874
−60227
11:02:47
puya
refactor: remove cached property that is only used once - and potentially problematic as data is mutable
+6
−15
11:02:47
puya
add test case for branch-to-proto fix
+8
−0
11:02:47
puya
chore: compile all
+321447
−311871
11:02:47
puya
refactor: remove unused function
+1
−24
11:05:08
puya
4.4.1
+9
−1
11:34:56
julo-nft-ticketing
Version : 1.0.10 : Asset Transfer
+68
−2
11:36:49
devportal
Added convenience component for image figures (components/Figure.astro)
+14
−12
11:53:19
devportal
Merge pull request #185 from algorandfoundation/DVP-108-Account-Signing
+93
−0
12:15:02
ARCs
Update ci.yaml
+25
−31
12:15:17
ARCs
Merge branch 'main' into pr/334
+25
−31
12:19:53
ARCs
Update ci.yaml
+19
−19
12:20:07
ARCs
Merge branch 'main' into pr/334
+19
−19
12:23:10
devportal
Added multisig examples
+57
−17
12:37:36
devportal
Added python code for account create
+51
−10
12:41:57
devportal
Fixed linting
+1
−2
12:43:05
ARCs
Merge pull request #334 from cusma/arc62
+5177
−2345
13:36:22
devportal
Minor updates
+17
−19
13:40:47
devportal
Formatting
+1
−2
13:45:14
devportal
Merge pull request #177 from algorandfoundation/DVP-562-multisignature
+92
−4
15:01:01
store-kit
⚗️MBR calculations
+1825
−137
15:12:53
ledger-app-algorand
Remove 'TX' prefix from arbitrary signing (#44)
+19
−17
15:14:10
a-day-in-my-bobalife
chore: log greeting (2025-02-21)
+1
−0
15:23:59
ledger-app-algorand
Merge pull request #43 from Zondax/dev
+1014
−101
15:43:39
go-algorand
p2p: fan in incoming txns into backlog worker (#6126)
+72
−61
15:48:48
go-algorand
add Go Benchmark (go) benchmark result for 3c4d6015c33b760b37266e8a6960df51c224c0ae
+445
−1
17:06:53
ARCs
ADD Idle status
+2
−0
17:18:07
devportal-code-examples
chore: fix linting errors
+2
−1
17:18:09
devportal-code-examples
Merge branch 'add-py-assets-examples' of https://github.com/algorandfoundation/devportal-code-examples into add-py-assets-examples
+855
−18555
17:20:34
algokit-utils-ts
fix: correctly return group id when resource population is enabled
+22
−12
17:37:42
go-algorand
use RLock, lookup, Lock, lookup access pattern for mp.mapping data
+20
−3
17:41:27
algokit-utils-py
fix: correctly return group id when resource population is enabled
+5088
−83
17:41:43
algokit-utils-ts
fix: correctly return group id when resource population is enabled (#381)
+22
−12
17:46:10
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
17:48:06
algokit-utils-ts
Merge main into release
+64
−14
17:48:08
algokit-utils-ts
Merge release into main
+0
−0
17:52:39
algokit-utils-py
docs: bump documentation
+72
−504
17:52:45
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
17:53:38
devportal-code-examples
chore: update accounts tags for proper import
+47
−12
17:56:54
puya-ts
tests: Refactor approval tests to compile via the cli to increase concurrency
+55
−25890
18:00:25
devportal-code-examples
Merge pull request #22 from algorandfoundation/update-accounts-tags
+47
−12
18:16:55
devportal-code-examples
fix: pre-commit hook
+8
−8
18:25:57
go-algorand
Merge remote-tracking branch 'upstream/master' into pavel/p2p-archival-get-peers
+82
−67
18:34:39
algokit-utils-py
fix: correctly return group id when resource population is enabled (#145)
+4586
−13
18:44:17
citrus-swap
add ORA opt in
+103
−17
19:13:50
pyteal
Added new fields for global, acct_params_get, and block (#722)
+719
−14
19:19:54
devportal
[WIP] ported and adapted old content
+745
−1
19:34:56
ARCs
test: add asset uri
+8
−5
19:35:13
ARCs
chore: deploy and set asset
+30
−0
19:35:21
ARCs
doc: add demo example
+14
−1
19:56:15
js-algorand-sdk
docs: fix link in README so it works in typedoc
+1
−1
20:02:41
citrus-swap
use wallet v4!
+13
−9
20:05:25
ARCs
doc: add arc-82 URI discoverability
+23
−4
20:06:04
citrus-swap
add discord "join our community"
+10
−4
20:08:14
citrus-swap
Merge remote-tracking branch 'origin/main' into kn-wallet-connect
+44
−41
20:09:21
citrus-swap
udpates
+3
−5
20:10:25
ARCs
doc: add arc-82 link
+2
−1
20:29:28
citrus-swap
Big updates to dependancies
+105
−135
20:29:42
citrus-swap
Merge pull request #4 from compx-labs:kn-wallet-connect
+151
−393
20:35:33
go-algorand
prevent persisted peers from modification
+98
−60
20:40:00
py-algorand-sdk
feat: add support for populate-resources
+103
−1
20:42:49
go-algorand
ensure resource population is deterministic
+436
−128
20:47:34
citrus-swap
header updated for algosdk changes
+0
−1
20:47:48
citrus-swap
Merge pull request #5 from compx-labs:kn-wallet-connect
+0
−1
20:50:27
citrus-swap
Merge branch 'main' into main
+223
−422
20:55:51
citrus-swap
Merge pull request #3 from Ganainmtech/main
+902
−99
20:56:05
citrus-swap
Adding loading context
+44
−1
20:56:55
citrus-swap
Merge branch 'main' of https://github.com/compx-labs/citrus-swap
+902
−99
21:01:05
citrus-swap
cleaned up issues from merge
+14
−21
21:16:39
go-algorand
address CR comments + expect test
+30
−8
21:18:14
puya-ts
fix: Template vars not getting passed through to puya in the correct format + add some additional tests around template variables
+3793
−1356
21:34:44
citrus-swap
added loading and animbuttons
+88
−31
21:36:11
citrus-swap
Updated connect button
+5
−12
21:36:28
citrus-swap
Merge pull request #6 from compx-labs:kn-loading
+93
−43
21:37:19
ledger-app-algorand
Merge pull request #84 from Zondax/main
+2544
−392
21:38:33
go-algorand
add --unencrypted and --no-display-seed options
+9
−7
21:46:02
go-algorand
goal: added "wallet rename" (#6161)
+102
−0
21:49:26
go-algorand
txHandler: Use IP address instead of IP:port pair (#6176)
+293
−23
21:50:45
go-algorand
add Go Benchmark (go) benchmark result for b9b6959244c39a528e823ff51d4db4d8416068a3
+445
−1
21:52:54
devportal-code-examples
Merge pull request #23 from algorandfoundation/fix-pre-commit-hook
+8
−8
21:53:24
go-algorand
add Go Benchmark (go) benchmark result for 113b0c3ed2a7dcfdb23f4a5101c8f7cddf1e0e4d
+445
−1
22:00:59
citrus-swap
init contract
+43
−48
22:25:38
puya-ts
chore: Bump build node version and refactor json bigint serialization
+24
−27
22:43:30
puya-ts
chore: Bump build node version and refactor json bigint serialization
+24
−27
22:43:30
puya-ts
fix: Template vars not getting passed through to puya in the correct format + add some additional tests around template variables
+3793
−1356
22:51:16
puya-ts
Notes added by 'git notes add'
+1
−0
23:02:05
go-algorand
Update cmd/goal/wallet.go
+2
−2
23:16:36
go-algorand
network: fix peerstore stats update race
+3
−11
23:30:39
puya
fix: _TemplateVariableTypeCollector not visiting subroutine call args (#395)
+450
−166
23:37:07
DML-CHAIN
feat: bulk payout rewards
+10652
−4532
23:57:38
DML-CHAIN
fix: remove downloaded models
+0
−3003