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

Commit Log

161 commits · 22 repositories

00:00:55 indexer agodnic Remove unnecessary comments +0 −22
00:02:42 indexer agodnic Add comments to e2e test +2 −0
00:05:49 indexer agodnic Update misleading comment +1 −1
00:33:01 puya-ts tristanmenzel docs: Expand jsdoc comments +11707 −5567
00:33:21 puya-ts tristanmenzel fix: Add missing mutable array .copy() +29 −17
00:33:54 puya-ts tristanmenzel 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 tristanmenzel fix: Add missing native property on arc4 struct +1471 −283
01:16:49 algorand-typescript-testing boblat Merge pull request #56 from algorandfoundation/feat/array +549 −15
01:21:29 algorand-typescript-testing semantic-release-bot 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 daniel-makerx test: add test for implicit conversion from `algopy.Account` to `algopy.arc4.address` +19 −0
02:33:09 puya daniel-makerx fix: handle implicit conversions of `algopy.Account` to `algopy.arc4.Address` +2 −0
02:33:10 puya daniel-makerx chore: compile all +22991 −19556
03:50:13 aurally emmylem asw s3 image speed test +2182065 −24
03:58:31 puya-ts tristanmenzel docs: Update docs for box maybe +42 −24
04:07:19 puya-ts tristanmenzel docs: Expand jsdoc comments +11707 −5567
04:07:19 puya-ts tristanmenzel chore: Re-export baremethod decorator in package root and fix rebase issue +7 −7
04:07:19 puya-ts tristanmenzel chore: Apply suggestions from code review +5 −5
04:07:19 puya-ts tristanmenzel docs: Add docs for global state and scratch space +1068 −799
04:07:19 puya-ts tristanmenzel docs: Update docs for box maybe +42 −24
04:07:19 puya-ts tristanmenzel fix: Add missing native property on arc4 struct +1471 −283
04:07:19 puya-ts tristanmenzel test: Omit source maps as they contain absolute paths +1 −217152
04:07:19 puya-ts tristanmenzel chore: Npm update +2115 −1481
04:07:19 puya-ts tristanmenzel fix: Remove deprecated cli option and regenerate approvals +216417 −116
04:07:19 puya-ts tristanmenzel docs: Add jsdoc for box types +1637 −859
04:07:19 puya-ts tristanmenzel fix: Add missing mutable array .copy() +29 −17
04:07:19 puya-ts tristanmenzel docs: Add initial language guide and api docs +20442 −74
04:07:19 puya-ts tristanmenzel docs: Storage and ops docs + expand approvals with test +5448 −2127
04:07:19 puya-ts tristanmenzel fix: Update methodSelector arg parsing to match updated stub +1 −1
04:07:19 puya-ts tristanmenzel docs: Add docs for utils +918 −738
04:07:19 puya-ts tristanmenzel docs: CLI installation and usage guide +123 −1
04:07:19 puya-ts tristanmenzel docs: Reference types +53 −9
04:07:19 puya-ts tristanmenzel docs: Fix typo +5 −4
04:13:58 puya-ts semantic-release-bot Notes added by 'git notes add' +1 −0
05:27:02 algorand-typescript-testing boblat fix: export baremethod in internal/arc4 namespace to fix not implemented error +1 −1
05:34:36 algorand-typescript-testing boblat Merge pull request #59 from algorandfoundation/fix/baremethod +1 −1
05:38:42 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
06:17:08 puya daniel-makerx chore: compile all +22991 −19556
06:17:08 puya daniel-makerx fix: handle implicit conversions of `algopy.Account` to `algopy.arc4.Address` +2 −0
06:17:08 puya daniel-makerx test: add test for implicit conversion from `algopy.Account` to `algopy.arc4.address` +19 −0
06:21:32 puya-ts PatrickDinh feat: start the server from cli +155 −0
06:58:07 algorand-typescript-testing boblat fix: export baremethod in internal namespace to fix not implemented error +1 −1
07:03:35 algorand-typescript-testing boblat Merge pull request #60 from algorandfoundation/fix/baremethod +1 −1
07:08:05 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
07:40:10 algokit-typescript-template neilcampbell chore: update to latest versions +23 −14
08:16:37 puya-ts-demo neilcampbell chore: update library versions +214 −197
08:20:48 algokit-typescript-template neilcampbell chore: update to latest versions (#19) +23 −14
08:27:43 algorand-typescript-testing neilcampbell chore: tweak jest docs +7 −4
08:36:05 algorand-typescript-testing neilcampbell Merge pull request #61 from algorandfoundation/jest-docs-tweak +7 −4
08:40:15 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
09:00:43 citrus-swap Ganainmtech Deflex integration - mainnet +528 −5
10:12:11 algorand-typescript-testing boblat feat: accept abi method reference as a parameter to methodSelector function +36 −11
10:13:01 algorand-typescript-testing boblat - fix: capture method config at the earlier stage instead of on instantiation +84 −51
10:28:36 puya achidlow add intermediate TEAL output option for debugging TEAL optimisations +85 −21
10:28:36 puya achidlow refactor: remove cached property that is only used once - and potentially problematic as data is mutable +6 −15
10:28:36 puya achidlow ensure TEAL labels are unique when assembling +1 −0
10:28:36 puya achidlow add test case for branch-to-proto fix +8 −0
10:28:36 puya achidlow improve debugging information through optimisations +174 −101
10:28:36 puya achidlow refactor: remove unused function +1 −24
10:31:10 puya achidlow chore: compile all +206874 −60227
10:31:12 puya achidlow fix: prevent `proto` instruction from being looped to and thus executed multiple times, potentially causing an execution failure +146 −115
10:34:52 puya achidlow chore: compile all +321447 −311871
10:56:23 julo-nft-ticketing nickthelegend Version : 1.0.9 : Accepting Requests +1696 −178
11:02:47 puya achidlow add intermediate TEAL output option for debugging TEAL optimisations +85 −21
11:02:47 puya achidlow ensure TEAL labels are unique when assembling +1 −0
11:02:47 puya achidlow improve debugging information through optimisations +174 −101
11:02:47 puya achidlow fix: prevent `proto` instruction from being looped to and thus executed multiple times, potentially causing an execution failure +146 −115
11:02:47 puya achidlow chore: compile all +206874 −60227
11:02:47 puya achidlow refactor: remove cached property that is only used once - and potentially problematic as data is mutable +6 −15
11:02:47 puya achidlow add test case for branch-to-proto fix +8 −0
11:02:47 puya achidlow chore: compile all +321447 −311871
11:02:47 puya achidlow refactor: remove unused function +1 −24
11:05:08 puya - 4.4.1 +9 −1
11:34:56 julo-nft-ticketing nickthelegend 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 SudoWeezy Update ci.yaml +25 −31
12:15:17 ARCs SudoWeezy Merge branch 'main' into pr/334 +25 −31
12:19:53 ARCs SudoWeezy Update ci.yaml +19 −19
12:20:07 ARCs SudoWeezy Merge branch 'main' into pr/334 +19 −19
12:23:10 devportal Asthay97 Added multisig examples +57 −17
12:37:36 devportal Asthay97 Added python code for account create +51 −10
12:41:57 devportal Asthay97 Fixed linting +1 −2
12:43:05 ARCs SudoWeezy 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 PhearZero ⚗️MBR calculations +1825 −137
15:12:53 ledger-app-algorand 0xPxt Remove 'TX' prefix from arbitrary signing (#44) +19 −17
15:14:10 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-02-21) +1 −0
15:23:59 ledger-app-algorand 0xPxt Merge pull request #43 from Zondax/dev +1014 −101
15:43:39 go-algorand algorandskiy p2p: fan in incoming txns into backlog worker (#6126) +72 −61
15:48:48 go-algorand github add Go Benchmark (go) benchmark result for 3c4d6015c33b760b37266e8a6960df51c224c0ae +445 −1
17:06:53 ARCs SudoWeezy 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 neilcampbell 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 neilcampbell fix: correctly return group id when resource population is enabled +5088 −83
17:41:43 algokit-utils-ts neilcampbell fix: correctly return group id when resource population is enabled (#381) +22 −12
17:46:10 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
17:48:06 algokit-utils-ts github-actions[bot] Merge main into release +64 −14
17:48:08 algokit-utils-ts github-actions[bot] Merge release into main +0 −0
17:52:39 algokit-utils-py aorumbayev docs: bump documentation +72 −504
17:52:45 algokit-utils-ts semantic-release-bot 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 tristanmenzel tests: Refactor approval tests to compile via the cli to increase concurrency +55 −25890
18:00:25 devportal-code-examples iskysun96 Merge pull request #22 from algorandfoundation/update-accounts-tags +47 −12
18:16:55 devportal-code-examples gabrielkuettel 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 neilcampbell fix: correctly return group id when resource population is enabled (#145) +4586 −13
18:44:17 citrus-swap Ganainmtech add ORA opt in +103 −17
19:13:50 pyteal jannotti 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 cusma test: add asset uri +8 −5
19:35:13 ARCs cusma chore: deploy and set asset +30 −0
19:35:21 ARCs cusma doc: add demo example +14 −1
19:56:15 js-algorand-sdk joe-p docs: fix link in README so it works in typedoc +1 −1
20:02:41 citrus-swap xxiled-plastic-cat use wallet v4! +13 −9
20:05:25 ARCs cusma doc: add arc-82 URI discoverability +23 −4
20:06:04 citrus-swap Ganainmtech add discord "join our community" +10 −4
20:08:14 citrus-swap xxiled-plastic-cat Merge remote-tracking branch 'origin/main' into kn-wallet-connect +44 −41
20:09:21 citrus-swap xxiled-plastic-cat udpates +3 −5
20:10:25 ARCs cusma doc: add arc-82 link +2 −1
20:29:28 citrus-swap xxiled-plastic-cat Big updates to dependancies +105 −135
20:29:42 citrus-swap xxiled-plastic-cat 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 joe-p feat: add support for populate-resources +103 −1
20:42:49 go-algorand joe-p ensure resource population is deterministic +436 −128
20:47:34 citrus-swap xxiled-plastic-cat header updated for algosdk changes +0 −1
20:47:48 citrus-swap xxiled-plastic-cat Merge pull request #5 from compx-labs:kn-wallet-connect +0 −1
20:50:27 citrus-swap Ganainmtech Merge branch 'main' into main +223 −422
20:55:51 citrus-swap xxiled-plastic-cat Merge pull request #3 from Ganainmtech/main +902 −99
20:56:05 citrus-swap xxiled-plastic-cat Adding loading context +44 −1
20:56:55 citrus-swap xxiled-plastic-cat Merge branch 'main' of https://github.com/compx-labs/citrus-swap +902 −99
21:01:05 citrus-swap xxiled-plastic-cat cleaned up issues from merge +14 −21
21:16:39 go-algorand - address CR comments + expect test +30 −8
21:18:14 puya-ts tristanmenzel 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 xxiled-plastic-cat added loading and animbuttons +88 −31
21:36:11 citrus-swap xxiled-plastic-cat Updated connect button +5 −12
21:36:28 citrus-swap xxiled-plastic-cat 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 tasosbit goal: added "wallet rename" (#6161) +102 −0
21:49:26 go-algorand algorandskiy txHandler: Use IP address instead of IP:port pair (#6176) +293 −23
21:50:45 go-algorand github add Go Benchmark (go) benchmark result for b9b6959244c39a528e823ff51d4db4d8416068a3 +445 −1
21:52:54 devportal-code-examples gabrielkuettel Merge pull request #23 from algorandfoundation/fix-pre-commit-hook +8 −8
21:53:24 go-algorand github add Go Benchmark (go) benchmark result for 113b0c3ed2a7dcfdb23f4a5101c8f7cddf1e0e4d +445 −1
22:00:59 citrus-swap xxiled-plastic-cat init contract +43 −48
22:25:38 puya-ts tristanmenzel chore: Bump build node version and refactor json bigint serialization +24 −27
22:43:30 puya-ts tristanmenzel chore: Bump build node version and refactor json bigint serialization +24 −27
22:43:30 puya-ts tristanmenzel 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 semantic-release-bot Notes added by 'git notes add' +1 −0
23:02:05 go-algorand algorandskiy Update cmd/goal/wallet.go +2 −2
23:16:36 go-algorand - network: fix peerstore stats update race +3 −11
23:30:39 puya tristanmenzel fix: _TemplateVariableTypeCollector not visiting subroutine call args (#395) +450 −166
23:37:07 DML-CHAIN anupa-perera feat: bulk payout rewards +10652 −4532
23:57:38 DML-CHAIN anupa-perera fix: remove downloaded models +0 −3003