Home Reports Nov 7, 2024
Thursday, November 7, 2024
- Commits
- 80
- pushed this day
- Repositories
- 21
- with activity
- Contributors
- 23
- distinct authors
- Lines changed
- +165,192 −103,911
- additions / deletions
Thursday, November 7, 2024
80 commits were pushed across 21 repos by 23 authors. There were 165,192 additions and 103,911 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
21 repositories- ff-py-sdk 1 commit
- go-algorand 1 commit
- go-algorand-sdk 1 commit
- algokit-client-generator-ts 3 commits
- algokit-lora 9 commits
- algokit-utils-py 2 commits
- algokit-utils-ts 7 commits
- algorand-typescript-testing 1 commit
- ARCs 4 commits
- devportal 5 commits
- puya 22 commits
- puya-ts 2 commits
- reti 3 commits
- specs 1 commit
- no-loss-lottery 2 commits
- a-day-in-my-bobalife 1 commit
- algorand-go-mobile-sdk 1 commit
- algo-voting 1 commit
- tinyman-consensus-staking 10 commits
- tinyman-js-sdk 2 commits
- xbacked-sdk 1 commit
Commit Log
80 commits · 21 repositories
01:00:25
go-algorand
Build 2162 Data
+1
−1
01:48:24
algokit-lora
chore: always show wallet connect button
+3
−3
02:03:56
algokit-utils-ts
feat: add support for abi methods calls as default values (#339)
+205
−182
02:07:06
puya-ts
fix: avoid hardcoding op codes
+2
−4
02:08:48
algokit-lora
Updated tests
+48
−27
02:09:04
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
02:26:08
puya-ts
fix: undo change to BytesCompat type as it is incorrect and unnecessary
+1
−2
02:52:51
algokit-lora
chore: poc of fixing test
+17
−29
02:54:56
algokit-lora
Merge pull request #324 from algorandfoundation/show-connect
+3
−3
03:40:38
algokit-lora
Merge branch 'main' into tauri-v2
+24359
−5484
03:59:55
algo-voting
Update @typescript-eslint/parser requirement from ^8.11.0 to ^8.13.0
+1
−1
04:09:54
algokit-lora
chore: poc of fixing test
+16
−30
04:14:08
reti
feat(ui): add preview deployment workflow with Coolify
+91
−0
04:24:29
algorand-typescript-testing
fix: runtime-helper does not truly handles augmented assignment so strip `=` sign from operator before calling it
+2
−43
04:44:34
algokit-client-generator-ts
chore: update arc56 JSON schema to reflect required fields
+164
−18
05:01:32
reti
refactor(ui): switch preview deployment from ghcr to Docker Hub
+4
−9
05:18:47
puya
refactor: use BytesAugmentedAssignment for arc4.String
+27
−22
05:25:48
ff-py-sdk
Merge pull request #2 from aleve99/main
+8
−0
05:48:55
puya
refactor: address review feedback
+8
−2
05:48:55
puya
refactor: use BytesAugmentedAssignment for arc4.String
+27
−22
05:48:55
puya
fix: passing a mutable value more than once to a subroutine will now raise an error as allowing it would break semantic compatability
+26
−0
05:48:55
puya
fix: raise an error when attempting to modify immutable arrays such as `algopy.arc4.Address`
+121
−122
05:48:55
puya
fix: use read location for variable source locations, rather than where the variable was last defined
+74
−253
05:48:55
puya
fix: raise an error when attempting to iterate a tuple of mutable values
+98
−6
05:48:55
puya
fix: correctly determine if an `algopy.arc4.Struct` sub-class is immutable or not based on `frozen` class parameter and immutability of fields
+1807
−380
05:48:55
puya
feat: allow variable rebinding of mutable parameter values
+11750
−2177
05:56:27
reti
chore: update tealscript, algokit-utils, algokit-client-generator to latest versions (including betas)
+68112
−69226
05:57:08
algokit-utils-ts
chore: fix some typos in the ARC56 types
+7
−7
06:20:41
puya
fix: improve error message when a self parameter is missing from a method declaration
+1
−1
06:23:21
puya
support empty tuples
+77
−14
06:23:33
puya
fix PyTypes handling of inheritance
+672
−590
06:35:28
puya
fix PyTypes handling of inheritance
+672
−590
06:35:28
puya
support empty tuples
+77
−14
06:35:28
puya
fix: improve error message when a self parameter is missing from a method declaration
+1
−1
07:37:46
algokit-client-generator-ts
Merge pull request #131 from algorandfoundation/arc56
+180
−36
07:42:38
algokit-client-generator-ts
Notes added by 'git notes add'
+1
−0
07:43:09
puya
doc: update documentation regarding nested tuples, named tuples and immutability options
+48
−7
07:44:04
puya
doc: remove note about --match-algod-bytecode
+0
−8
07:44:04
puya
doc: consolidate existing documentation on calling other applications
+143
−163
07:54:08
puya
doc: consolidate existing documentation on calling other applications
+143
−163
07:54:08
puya
doc: remove note about --match-algod-bytecode
+0
−8
07:54:08
puya
doc: update documentation regarding nested tuples, named tuples and immutability options
+48
−7
09:45:57
tinyman-js-sdk
fix(tiny-power): Get totalTinyPower value as optional, if not provided read it from the global state
+4
−4
10:41:46
algorand-go-mobile-sdk
Merge pull request #1 from perawallet/fix-arc59-implementation
+202
−220
11:11:48
tinyman-consensus-staking
fix staked_amount check in increase_stake
+1
−1
11:13:09
tinyman-consensus-staking
remove update_state_event
+1
−10
11:13:40
tinyman-consensus-staking
add TAlgoStakingAppGlobalState.to_globalstate method
+12
−0
11:14:27
tinyman-consensus-staking
add increase_stake and update_state tests
+475
−1
11:15:10
tinyman-consensus-staking
update TalgoStakingBaseTestCase
+25
−2
11:15:42
tinyman-consensus-staking
update TAlgoStakingClient.increase_stake additional fee
+1
−1
11:27:26
tinyman-js-sdk
Merge branch 'fix/tiny-1690-update-cache-correctly' into feat/liquid-stake-sdk
+165
−183
12:14:33
ARCs
Update: Upgrade and simplification as well as including support for AidTech method
+87
−253
12:35:12
ARCs
Update missed formatting
+399
−400
12:38:41
ARCs
Update: Simplification
+5
−21
12:43:57
ARCs
Update
+7
−7
13:50:17
algokit-lora
chore: update lock and add mock back in
+12
−25
13:56:07
algokit-lora
chore: fix snapshots
+0
−8
14:24:45
tinyman-consensus-staking
move state logging to public methods
+27
−5
14:31:34
tinyman-consensus-staking
rename update_state to update_state_internal and call in new update_state public method
+17
−6
14:43:03
tinyman-consensus-staking
update TAlgoStakingClient.update_state
+2
−2
14:47:59
no-loss-lottery
Initial commit
+153
−0
14:58:25
no-loss-lottery
initial ripping out of old IRPc code complete
+8347
−0
15:08:08
tinyman-consensus-staking
fix update_state
+2
−0
15:14:08
a-day-in-my-bobalife
chore: log greeting (2024-11-07)
+1
−0
15:33:08
algokit-utils-ts
Merge branch 'main' into feat/addr_string
+28168
−7516
15:41:56
algokit-lora
Added note to remove tauri-deep-link file in the future
+5
−0
15:51:42
go-algorand-sdk
Add EnableLogicSigSizePooling to consensus vFuture (#659)
+6
−0
16:10:43
algokit-utils-ts
fix same account test
+3
−6
16:14:41
devportal
DVP-195 Update navigation structure
+785
−1072
16:35:14
algokit-utils-ts
fix multisigs
+19
−2
16:35:33
algokit-utils-ts
typedoc
+63
−53
17:59:17
devportal
Merge branch 'main' into chore/update-sidebar-nav
+1265
−650
18:03:52
devportal
DVP-195 Update portal structure
+103
−5
19:07:41
devportal
Updated portal structure
+19
−6
19:10:18
devportal
Merge pull request #101 from algorandfoundation/chore/update-sidebar-nav
+893
−1081
19:22:15
puya
refactor: PR feedback
+12607
−12595
20:54:08
specs
Add logicsig size pooling in transaction groups
+17
−9
22:23:10
xbacked-sdk
update: nov 7
+1134
−0
23:33:35
algokit-utils-py
chore: bump ruff
+55
−53
23:34:09
algokit-utils-py
chore: wip; arc32 to arc56 converter
+1059
−59