Home Reports Feb 14, 2025

Friday, February 14, 2025

Commits
100
pushed this day
Repositories
23
with activity
Contributors
21
distinct authors
Lines changed
+181,972 −50,627
additions / deletions

Commit Log

100 commits · 23 repositories

00:05:03 devportal-code-examples - feat(transactions): add signing transactions code examples +70 −0
00:53:57 devportal-code-examples gabrielkuettel feat(smart contracts): add global storage contract example +129 −0
01:00:28 go-algorand - Build 2266 Data +1 −1
01:09:00 algokit-utils-ts tristanmenzel fix: Throw a more helpful error message when a client consumer passes in unexpected args +72 −53
01:13:53 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
01:56:59 devportal-code-examples - feat:wip leases example +72 −0
02:08:47 puya-ts-demo boblat Merge pull request #9 from algorandfoundation/refactor/jest +2502 −281
02:47:37 nodekit PhearZero feat: configure telemetry +1114 −32
03:12:38 algokit-typescript-template neilcampbell chore: add explicit member accessibility rule and update dependency versions +30 −28
03:14:40 algo-voting dependabot[bot] Update algosdk requirement from ^3.1.0 to ^3.2.0 +1 −1
03:35:30 AlgorandCIDs SheckJuarez Updates and additions +1209 −0
04:14:37 algokit-typescript-template boblat chore: bump puya dependency versions +10 −10
04:29:33 puya-ts tristanmenzel handle global state delete +34 −4
04:51:09 puya-ts tristanmenzel test: Expand test coverage of global state proxy and resolve issues +5899 −1464
05:00:50 puya-ts tristanmenzel add array slicing comment +1 −0
05:20:17 algo-voting sambitsargam Merge pull request #577 from sambitsargam/dependabot/npm_and_yarn/algosdk-tw-3.2.0 +1 −1
05:20:27 algo-voting sambitsargam Merge pull request #576 from sambitsargam/dependabot/npm_and_yarn/eslint-tw-9.20.1 +1 −1
05:20:34 algo-voting sambitsargam Merge pull request #574 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.24.0 +1 −1
05:20:55 algo-voting sambitsargam Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.24.0 +4 −4
05:21:03 algo-voting sambitsargam Merge pull request #573 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.24.0 +0 −0
05:25:48 puya-ts tristanmenzel Don't accept strings for account fields as its too ambiguous +1851 −1851
06:43:58 algokit-utils-py neilcampbell chore: match ts behaviour with regards to additional args passed to a ABI method call +20 −0
06:55:39 AlgoQuest nickthelegend Version: 1.0.8 : Stable Commit i can use the development build +102 −24
07:27:04 connect yasincaliskan Merge pull request #175 from perawallet/update-android-deeplink +1 −3
07:29:55 connect yasincaliskan Merge branch 'main' into next-release +49 −2
07:44:30 algokit-typescript-template neilcampbell chore: add explicit member accessibility rule and update dependency versions (#17) +30 −28
10:06:55 algokit-utils-py aorumbayev fix: addressing internal feedback (batch 6) (#139) +69 −35
10:43:22 algokit-utils-py aorumbayev Merge remote-tracking branch 'origin/main' into docs/docstrings-patches +69 −35
12:05:52 devportal - remove letf-over file +0 −142
13:11:07 algo-models ehanoc build: release dryrun +1 −1
13:16:48 algo-models PhearZero build: add the build step +1 −0
13:21:59 algokit-subscriber-ts joe-p move payout function to transform, only add payout txn when pp > 0 +371 −365
13:27:45 algo-models ehanoc Merge pull request #22 from algorandfoundation/devRelease +2 −1
13:30:24 algo-models semantic-release-bot chore(release): 1.0.0-canary.1 [skip ci] +22 −1
13:30:25 algo-models semantic-release-bot Notes added by 'git notes add' +1 −0
13:43:40 algokit-subscriber-ts joe-p feat: add synthetic block payout when getting txns from algod (#110) +443 −340
13:45:48 algokit-client-generator-ts neilcampbell fix: dont modify keys when accessing state +25 −17
13:49:49 algokit-subscriber-ts semantic-release-bot Notes added by 'git notes add' +1 −0
13:51:12 algokit-subscriber-ts github-actions[bot] Merge main into release +497 −340
13:51:14 algokit-subscriber-ts github-actions[bot] Merge release into main +0 −0
13:59:11 algokit-subscriber-ts semantic-release-bot Notes added by 'git notes add' +1 −0
14:14:52 algokit-lora neilcampbell feat: update subscriber which enables block reward synthetic transactions +5 −5
14:27:11 devportal Asthay97 Added documentation for Accounts Create +160 −0
14:40:44 algokit-lora neilcampbell Merge pull request #390 from algorandfoundation/feat/reward-pay +5 −5
15:09:32 algokit-utils-py aorumbayev fix: name normalization in arc56 contract; extra test for more verbose validation +3198 −13
15:10:32 algokit-subscriber-py joe-p add synthetic payout txn to algod block transactions +126 −60
15:14:30 a-day-in-my-bobalife michaeltchuang chore: log greeting (2025-02-14) +1 −0
16:31:51 a-day-in-my-bobalife dependabot[bot] chore: bump com.algorand:algosdk from 2.6.0 to 2.7.0 in /HaveAMagicalDay +1 −1
16:31:51 algokit-subscriber-py joe-p fix formatting/lint errors +881 −826
16:32:13 devportal Asthay97 Added lint fix and hashicorp vault +41 −31
16:34:50 a-day-in-my-bobalife dependabot[bot] chore: bump com.algorand:algosdk from 2.6.0 to 2.7.0 in /HaveAMagicalDay (#220) +1 −1
16:38:43 devportal Asthay97 Fix build error +3 −0
16:40:32 devportal Asthay97 Fix build error +1 −1
16:53:20 devportal-code-examples - feat: add lease txn passing after validity window code example / linting errors fixed +73 −46
16:54:49 go-algorand - Revert "fix linter" +13 −11
16:54:56 go-algorand - Revert "ERL: Use IP address instead of IP:port pair" +18 −27
16:57:06 devportal-code-examples gabrielkuettel chore: fix build script +1 −1
16:57:27 devportal-code-examples gabrielkuettel test: generate coverage +0 −5847
17:23:35 devportal-code-examples gabrielkuettel chore: build artifacts +8223 −9
17:25:28 devportal-code-examples gabrielkuettel fix pre-commit hook +8 −2
17:25:55 devportal-code-examples gabrielkuettel feat(smart-contracts): add global storage progress +13 −31
17:26:23 puya-ts tristanmenzel fix: Don't output continue/break blocks if they are not required +11208 −2725
17:26:52 devportal-code-examples - feat(transactions): add atomic transaction groups code examples +82 −0
17:37:54 devportal-code-examples - chore: fix linting errors +29 −36
17:41:31 algokit-utils-py aorumbayev fix: extra ignore statements for scratch vars, template vars, network name and structs +30 −722
17:42:02 devportal-code-examples iskysun96 Merge pull request #15 from algorandfoundation/fix-py-accounts-examples +29 −36
17:44:59 devportal-code-examples - Merge branch 'add-utils-py-examples' into add-py-transactions-examples +25 −40
17:47:42 algokit-utils-py aorumbayev fix: name normalization in arc56 contract; extra test for more verbose validation (#140) +2508 −15
17:48:04 algokit-utils-py aorumbayev Merge remote-tracking branch 'origin/main' into docs/docstrings-patches +2508 −15
17:52:38 devportal-code-examples gabrielkuettel feat(transactions): add override signer example +21 −1
17:53:36 devportal-code-examples gabrielkuettel feat(transactions): add override signer example +21 −1
17:55:21 algokit-client-generator-py aorumbayev fix: update to latest utils to fix state key name normalization issues similarly to utils-ts +11285 −7473
17:58:46 algokit-client-generator-py aorumbayev fix: update to latest utils to fix state key name normalization issues similarly to utils-ts (#43) +11285 −7473
18:06:43 devportal-code-examples gabrielkuettel fix: wrong algo import +2 −1
18:18:50 devportal-code-examples gabrielkuettel Merge pull request #10 from algorandfoundation/feat/DVP-367-add-ts-examples +74724 −7059
18:26:37 devportal-code-examples gabrielkuettel Revert "feat(transactions): add override signer example" +1 −21
18:41:49 algokit-utils-py aorumbayev fix: wip on remaining docstrings sync + removing asset_id from fund method +1986 −518
18:49:08 devportal - dvp-563: Migrated what is algokit to algokit intro file +170 −167
18:57:01 devportal - chore: fix broken links +5 −5
19:14:10 subql-stellar dependabot[bot] Bump @octokit/request from 5.6.3 to 9.2.1 +64 −2
19:41:18 BiatecWeb scholtz explodinos game +21 −0
19:42:46 BiatecWeb scholtz cicd deploy +1 −1
19:56:35 AlgorandCIDs SheckJuarez Updates and additions +5991 −0
20:19:01 puya-ts tristanmenzel test: Array (tuple) and parameter destructuring +18049 −7883
20:30:41 go-algorand - Merge remote-tracking branch 'upstream/master' into pavel/erl-ip-addr +2431 −1912
20:54:23 go-algorand - ip-based ERL client +191 −23
21:15:23 devportal - adding `algokit-cli` submodule +4 −0
21:18:08 devportal - first version python script +9 −1
21:19:10 devportal - revert python +2 −11
21:19:47 devportal - version 17 typescript +197 −0
21:19:57 devportal - adapted menu strucutre +108 −16
21:20:18 devportal - generated files +2597 −30
21:20:36 devportal - genereated reference +1526 −0
21:37:36 go-algorand algojohnlee Merge pull request #6255 from Algo-devops-service/relstable4.0.2 +2456 −1929
21:40:24 devportal - remove poetry setup +0 −29
21:45:37 devportal - added typo-correction +12 −4
21:47:31 python-digital-marketplace-dapp Asthay97 Merge 32749cd90fa8420bf4567ad65828ada71f19daf6 into ca2f9d22eefdeb3508c1e6921967e9ceea83dba9 +4693 −0
21:51:11 devportal - cleaned up code formatting on imported files +207 −482
22:49:13 go-algorand - fix closer data race +11 −5
22:52:08 go-algorand - tests: fix flaky TestApplicationsUpgradeOverREST +3 −8