Home Reports May 22, 2025
Thursday, May 22, 2025
- Commits
- 148
- pushed this day
- Repositories
- 25
- with activity
- Contributors
- 27
- distinct authors
- Lines changed
- +655,294 −394,034
- additions / deletions
Thursday, May 22, 2025
148 commits were pushed across 25 repos by 27 authors. There were 655,294 additions and 394,034 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
25 repositories- go-algorand 10 commits
- go-algorand-sdk 2 commits
- indexer 1 commit
- java-algorand-sdk 1 commit
- js-algorand-sdk 1 commit
- py-algorand-sdk 4 commits
- block-anxiety 2 commits
- algokit-core 5 commits
- algokit-utils-py 1 commit
- algokit-utils-ts 4 commits
- algorand-typescript-testing 2 commits
- developer-dashboard 1 commit
- devportal 1 commit
- docs 3 commits
- puya 72 commits
- puya-ts 10 commits
- reti 1 commit
- specs 9 commits
- BlockEstate 3 commits
- CryptoDeepTools 3 commits
- AlgoNFT_Dashboard 2 commits
- a-day-in-my-bobalife 1 commit
- BountyBoard 3 commits
- tinyman-js-sdk 3 commits
- tinyman-order-protocol 3 commits
Commit Log
148 commits · 25 repositories
00:32:47
algokit-utils-ts
fix: make tealscript a dev dependency
+112
−42
01:00:22
go-algorand
Build 2356 Data
+1
−1
01:00:22
go-algorand
FI from master
+720
−707
01:03:02
algokit-utils-ts
feat: use algod_api to get suggested params
+15
−2
01:10:37
puya-ts
test: Track op code count across all test output so we can easily see if a code change affects this metric
+227
−0
03:02:32
puya
initial stubs and test contract
+242
−0
03:02:33
puya
add FixedArray.full
+92
−57
03:02:33
puya
AWST build - add native struct
+123
−8
03:02:33
puya
chore: compile all
+41745
−26353
03:02:33
puya
test: add more operations to test case
+171
−11
03:02:33
puya
AWST build - add native arrays
+385
−1
03:02:33
puya
AWST build - remove WStruct
+2
−7
03:02:33
puya
arrays (WIP)
+94
−41
03:02:33
puya
contract
+20
−7
03:02:33
puya
remove dependency on BytesBackedTypeBuilder since these types don't expose those functions currently
+21
−8
03:02:33
puya
chore: compile all
+1490
−1824
03:02:33
puya
chore: lint
+4
−2
03:02:33
puya
fix ARC-4 aggregate error messages
+83
−22
03:02:33
puya
chore: compile all
+33280
−0
03:02:33
puya
replace fixed array default constructor with zero_bytes function
+77
−5
03:02:33
puya
IR - struct encoding
+8
−2
03:02:33
puya
refactor: move CopyBuilder into eb._utils
+49
−29
03:02:33
puya
AWST - remove WStruct
+3
−36
03:02:33
puya
IR - ensure decode occurs if required when reading from an array
+15
−11
03:02:33
puya
IR - relax type constraint on ARC-4 aggregates
+71
−41
03:02:33
puya
test: add test using FixedArray and native tuples + structs
+22628
−580
03:02:33
puya
docs: ignore warning
+1
−0
03:02:33
puya
add fixed array return type
+58
−7
03:02:33
puya
ensure aggregates are encoded correctly in ARC-4 arrays
+22
−24
03:02:33
puya
IR - remove WStruct
+1
−11
03:02:33
puya
chore: compile all
+75516
−5953
03:02:33
puya
refactor: copy-pasta sans babits
+99
−6
03:02:33
puya
AWST - relax type constraint on ARC-4 aggregates
+5
−35
03:02:33
puya
chore: compile all
+1986
−1166
03:02:33
puya
IR - array support (WIP)
+21
−4
03:02:33
puya
IR - refactor: fix internal error
+2
−1
03:02:33
puya
IR - refactor: log on return type error and keep going
+12
−6
03:02:33
puya
build: add changelog fragment
+42
−0
03:02:34
puya
AWST - implement BytesWType visitor method
+3
−0
03:02:34
puya
chore: compile all
+15207
−8012
03:02:34
puya
encode / decode refactor, execution passing, immutable larger
+56
−35
03:02:34
puya
IR - add ValueEncode and ValueDecode nodes
+75
−0
03:02:34
puya
test: add reference types to test case
+93
−6
03:02:34
puya
encode / decode refactor wip
+39
−38
03:02:34
puya
TODOs
+11
−2
03:02:34
puya
encode / decode refactor wip
+302
−342
03:02:34
puya
improve bool bit packing
+29
−15
03:02:34
puya
test: add NativeArray return case
+30
−0
03:02:34
puya
encode / decode refactor wip
+95
−73
03:02:34
puya
types wip
+19
−108
03:02:34
puya
IR - add encoded Type
+130
−0
03:02:34
puya
test: add python equivalent to typescript destructuring for structs
+7400
−3974
03:02:34
puya
encode / decode refactor wip
+45
−40
03:02:34
puya
add FixedArrayEncoding and layout property
+186
−27
03:02:34
puya
IR: support dynamic array concatenation of non ARC-4 types
+19
−10
03:02:34
puya
encode / decode refactor wip
+24
−14
03:02:34
puya
fix: struct kwarg evaluation order
+9
−4
03:02:34
puya
builder wip
+117
−48
03:02:34
puya
improve tuple encoding
+38
−18
03:02:34
puya
encode / decode refactor wip
+553
−588
03:02:34
puya
chore: compile all
+37412
−19623
03:02:34
puya
encode / decode refactor
+171
−206
03:02:34
puya
remove unrequired test
+0
−16
03:02:34
puya
MIR - add ValueEncode and ValueDecode implementation
+6
−0
03:02:34
puya
encode / decode refactor wip
+208
−171
03:02:34
puya
encode / decode refactor wip
+458
−286
03:02:34
puya
encode / decode refactor wip
+231
−47
03:02:34
puya
remove old NativeTupleCodec
+0
−63
03:42:23
algorand-typescript-testing
feat: Add length generic to bytes type for declaring statically sized byte sequences
+142
−126
03:44:46
puya
fix: error gracefully when attempting to extend a ReferenceArray with an ARC-4 bool iterable
+36
−0
03:44:46
puya
chore: compile all
+22516
−9755
03:57:37
puya
chore: add changelog fragment
+41
−0
04:13:18
algorand-typescript-testing
chore: bump node version to 22 to match puya-ts
+3
−3
06:52:12
algokit-utils-ts
chore: add tests
+46
−0
07:08:09
algokit-utils-ts
chore: rekey test
+39
−0
07:20:10
algokit-core
Merge pull request #96 from algorandfoundation/fix/correct-api-pyproject
+0
−2
07:20:10
algokit-core
Merge pull request #96 from algorandfoundation/fix/correct-api-pyproject
+0
−2
08:15:04
specs
docs: nit
+1
−1
08:21:45
specs
docs: add details about remembered and pending queues
+3
−1
08:27:44
tinyman-order-protocol
Merge branch 'create-order-app-updates' into dca-support
+1241
−1172
08:31:56
devportal
Updated issue templates (fixed typos)
+4
−4
08:49:32
developer-dashboard
Update: Readme
+22
−33
08:55:57
specs
docs: rephrase pending and remembered queues description
+42
−3
08:57:21
docs
Merge pull request #1299 from algorandfoundation/automatic-pr-go-algorand-v4.1.0-beta-indexer-3.7.2
+3
−3
08:59:30
specs
Merge branch 'develop' into ledger-nn-transaction-pool
+26238
−27
09:10:34
reti
Update staking-pools.md - grammar
+1
−1
09:29:51
BountyBoard
Added NavBar
+109
−0
09:32:42
BountyBoard
Added Logout Button
+115
−16
09:33:11
BountyBoard
Added Bounty Types Page
+42
−2
09:33:55
algokit-core
chore(python/algod_api): bump version to 1.0.0-alpha.6 [skip ci]
+6
−6
09:33:55
algokit-core
chore(python/algod_api): bump version to 1.0.0-alpha.6 [skip ci]
+6
−6
09:38:16
algokit-core
Notes added by 'git notes add'
+1
−0
09:44:39
algokit-utils-py
chore: adding the released version of python algokit algod client
+12
−205
09:51:11
go-algorand
refactor: use the built-in max/min to simplify the code
+6
−20
10:01:16
docs
[create-pull-request] automated change
+3
−3
10:02:25
docs
Merge pull request #1300 from algorandfoundation/automatic-pr-go-algorand-v4.1.1-beta-indexer-3.7.2
+3
−3
10:24:52
BlockEstate
Update processAssets.js
+0
−1
10:25:17
BlockEstate
Update index.js
+1
−2
10:25:36
BlockEstate
Update server.js
+0
−1
10:45:07
specs
docs: avm non-normative chapter
+7026
−1
10:45:20
specs
Merge remote-tracking branch 'origin/develop' into avm-nn
+14486
−15
11:20:56
AlgoNFT_Dashboard
Updated nft_transfer_history method
+38
−47
12:32:11
specs
docs: avm overview
+965
−0
12:32:29
specs
docs: avm non-normative stack execution example
+4572
−0
12:32:36
specs
docs: update summary
+2
−1
13:22:53
CryptoDeepTools
Add files via upload
+1942
−0
13:26:23
AlgoNFT_Dashboard
Added new page in frontend to display asset transfer details
+56
−5
13:28:41
CryptoDeepTools
Update README.md
+10
−0
13:31:06
CryptoDeepTools
Add files via upload
+504
−0
14:09:43
tinyman-js-sdk
fix(order): Update order contract
+206
−54
14:27:49
tinyman-js-sdk
fix(order-app): Improve update method
+14
−12
14:29:16
tinyman-js-sdk
Use the account address directly instead of getting it by variable
+1
−1
14:31:24
tinyman-order-protocol
add logging and emiting to order_approval update_application method
+504
−415
14:42:37
tinyman-order-protocol
add logging to registry_approval approve_version method
+54
−35
14:47:41
go-algorand
Merge pull request #6337 from Algo-devops-service/relstable4.1.1
+132
−14
15:11:01
puya
use IRRegisterContext where possible
+7
−10
15:11:01
puya
ArrayBuilder get_item (WIP)
+223
−106
15:11:01
puya
ARC-4 codec fixes
+101
−108
15:11:01
puya
ArrayBuilder get_item (WIP)
+185
−98
15:11:01
puya
wtype + loc
+55
−53
15:14:47
a-day-in-my-bobalife
chore: log greeting (2025-05-22)
+1
−0
15:15:07
puya
chore: compile all
+324475
−307380
17:14:30
go-algorand
rerun make msgp
+1578
−1448
17:23:00
go-algorand
fix some tests
+13
−0
17:33:09
go-algorand
update as per CR feedback
+4
−5
17:35:04
py-algorand-sdk
Algorand 4.1.x API updates support, includes enhanced Application Box search.
+71
−8
17:42:10
py-algorand-sdk
Type assignment.
+1
−1
17:54:23
go-algorand
add TxnCommitments.Sha512Commitment
+32
−3
17:55:13
go-algorand
rerun make msgp
+1655
−1500
17:58:24
go-algorand
update ProposalPayloadTagMaxSize
+1
−2
18:01:29
block-anxiety
Corrected typo.
+1
−1
18:43:42
py-algorand-sdk
API: Algorand 4.1.x API updates support, includes enhanced Application Box… (#570)
+72
−9
19:45:49
block-anxiety
Added dynamic probability calculation based on historic account and total stake.
+154
−8
20:42:17
go-algorand-sdk
Update changelog for v2.9.0
+25
−1
21:08:53
go-algorand-sdk
Update changelog for v2.9.0 (#720)
+25
−1
21:09:29
puya-ts
test: Add assertions to property ordering test
+1337
−140
21:09:32
puya-ts
test: Tweak code gen test so it only checks generated files
+54
−49
21:09:32
puya-ts
fix: Fix issue with type resolver not being able to resolve aliases for algo-ts types (eg. type X = bytes<32>)
+81
−41
21:15:37
indexer
Fix test compilation issue, update go-algorand-sdk to v2.9.0.
+4
−4
21:15:48
puya-ts
refactor: Remove type context tracking
+0
−22
21:18:57
py-algorand-sdk
bump up version to v2.9.0
+15
−1
21:29:46
puya-ts
refactor: Remove type context tracking
+0
−22
21:29:46
puya-ts
test: Tweak code gen test so it only checks generated files
+54
−49
21:29:46
puya-ts
test: Add assertions to property ordering test
+1337
−140
21:29:46
puya-ts
fix: Fix issue with type resolver not being able to resolve aliases for algo-ts types (eg. type X = bytes<32>)
+81
−41
21:40:06
puya-ts
Notes added by 'git notes add'
+1
−0
22:34:10
js-algorand-sdk
bump up version to v3.3.0
+32
−7
22:52:40
java-algorand-sdk
bump up version to 2.8.0
+16
−2