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
Friday, February 14, 2025
100 commits were pushed across 23 repos by 21 authors. There were 181,972 additions and 50,627 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
23 repositories- go-algorand 8 commits
- python-digital-marketplace-dapp 1 commit
- algokit-client-generator-py 2 commits
- algokit-client-generator-ts 1 commit
- algokit-lora 2 commits
- algokit-subscriber-py 2 commits
- algokit-subscriber-ts 6 commits
- algokit-typescript-template 3 commits
- algokit-utils-py 8 commits
- algokit-utils-ts 2 commits
- algo-models 5 commits
- devportal 17 commits
- devportal-code-examples 18 commits
- nodekit 1 commit
- puya-ts 6 commits
- puya-ts-demo 1 commit
- a-day-in-my-bobalife 3 commits
- AlgoQuest 1 commit
- connect 2 commits
- algo-voting 6 commits
- BiatecWeb 2 commits
- AlgorandCIDs 2 commits
- subql-stellar 1 commit
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
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
fix: Throw a more helpful error message when a client consumer passes in unexpected args
+72
−53
01:13:53
algokit-utils-ts
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
Merge pull request #9 from algorandfoundation/refactor/jest
+2502
−281
02:47:37
nodekit
feat: configure telemetry
+1114
−32
03:12:38
algokit-typescript-template
chore: add explicit member accessibility rule and update dependency versions
+30
−28
03:14:40
algo-voting
Update algosdk requirement from ^3.1.0 to ^3.2.0
+1
−1
03:35:30
AlgorandCIDs
Updates and additions
+1209
−0
04:14:37
algokit-typescript-template
chore: bump puya dependency versions
+10
−10
04:29:33
puya-ts
handle global state delete
+34
−4
04:51:09
puya-ts
test: Expand test coverage of global state proxy and resolve issues
+5899
−1464
05:00:50
puya-ts
add array slicing comment
+1
−0
05:20:17
algo-voting
Merge pull request #577 from sambitsargam/dependabot/npm_and_yarn/algosdk-tw-3.2.0
+1
−1
05:20:27
algo-voting
Merge pull request #576 from sambitsargam/dependabot/npm_and_yarn/eslint-tw-9.20.1
+1
−1
05:20:34
algo-voting
Merge pull request #574 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.24.0
+1
−1
05:20:55
algo-voting
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.24.0
+4
−4
05:21:03
algo-voting
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
Don't accept strings for account fields as its too ambiguous
+1851
−1851
06:43:58
algokit-utils-py
chore: match ts behaviour with regards to additional args passed to a ABI method call
+20
−0
06:55:39
AlgoQuest
Version: 1.0.8 : Stable Commit i can use the development build
+102
−24
07:27:04
connect
Merge pull request #175 from perawallet/update-android-deeplink
+1
−3
07:29:55
connect
Merge branch 'main' into next-release
+49
−2
07:44:30
algokit-typescript-template
chore: add explicit member accessibility rule and update dependency versions (#17)
+30
−28
10:06:55
algokit-utils-py
fix: addressing internal feedback (batch 6) (#139)
+69
−35
10:43:22
algokit-utils-py
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
build: release dryrun
+1
−1
13:16:48
algo-models
build: add the build step
+1
−0
13:21:59
algokit-subscriber-ts
move payout function to transform, only add payout txn when pp > 0
+371
−365
13:27:45
algo-models
Merge pull request #22 from algorandfoundation/devRelease
+2
−1
13:30:24
algo-models
chore(release): 1.0.0-canary.1 [skip ci]
+22
−1
13:30:25
algo-models
Notes added by 'git notes add'
+1
−0
13:43:40
algokit-subscriber-ts
feat: add synthetic block payout when getting txns from algod (#110)
+443
−340
13:45:48
algokit-client-generator-ts
fix: dont modify keys when accessing state
+25
−17
13:49:49
algokit-subscriber-ts
Notes added by 'git notes add'
+1
−0
13:51:12
algokit-subscriber-ts
Merge main into release
+497
−340
13:51:14
algokit-subscriber-ts
Merge release into main
+0
−0
13:59:11
algokit-subscriber-ts
Notes added by 'git notes add'
+1
−0
14:14:52
algokit-lora
feat: update subscriber which enables block reward synthetic transactions
+5
−5
14:27:11
devportal
Added documentation for Accounts Create
+160
−0
14:40:44
algokit-lora
Merge pull request #390 from algorandfoundation/feat/reward-pay
+5
−5
15:09:32
algokit-utils-py
fix: name normalization in arc56 contract; extra test for more verbose validation
+3198
−13
15:10:32
algokit-subscriber-py
add synthetic payout txn to algod block transactions
+126
−60
15:14:30
a-day-in-my-bobalife
chore: log greeting (2025-02-14)
+1
−0
16:31:51
a-day-in-my-bobalife
chore: bump com.algorand:algosdk from 2.6.0 to 2.7.0 in /HaveAMagicalDay
+1
−1
16:31:51
algokit-subscriber-py
fix formatting/lint errors
+881
−826
16:32:13
devportal
Added lint fix and hashicorp vault
+41
−31
16:34:50
a-day-in-my-bobalife
chore: bump com.algorand:algosdk from 2.6.0 to 2.7.0 in /HaveAMagicalDay (#220)
+1
−1
16:38:43
devportal
Fix build error
+3
−0
16:40:32
devportal
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
chore: fix build script
+1
−1
16:57:27
devportal-code-examples
test: generate coverage
+0
−5847
17:23:35
devportal-code-examples
chore: build artifacts
+8223
−9
17:25:28
devportal-code-examples
fix pre-commit hook
+8
−2
17:25:55
devportal-code-examples
feat(smart-contracts): add global storage progress
+13
−31
17:26:23
puya-ts
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
fix: extra ignore statements for scratch vars, template vars, network name and structs
+30
−722
17:42:02
devportal-code-examples
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
fix: name normalization in arc56 contract; extra test for more verbose validation (#140)
+2508
−15
17:48:04
algokit-utils-py
Merge remote-tracking branch 'origin/main' into docs/docstrings-patches
+2508
−15
17:52:38
devportal-code-examples
feat(transactions): add override signer example
+21
−1
17:53:36
devportal-code-examples
feat(transactions): add override signer example
+21
−1
17:55:21
algokit-client-generator-py
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
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
fix: wrong algo import
+2
−1
18:18:50
devportal-code-examples
Merge pull request #10 from algorandfoundation/feat/DVP-367-add-ts-examples
+74724
−7059
18:26:37
devportal-code-examples
Revert "feat(transactions): add override signer example"
+1
−21
18:41:49
algokit-utils-py
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
Bump @octokit/request from 5.6.3 to 9.2.1
+64
−2
19:41:18
BiatecWeb
explodinos game
+21
−0
19:42:46
BiatecWeb
cicd deploy
+1
−1
19:56:35
AlgorandCIDs
Updates and additions
+5991
−0
20:19:01
puya-ts
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
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
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