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

Commit Log

148 commits · 25 repositories

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