Home Reports Nov 6, 2024
Wednesday, November 6, 2024
- Commits
- 74
- pushed this day
- Repositories
- 17
- with activity
- Contributors
- 21
- distinct authors
- Lines changed
- +28,015 −14,357
- additions / deletions
Wednesday, November 6, 2024
74 commits were pushed across 17 repos by 21 authors. There were 28,015 additions and 14,357 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
17 repositories- ff-py-sdk 1 commit
- go-algorand 8 commits
- algokit-client-generator-ts 5 commits
- algokit-lora 9 commits
- algokit-utils-py 2 commits
- algokit-utils-ts 12 commits
- algorand-typescript-testing 1 commit
- devportal 6 commits
- nodekit 8 commits
- puya 2 commits
- puya-ts 5 commits
- awesome-algorand 1 commit
- rosetta-smart-contracts 2 commits
- a-day-in-my-bobalife 1 commit
- algo-voting 8 commits
- tinyman-js-sdk 2 commits
- xbacked-sdk 1 commit
Commit Log
74 commits · 17 repositories
01:00:24
go-algorand
Build 2161 Data
+1
−1
01:21:45
puya
Merge branch 'main' into refactor/use-string-const-for-arc4-string
+118
−16
01:32:34
puya-ts
fix: update generate-op-ptypes script instead of directly editing op-ptypes
+3
−3
02:58:32
puya-ts
fix: avoid updating op-metadata file directly as it is generated by a script
+30
−13
03:15:47
puya-ts
refactor: use the same expression bulider for all bitwise op
+9
−44
04:14:08
puya-ts
refactor: use parseFunctionArgs method which performs generic type checking with better error messages
+28
−7
05:30:49
algorand-typescript-testing
feat: add typescript version of contracts
+3498
−3405
06:01:43
puya-ts
fix: circular dependency
+1
−2
06:24:59
algokit-utils-ts
feat: add support for cloning an app client (#336)
+225
−104
06:26:05
algokit-utils-ts
chore: update to the latest algosdk
+50
−18
06:26:05
algokit-utils-ts
feat: support fixSigners in simulate
+19
−33
06:29:37
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
07:13:07
algokit-utils-ts
chore: map new account fields onto AccountInformation type
+46
−26
07:21:07
algokit-utils-ts
Merge pull request #337 from algorandfoundation/fix-signers
+115
−77
07:28:17
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
07:36:09
algokit-lora
feat: support ARC-56
+4319
−2123
07:36:12
puya
refactor: address review feedback
+8
−2
08:19:59
algokit-client-generator-ts
feat: add clone support to the typed client
+105
−10
08:41:04
algokit-lora
chore: remove empty signature workaround
+18
−36
10:51:38
algokit-lora
Merge pull request #318 from algorandfoundation/arc-56
+4319
−2123
11:10:30
xbacked-sdk
update: nov 6
+1139
−1
11:50:01
tinyman-js-sdk
feat(tAlgoClient): Write tests for liq-staking
+190
−0
11:52:24
algokit-lora
chore: remove expected text
+0
−1
12:03:27
algokit-lora
chore: merge main into branch
+4486
−2129
12:15:04
algokit-lora
Merge pull request #319 from algorandfoundation/remove-workaround
+25
−50
12:43:06
algokit-utils-ts
chore: add some jsdocs for clone
+15
−10
12:55:42
devportal
Upgraded Astro/Starlight packages
+440
−580
13:11:50
tinyman-js-sdk
style(liq-stake/test): Write variable name in correct format
+26
−26
13:26:13
devportal
Merge pull request #96 from algorandfoundation/feat/blockchain101-use-cases
+113
−1
13:29:51
devportal
Merge pull request #94 from algorandfoundation/chore/upgrade-starlight-astro
+1163
−648
14:21:14
algokit-utils-py
feat: initial implementation of TransactionSender, TransactionCreator and AssetManager
+754
−269
14:26:59
algokit-utils-py
feat: AlgorandClientTransaction(Creator|Sender) and AssetManager abstractions (#123)
+1801
−118
15:14:17
a-day-in-my-bobalife
chore: log greeting (2024-11-06)
+1
−0
15:30:49
go-algorand
Incentives: Use agreement round when estimating a node's proposal interval (#6164)
+382
−141
15:42:59
algokit-lora
chore(deps-dev): bump happy-dom from 15.7.3 to 15.10.1
+5
−5
16:01:14
go-algorand
incentives: GetKnockOfflineCandidates returns current rnd < 240 OnlineAccountData
+44
−14
16:09:36
algokit-utils-ts
feat: support abi method call as a default value
+190
−172
16:15:02
go-algorand
incentives: update GetKnockOfflineCandidates to return current OnlineAccountData when rnd < 240 (#6165)
+44
−14
16:23:11
go-algorand
use constant
+1
−1
16:23:31
go-algorand
Merge remote-tracking branch 'upstream/feature/heartbeats' into incentive-fixes
+44
−14
16:25:36
algokit-utils-ts
chore: fix a few typos
+3
−3
16:33:22
algokit-client-generator-ts
chore: add better jsdocs for clone method
+35
−1
16:50:33
algokit-client-generator-ts
fix: action some fixes (#130)
+1280
−413
16:53:23
algokit-utils-ts
chore: self review tweaks
+1
−1
16:55:16
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
16:57:32
algokit-client-generator-ts
chore: default value handling
+16
−18
17:07:18
devportal
Merge pull request #95 from algorandfoundation/chore/fix-cli-task-typo
+2
−2
17:11:46
algokit-utils-ts
chore: regen docs
+2
−2
17:44:12
nodekit
Merge pull request #23 from algorandfoundation/feat/disable-ui-for-sync
+65
−36
17:44:12
nodekit
Merge pull request #23 from algorandfoundation/feat/disable-ui-for-sync
+65
−36
18:02:57
devportal
Added fixes to the documentation
+39
−11
18:09:56
devportal
Added fixes to the documentation
+7
−6
18:13:56
awesome-algorand
fixing whitespace and adding resources
+8
−4
18:20:21
go-algorand
Adjust for tracking online accounts
+16
−46
19:23:50
algo-voting
Merge pull request #524 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tw-8.13.0
+1
−1
19:24:14
algo-voting
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.13.0
+2
−2
19:24:27
algo-voting
Merge pull request #523 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-8.13.0
+0
−0
19:24:53
algo-voting
Update eslint requirement from ^9.13.0 to ^9.14.0
+1
−1
19:25:04
algo-voting
Merge pull request #522 from sambitsargam/dependabot/npm_and_yarn/eslint-tw-9.14.0
+1
−1
19:25:14
algo-voting
Merge pull request #521 from sambitsargam/dependabot/npm_and_yarn/core-js-tw-3.39.0
+1
−1
19:25:42
algo-voting
Update eslint-plugin-vue requirement from ^9.29.1 to ^9.30.0
+1
−1
19:25:59
algo-voting
Merge pull request #518 from sambitsargam/dependabot/npm_and_yarn/eslint-plugin-vue-tw-9.30.0
+1
−1
20:12:07
algokit-lora
chore(deps-dev): bump happy-dom from 15.7.3 to 15.10.2
+5
−5
20:13:07
go-algorand
Incentive fixes (#6166)
+17
−47
20:18:55
nodekit
Merge branch 'main' into refactor/view-transitions
+245
−43
20:18:55
nodekit
Merge branch 'main' into refactor/view-transitions
+245
−43
20:19:55
nodekit
refactor: move transaction and generate page
+2
−2
20:19:55
nodekit
refactor: move transaction and generate page
+2
−2
20:45:50
nodekit
refactor: overlays with modal
+667
−363
20:45:50
nodekit
refactor: overlays with modal
+667
−363
22:16:09
ff-py-sdk
Added json abi in package-data
+8
−0
22:29:46
algokit-lora
Updated tauri packages to latest v2
+680
−650
23:35:13
rosetta-smart-contracts
Add Algorand bet readme
+141
−0
23:38:28
rosetta-smart-contracts
Fix Algorand bet README
+11
−15