Home Reports Oct 30, 2024
Wednesday, October 30, 2024
- Commits
- 141
- pushed this day
- Repositories
- 26
- with activity
- Contributors
- 32
- distinct authors
- Lines changed
- +67,172 −48,750
- additions / deletions
Wednesday, October 30, 2024
141 commits were pushed across 26 repos by 32 authors. There were 67,172 additions and 48,750 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
26 repositories- algostreamer 3 commits
- go-algorand 5 commits
- community 1 commit
- algokit-avm-vscode-debugger 4 commits
- algokit-cli 2 commits
- algokit-lora 15 commits
- algokit-utils-ts 2 commits
- algokit-utils-ts-debug 1 commit
- algorand-typescript-testing 1 commit
- ARCs 1 commit
- devportal 8 commits
- devportal-code-examples 1 commit
- docs 10 commits
- fnet-algod-docker 15 commits
- nodekit 10 commits
- puya 6 commits
- puya-ts 27 commits
- reti 5 commits
- CryptoDeepTools 7 commits
- wen-tools 1 commit
- a-day-in-my-bobalife 1 commit
- algo-voting 2 commits
- tatum-js 4 commits
- tealish 1 commit
- tinyman-consensus-staking 7 commits
- xbacked-sdk 1 commit
Commit Log
141 commits · 26 repositories
00:42:20
devportal-code-examples
chore: minor updates to arc4 examples
+184
−46
00:49:13
algokit-lora
Added page titles
+73
−0
00:51:44
puya-ts
feat: Array indexing + bug fixes
+3050
−1664
00:58:31
puya-ts
test: Add test fixture for running Algorand TypeScript code on chain
+360
−6
00:58:31
puya-ts
chore: Bump package version
+2
−2
00:58:31
puya-ts
test: Increase test timeout
+1
−1
00:58:31
puya-ts
feat: Provide struct definitions to puya for arc4 methods
+796
−274
00:58:31
puya-ts
build: Remove commit lint warnings
+7
−8
00:58:31
puya-ts
build: Validate that the code built for the algo-ts package matches
+19
−0
00:58:31
puya-ts
fix: Destructuring into iterator items
+1040
−18
00:58:31
puya-ts
feat: Support empty statements
+1
−1
00:58:31
puya-ts
build: Start algokit localnet for testing
+2
−0
00:58:31
puya-ts
fix: Use correct case for copy readme script
+2
−2
00:58:31
puya-ts
fix: Expand implicit create method logic to check base contracts and test
+2415
−101
00:58:31
puya-ts
build: Use "./" instead of "."
+2
−2
00:58:31
puya-ts
refactor: Support puya refactor to surface MRO and inheritance concerns to the front end language
+14091
−6655
00:58:31
puya-ts
feat: Add implicit create methods to contracts which don't have an explicit one
+64
−2
00:58:31
puya-ts
feat: Expand arc4 type support
+3180
−688
00:58:31
puya-ts
fix: Respect declaration order of object properties and use field expression in place of item indexing
+9009
−1437
00:58:31
puya-ts
feat: Allow replacement tokens in outpath
+2244
−248
00:58:31
puya-ts
feat: Array indexing + bug fixes
+3050
−1664
01:00:24
go-algorand
Build 2154 Data
+1
−1
01:10:33
puya-ts
build: Don't run commit lint on release and it checks the entire history and old commits don't lint correctly
+10
−1
01:25:51
algokit-lora
Merge pull request #302 from algorandfoundation/create_fund
+29
−4
01:41:50
algokit-lora
fix: use name-b64 in case there is no name
+1
−1
01:45:40
community
Commit from GitHub Actions (Community Interest Tracker)
+0
−2
01:51:40
algokit-lora
Merge pull request #303 from algorandfoundation/asset_name
+1
−1
01:52:13
CryptoDeepTools
Update README.md
+17
−16
01:56:14
CryptoDeepTools
Update Jacobian_Curve_Vulnerability_Algorithm_and_Tools_for_Extracting_Private_Key.ipynb
+3
−2
02:03:15
puya-ts
build: Don't run commit lint on release and it checks the entire history and old commits don't lint correctly
+10
−1
02:07:30
puya-ts
Notes added by 'git notes add'
+1
−0
03:10:11
algokit-lora
feat: add NFD support in forms
+409
−285
03:14:18
CryptoDeepTools
Update README.md
+9
−8
03:19:35
CryptoDeepTools
Update Gauss_Jacobi_Method_and_Tools_for_Extracting_Private_Key.ipynb
+3
−2
03:34:31
algokit-lora
fix: heavier header fonts
+1
−1
03:57:41
algo-voting
Update @typescript-eslint/parser requirement from ^8.11.0 to ^8.12.2
+1
−1
03:57:54
algo-voting
Update @typescript-eslint/eslint-plugin requirement
+1
−1
04:38:05
algokit-lora
chore: fix transaction graph vertical header position
+24
−6
04:45:01
algokit-lora
fix: ensures the dtClassName classes will take precedence.
+1
−1
04:50:02
algokit-lora
Merge pull request #304 from algorandfoundation/txn-builder-nfd
+433
−291
04:51:13
algokit-lora
Merge remote-tracking branch 'origin/main' into headers_font
+433
−291
04:57:17
CryptoDeepTools
Update README.md
+9
−9
05:02:29
CryptoDeepTools
Update Vector76_Attack.ipynb
+2
−2
05:20:43
devportal
DVP-122: Added Blockchain use cases Page
+109
−0
05:31:18
puya
chore: setting output sourcemaps flag to true
+1
−1
05:37:19
CryptoDeepTools
Update README.md
+4
−4
06:43:26
reti
fix(ui): update route IDs for non-nested validator routes
+14
−10
06:50:39
algokit-lora
fix: render both account and address ABI args the same
+34
−68
06:57:43
reti
chore: fix import order
+3
−3
07:11:41
reti
fix(vscode): remove auto-organize imports setting
+2
−3
08:18:56
tinyman-consensus-staking
rename to LAST_REWARD_RATE_PER_TIME_KEY and correct set_reward_rate calculation
+13
−12
08:30:19
devportal
Added documentation for avm debugger
+460
−61
09:10:30
puya
3.5.0
+19
−1
09:21:03
algokit-avm-vscode-debugger
Notes added by 'git notes add'
+1
−1
09:29:27
algorand-typescript-testing
feat: using Uint8Array as backing store for all box values
+386
−135
09:41:30
puya-ts
feat: implement Box via context manager
+15
−11
09:41:30
puya-ts
chore: update algots package version
+2
−2
09:51:21
xbacked-sdk
update: oct 30
+1082
−3
10:14:52
tinyman-consensus-staking
use clawback in send_stalgo
+9
−7
10:15:24
tinyman-consensus-staking
recompile talgo_staking
+85
−82
10:44:21
devportal
Added documentation for costs and constraints
+138
−6
11:12:25
docs
fixed max tps
+2
−2
11:18:04
algokit-utils-ts
docs: document sourcemap logging with custom event handlers for browser based scenarios (#335)
+23
−5
11:27:24
devportal
Fixed lint errors
+68
−34
11:52:57
devportal
Fixed lint errors
+69
−70
11:54:47
devportal
Fixed lint errors
+45
−31
11:56:41
devportal
Fixed lint errors
+37
−22
12:04:05
algokit-avm-vscode-debugger
Notes added by 'git notes add'
+0
−0
12:08:11
docs
Adding dispatch for auto update
+35
−0
12:16:45
tealish
Fix for updated Sphinx version
+4
−0
12:23:41
algokit-lora
Merge pull request #307 from algorandfoundation/headers_font
+1
−1
12:34:46
fnet-algod-docker
auto update image if needed
+79
−12
13:28:53
nodekit
feat: augment border with controls. split controls and navigation
+166
−103
13:28:53
nodekit
feat: augment border with controls. split controls and navigation
+166
−103
13:33:30
fnet-algod-docker
run.sh minor styling fix
+1
−1
14:04:18
docs
Merge pull request #1274 from algorandfoundation/workflow-dispatch
+35
−0
14:11:14
fnet-algod-docker
migrate vulnerable KMD
+103
−9
14:11:14
fnet-algod-docker
goal.sh remove tty flag from docker exec
+1
−8
14:11:14
fnet-algod-docker
PATH fix for MacOS
+3
−0
14:11:44
fnet-algod-docker
fix shell.sh, add get/tail node log scripts, run.sh small fix
+8
−4
14:11:52
fnet-algod-docker
message
+36
−5
14:14:03
fnet-algod-docker
merge
+139
−10
14:14:38
fnet-algod-docker
remove template KMD
+0
−31
14:24:51
fnet-algod-docker
use GOAL_CMD
+7
−9
14:35:33
nodekit
feat: modal
+74
−11
14:35:33
nodekit
feat: modal
+74
−11
14:40:04
fnet-algod-docker
Update README wording, clarify entry point
+16
−6
14:52:35
devportal
Fixed lint errors
+1
−1
14:59:34
tatum-js
UTXO signing secret deduplication
+4
−4
15:06:12
nodekit
Merge pull request #19 from algorandfoundation/fix/fixup-demo
+415
−309
15:06:12
nodekit
Merge pull request #19 from algorandfoundation/fix/fixup-demo
+415
−309
15:09:05
tatum-js
UTXO signing secret deduplication adjustments
+6
−6
15:10:59
algokit-lora
chore: use nfd in transaction forms if activate account has one
+146
−107
15:14:19
a-day-in-my-bobalife
chore: log greeting (2024-10-30)
+1
−0
15:16:16
fnet-algod-docker
Merge pull request #7 from algorandfoundation/kmd-fix
+215
−52
15:17:34
docs
Merge pull request #1270 from nullun/update-reviewers
+1
−1
15:25:54
tatum-js
UTXO signing secret deduplication adjustments 2
+14
−16
15:26:09
algokit-lora
Merge pull request #308 from algorandfoundation/nfd-tweaks
+179
−174
15:29:46
tatum-js
UTXO signing secret deduplication (#1135)
+18
−20
15:34:21
docs
[create-pull-request] automated change
+6
−4
15:39:13
fnet-algod-docker
Merge pull request #5 from algorandfoundation/fix/README-clarify-entry-point
+20
−6
15:41:13
docs
Merge pull request #1275 from algorandfoundation/automatic-pr-go-algorand-v3.26.0-stable-indexer-3.6.0
+6
−4
15:49:25
docs
Merge pull request #1273 from Asthay97/fix/tps
+2
−2
15:53:25
fnet-algod-docker
Fix update checker, trailing \r\n vs \n was breaking the check when we
+9
−9
15:57:12
fnet-algod-docker
Merge pull request #8 from algorandfoundation/fix-image-updates
+9
−9
15:58:16
nodekit
fix: responsiveness with qr code, remove controls
+67
−166
15:58:16
nodekit
fix: responsiveness with qr code, remove controls
+67
−166
16:06:36
reti
Merge pull request #323 from algorandfoundation/fix/ui-routetree-non-nested-routes
+11
−7
16:07:17
reti
Merge pull request #324 from algorandfoundation/fix/remove-auto-organize-imports-setting
+2
−3
16:34:16
algokit-utils-ts
docs: Tweaks to examples
+38
−79
17:10:30
puya-ts
chore: update algots package version
+2
−2
17:10:30
puya-ts
feat: implement Box via context manager
+15
−11
17:14:22
puya-ts
Notes added by 'git notes add'
+1
−0
17:59:30
nodekit
Merge branch 'main' into feat/prompt-for-destructive
+455
−333
17:59:30
nodekit
Merge branch 'main' into feat/prompt-for-destructive
+455
−333
18:16:37
go-algorand
add TestOnlineAccountsCacheSizeBiggerThanStateProofTopVoters
+9
−0
18:51:05
algokit-cli
docs: adding extra troubleshooting case; extra prereq for winget installation
+5
−3
18:54:53
algokit-cli
docs: adding extra troubleshooting case; extra prereq for winget installation (#591)
+5
−3
19:07:01
ARCs
fix mutable testnet deploy script
+4
−1
19:08:31
go-algorand
incentives: cache top online accounts and use when building AbsentParticipationAccounts (#6085)
+624
−214
19:17:59
go-algorand
Heartbeat service fixes and test
+359
−16
19:26:34
puya
refactor: Use StringConstant node for constant arc4 string values
+17948
−28548
19:32:09
go-algorand
only populate resources when there's no error
+2
−1
20:11:20
puya
refactor: Use BoolConstant for constant arc4 boolean values
+59
−58
20:24:42
wen-tools
Update SimpleSendTool.jsx
+5
−0
21:19:19
puya
chore: Update lib awst
+17
−2
21:33:08
algokit-avm-vscode-debugger
fix: simplifying logic for custom commands; fixing edge cases when empty picker is presented
+36
−33
21:36:23
docs
GH App permissions seem to be broken
+1
−7
21:38:38
docs
Merge pull request #1277 from algorandfoundation/gh-app-to-classic
+1
−7
21:41:35
docs
Merge pull request #1276 from algorandfoundation/staging
+38
−7
21:51:39
algokit-avm-vscode-debugger
docs: refreshing documentation; including extra docs for available vscode settings
+59
−17
22:19:57
algokit-lora
Fixed broken pages tests due to useTitle hook
+28
−4
22:20:33
tinyman-consensus-staking
Update event signatures
+11
−11
22:22:00
tinyman-consensus-staking
Increase precision of rate
+1
−1
22:23:18
tinyman-consensus-staking
Refactor reward calculations to calculate protocol talgo after the rate update from rewards
+15
−10
22:24:24
tinyman-consensus-staking
Tests improvements for events & mint/burn/rewards calculations
+231
−39
22:40:12
puya
feat(Internal): Further improve deserialization error messages by logging details of any PuyaError contained in the aggregate exception
+11
−0
23:35:11
algostreamer
v3
+421
−2870
23:40:13
algokit-utils-ts-debug
fix: filename generation and match timestamp format on utils-py
+94
−16
23:50:33
algostreamer
stdout
+46
−105
23:59:47
algostreamer
fix TXID
+2
−0