Home Reports Mar 12, 2025

Wednesday, March 12, 2025

Commits
75
pushed this day
Repositories
20
with activity
Contributors
21
distinct authors
Lines changed
+91,890 −41,756
additions / deletions

Commit Log

75 commits · 20 repositories

01:18:02 algorand-typescript-testing boblat feat: add tests for setting items in struct back in +57 −11
01:29:52 algorand-typescript-testing boblat Merge pull request #64 from algorandfoundation/fix/box-struct-arc4 +1409 −1475
01:34:07 algorand-typescript-testing semantic-release-bot Notes added by 'git notes add' +1 −0
02:31:31 devportal-code-examples gabrielkuettel feat: update signign transaction example +114 −28
02:49:56 puya-ts-demo boblat feat: add tealscript calculator, simple examples as base for migration +14701 −7594
03:00:05 puya-ts-demo boblat migrate simple contract from tealscript to puya-ts +2146 −436
03:02:01 puya-ts-demo boblat migrate kitchen sink contract from tealscript to puya-ts +3675 −727
03:02:04 puya-ts-demo boblat migrate calculator contract from tealscript to puya-ts +965 −265
04:07:42 puya-ts PatrickDinh chore: error handling +56 −51
04:07:51 puya-ts PatrickDinh Merge remote-tracking branch 'origin/main' into language-server +2515 −555
05:31:43 algorand-typescript-testing boblat fix: ensure all example contracts compile successfully +6 −6
09:23:10 puya-ts-demo boblat Merge pull request #14 from algorandfoundation/feat/calculator-example +17023 −4558
09:23:47 puya-ts-demo boblat feat: add tealscript lsig-with-add example as base for migration +3370 −7
09:33:59 puya-ts PatrickDinh wip +10 −8
09:38:15 xgovw SudoWeezy Merge pull request #3 from d13co/fix-comrak-dep +2 −2
09:46:27 puya-ts PatrickDinh rename ALGORAND_LSP_PORT +3 −3
09:47:02 puya-ts PatrickDinh Merge remote-tracking branch 'origin/main' into language-server +19998 −3829
09:59:40 xgovw SudoWeezy update for xgov council application +30 −150
10:04:02 xgovw-action SudoWeezy update for xgov council application +40 −40
10:12:05 xGov SudoWeezy Create xgov_council-196.md +19 −0
10:14:04 xGov SudoWeezy Update xgov_council-196.md +1 −1
10:16:18 xgovw-action SudoWeezy update +10 −12
10:19:05 xgovw-action SudoWeezy update +2 −2
10:21:18 xGov SudoWeezy Update post-ci.yaml +12 −10
10:21:33 xGov SudoWeezy Merge branch 'main' into test-application-council-linter +12 −10
10:22:59 xGov SudoWeezy Update auto-label-bot.yml +1 −1
10:23:14 xGov SudoWeezy Merge branch 'main' into test-application-council-linter +1 −1
10:26:40 xGov SudoWeezy Update ci.yaml +3 −3
10:26:51 xGov SudoWeezy Merge branch 'main' into test-application-council-linter +3 −3
10:27:50 xGov SudoWeezy update status and file name +2 −2
10:28:16 xGov SudoWeezy Merge pull request #217 from algorandfoundation/test-application-council-linter +2 −2
10:51:42 xGov SudoWeezy Update README.md +6 −7
10:53:20 ARCs SudoWeezy Create arc-0083.md +38 −0
11:08:49 ARCs SudoWeezy Update links +3 −1
11:42:58 puya-ts PatrickDinh wip - refactor +134 −147
11:43:35 go-algorand yudrywet refactor: replace deprecated 'golang.org/x/exp/rand' to 'math/rand/v2' +5 −6
11:58:36 swapper Silventino Create README.md +51 −0
12:13:22 devportal Asthay97 fixes from review docs for accounts +227 −249
14:01:13 nodekit PhearZero fix: online status for expired accounts +11 −1
14:06:42 nodekit PhearZero Merge pull request #155 from algorandfoundation/chore/key-legend +102 −133
14:35:55 algo-models ehanoc Merge pull request #26 from algorandfoundation/fix/axfer-amt +296 −5
14:36:44 algo-models semantic-release-bot chore(release): 1.0.0-canary.2 [skip ci] +8 −1
14:36:46 algo-models semantic-release-bot Notes added by 'git notes add' +1 −0
14:42:15 go-algorand algorandskiy Update netdeploy/networkTemplate.go +1 −1
14:43:30 algo-models PhearZero ci: coverage reporters and provenance +13 −3
14:43:40 go-algorand dependabot[bot] build(deps): bump jinja2 from 3.1.5 to 3.1.6 in /test/heapwatch (#6271) +1 −1
14:48:44 go-algorand github add Go Benchmark (go) benchmark result for f53eaeb452d277d0992b45cd4c9c02f38bdabc28 +445 −1
15:14:33 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-03-12) +1 −0
15:31:14 algokit-client-generator-py aorumbayev fix: ensure close_out calls are generated in composer +435 −15
15:35:36 algokit-client-generator-ts aorumbayev fix: ensure update operations are generated on composer +93 −0
15:36:41 algokit-client-generator-ts aorumbayev chore: npm audit fix for axios +4 −3
15:39:13 algokit-client-generator-py aorumbayev chore: regen artifacts +12 −12
15:50:01 algo-models PhearZero test(AssetParams): add instance check +19 −0
15:50:07 algo-models PhearZero docs: improve on practices +598 −523
16:18:54 nodekit PhearZero test: online status for expired accounts +134 −11
16:27:27 go-algorand algorandskiy test: add OverrideKmdConfig to libgoalFixture (#6269) +75 −7
16:31:27 go-algorand github add Go Benchmark (go) benchmark result for 3a0cd6e19b05a2f38eb7ad5d855571b5eba180bb +445 −1
17:12:22 algokit-templates lempira feat: added python and typescript fullstack +2274 −4632
17:27:41 devportal-code-examples iskysun96 Merge pull request #31 from algorandfoundation/update-sign-transactions-py +121 −20
17:29:28 devportal-code-examples - chore: wip +21 −8
17:31:41 devportal-code-examples - chore: move signer into transaction_with_signer section +1 −5
17:34:31 devportal-code-examples iskysun96 Merge branch 'main' into update-sign-transactions-py +0 −0
17:40:57 devportal-code-examples iskysun96 Merge pull request #33 from algorandfoundation/update-sign-transactions-py +1 −5
17:51:10 puya aorumbayev chore: testing ci +163 −154
17:56:28 puya aorumbayev chore: addressing pr comments +148 −160
18:20:22 devportal - passing build +9268 −1109
18:27:14 devportal - updated submodules +4 −4
18:33:43 devportal - latest submodule content with passing build +1416 −348
18:48:19 devportal-code-examples gabrielkuettel Merge branch 'main' into update-sign-txns-ts +1 −5
18:49:39 algo-models PhearZero test(appl): add test for appl create +119 −8
19:14:46 puya-ts tristanmenzel feat: Inline basic const declarations so methods which rely on constant values work when they are indirectly passed a constant value +2997 −5650
19:28:03 puya-ts tristanmenzel feat: Inline basic const declarations so methods which rely on constant values work when they are indirectly passed a constant value +2997 −5650
19:36:02 puya-ts semantic-release-bot Notes added by 'git notes add' +1 −0
20:57:46 governance-contracts imp2arthur [add:test] add tests to check the ability of more users to vote to a proposal and check voting power +3002 −3078
23:27:01 java-algorand-sdk algo-dev-service Regenerate code from specification file +9 −0