Home Reports Oct 23, 2024
Wednesday, October 23, 2024
- Commits
- 101
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 24
- distinct authors
- Lines changed
- +919,321 −290,471
- additions / deletions
Wednesday, October 23, 2024
101 commits were pushed across 20 repos by 24 authors. There were 919,321 additions and 290,471 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- algourl 3 commits
- go-algorand 14 commits
- indexer 3 commits
- algokit-lora 2 commits
- algokit-python-template 2 commits
- algokit-utils-py 1 commit
- algokit-utils-ts 9 commits
- ARCs 4 commits
- docs 1 commit
- nodekit 12 commits
- puya 9 commits
- reti 11 commits
- TEALScript 17 commits
- CryptoDeepTools 1 commit
- a-day-in-my-bobalife 1 commit
- txnDuck 3 commits
- algo-voting 1 commit
- subql-stellar 3 commits
- tealish 2 commits
- tinyman-consensus-staking 2 commits
Commit Log
101 commits · 20 repositories
00:00:15
indexer
Validate account list sizes
+27
−1
01:00:30
go-algorand
FI from master
+276
−139
01:00:31
go-algorand
Build 2147 Data
+1
−1
01:08:09
indexer
Write better descriptions for query parameters
+437
−436
03:48:44
algo-voting
Update @vue/eslint-config-typescript requirement from ^14.1.1 to ^14.1.2
+1
−1
04:14:52
reti
feat(ui): Add Node Number display to staking details
+21
−1
04:31:23
puya
fix: Round trip serialization of names property on WTuple
+9
−1
04:31:23
puya
chore: Code cleanup
+17
−43
04:31:23
puya
feat: Named tuple support in contract to contract calls
+8238
−4843
04:31:23
puya
- create separate pytype for ARC4Tuple (in future probably want to do the same for structs)
+734
−869
04:31:23
puya
refactor: use FieldExpression instead of TupleItemExpression with a str index
+61
−58
04:31:23
puya
feat: Named tuples
+3411
−30
04:31:23
puya
chore: Lint fix
+1
−1
04:31:23
puya
refactor: use index to look up tuple names
+7
−7
04:55:18
reti
fix(ui): Add/Remove Stake wasn't specifying an empty signer for 'simulate' portion after conversion to new algokit clients - failing for pools requiring the user to opt-in to a reward token
+3
−3
04:55:56
reti
chore: v0.11.4
+3
−3
04:57:27
reti
chore(deps): update sethcohen/github-releases-to-discord action to v1.16.2
+1
−1
05:03:54
reti
Merge branch 'main' into dev
+1
−1
05:05:20
reti
Merge pull request #319 from TxnLab/dev
+27
−7
05:31:26
txnDuck
feat(txn_presets): add ability to "favorite" a preset
+209
−2
07:08:24
subql-stellar
Update @subql deps
+28
−12
08:04:56
subql-stellar
[release] Bump `@subql/common` dependency
+44
−16
08:45:12
algokit-python-template
fix: enforces poetry setting to prefer active python instance
+7
−0
08:46:18
nodekit
feat: adds QR code capability
+189
−10
08:46:18
nodekit
feat: adds QR code capability
+189
−10
08:51:47
go-algorand
Fix linter warnings
+9
−9
08:51:48
subql-stellar
[release] Bump `@subql/common` dependency (#90)
+44
−16
09:09:30
txnDuck
chore: upgrade dependencies
+292
−240
09:32:23
ARCs
make errorMessage optional, add optional teal and source to SourceInfo
+5
−1
09:46:38
go-algorand
Make GenerateProgramOfSize accessible to other packages
+56
−34
10:49:08
ARCs
teal string -> number
+1
−1
10:58:03
algokit-utils-ts
ARC56 logic errors without source map
+628
−25
11:01:30
TEALScript
feat: latest ARC56 will full source info
+222273
−2509
11:12:38
algokit-utils-ts
properly use SourceMap.getLineForPc if defined
+3
−2
11:22:18
algokit-utils-ts
properly use SourceMap.getLineForPc in ApplicationClient
+1
−1
11:24:31
algokit-utils-ts
generate docs
+195
−230
11:37:32
TEALScript
Merge pull request #553 from algorandfoundation/feat/include_full_source_info
+222273
−2509
11:53:08
tinyman-consensus-staking
wip - use logicsigs instead of inner txns for keyreg
+107
−57
11:53:29
algokit-utils-ts
refactor and add comments to getConstantBlockOffset
+126
−108
12:03:57
nodekit
feat: include account info generated client api
+489
−3
12:03:57
nodekit
feat: include account info generated client api
+489
−3
12:04:45
nodekit
feat: pass in state and client into transaction, to check network info and account status
+34
−23
12:04:45
nodekit
feat: pass in state and client into transaction, to check network info and account status
+34
−23
12:13:11
ARCs
expand cblocks reference
+79
−10
12:17:25
TEALScript
feat: only warn once on dynamic tmpl vars and improve error message
+4
−2
12:18:44
ARCs
fix typo
+1
−1
12:27:11
TEALScript
Merge pull request #554 from algorandfoundation/feat/dynamic_tmpl_warn
+4
−2
12:33:32
TEALScript
fix: improve internal error message for pc mapping
+10
−0
12:36:44
TEALScript
Merge pull request #555 from algorandfoundation/fix/pc_error_msg
+10
−0
12:40:42
go-algorand
Add unit test for lsig size
+64
−0
12:43:26
TEALScript
0.105.0
+592
−592
12:51:42
TEALScript
Merge pull request #558 from algorandfoundation/dev
+222879
−3103
12:56:02
algokit-utils-ts
refactor: rename AlgoKitComposer to TransactionComposer
+114
−112
12:58:02
tealish
Allow _ in literal int consts
+1
−1
12:58:40
tealish
Add Keyreg txn type
+1
−0
13:00:13
algokit-utils-py
refactor: preparing codebase for gradual feature parity sync with utils-ts
+3680
−3587
13:12:10
tinyman-consensus-staking
add structs.json
+49
−0
13:27:24
algokit-utils-ts
chore: update package json to cover `refactor` semantic commits
+53
−26
13:56:49
go-algorand
Add unit test for lsig arg size
+18
−0
14:25:05
algokit-lora
chore: wip - further refine the data load
+374
−344
14:48:59
algokit-utils-ts
refactor: Rename AlgoKitComposer to TransactionComposer (#334)
+166
−137
14:54:16
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
14:59:42
algokit-lora
chore: merge main into branch
+4134
−1814
15:00:32
go-algorand
fix: goal wallet rename should only work with a single directory
+29
−29
15:03:06
nodekit
refactor: calculate tps from tc every 5 blocks
+70
−57
15:03:06
nodekit
refactor: calculate tps from tc every 5 blocks
+70
−57
15:06:49
algokit-python-template
fix: enforces poetry setting to prefer active python instance (#76)
+7
−0
15:12:04
go-algorand
Merge pull request #3 from tasosbit/feat/goal-wallet-rename
+80
−0
15:13:00
go-algorand
build number
+1
−1
15:13:28
go-algorand
Merge pull request #5 from tasosbit/feat/add-goal-wallet-new-flag-nopasswd
+19
−10
15:14:14
a-day-in-my-bobalife
chore: log greeting (2024-10-23)
+1
−0
15:14:17
go-algorand
build number
+1
−1
16:39:48
CryptoDeepTools
Add files via upload
+35
−0
17:56:41
go-algorand
Fix typo in comments
+2
−2
19:03:47
go-algorand
DoubleLedger tests on heartbeat
+182
−4
19:17:20
algourl
chore: replace algonode with algorandfoudnation
+18
−22
19:18:40
algourl
fix: fix go.mod also
+1
−1
19:25:04
algourl
feat: separates encoded txn input
+9
−5
19:42:47
reti
chore: v0.11.5
+3
−3
19:43:21
reti
fix(nodemgr): shutdown was hanging if a gated validator wasn't being used
+7
−8
19:46:55
reti
chore: fix lint issue
+0
−1
19:50:52
nodekit
feat: working QR code generated
+57
−28
19:50:52
nodekit
feat: working QR code generated
+57
−28
19:51:51
reti
chore(deps): update vitest to v2.1.3
+71
−71
19:52:12
reti
chore(deps): lock file maintenance
+268
−257
19:58:39
nodekit
fix: return negation boolean
+1
−1
19:58:39
nodekit
fix: return negation boolean
+1
−1
20:16:04
TEALScript
fix: cblock ordering and intc/bytec optimization
+73769
−88596
20:34:54
puya
3.4.0
+13
−1
20:37:42
docs
Merge pull request #1271 from iskysun96/dappflowToLora
+262
−125
20:38:46
go-algorand
Merge remote-tracking branch 'upstream/master' into pool-max-logicSig-size
+1718
−660
20:39:43
txnDuck
chore: upgrade to Next.js 15
+561
−352
20:40:32
TEALScript
add snapshot tests for program size
+120
−13
20:50:26
TEALScript
add estimatedProgramSize
+11
−18
20:57:27
TEALScript
fix web test
+3
−2
21:00:34
TEALScript
Merge pull request #559 from algorandfoundation/fix/cblock_optimization
+73885
−88611
21:04:42
TEALScript
fix: fixes error when mapping an ARC56 cblock PC on an empty/comment line (fixes #557)
+2
−7
21:08:55
TEALScript
Merge pull request #560 from algorandfoundation/fix/undefined_pcs_bug
+2
−7
21:11:58
TEALScript
0.105.1
+592
−592
21:17:41
TEALScript
Merge pull request #561 from algorandfoundation/dev
+74097
−88828
22:56:01
indexer
Fix error in SQL query
+61
−51