Home Reports Nov 4, 2024
Monday, November 4, 2024
- Commits
- 64
- pushed this day
- Repositories
- 20
- with activity
- Contributors
- 18
- distinct authors
- Lines changed
- +54,573 −34,017
- additions / deletions
Monday, November 4, 2024
64 commits were pushed across 20 repos by 18 authors. There were 54,573 additions and 34,017 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
20 repositories- go-algorand 3 commits
- community 1 commit
- algokit-cli 1 commit
- algokit-client-generator-ts 1 commit
- algokit-lora 5 commits
- algokit-python-template 1 commit
- algokit-utils-py 1 commit
- algokit-utils-ts 1 commit
- algokit-utils-ts-debug 1 commit
- algorand-typescript-testing 2 commits
- devportal-code-examples 4 commits
- nodekit 12 commits
- puya 11 commits
- puya-ts 3 commits
- solidity-land-registry 1 commit
- wen-tools 1 commit
- a-day-in-my-bobalife 3 commits
- subtopia-js-sdk 5 commits
- tinyman-consensus-staking 5 commits
- xbacked-sdk 2 commits
Commit Log
64 commits · 20 repositories
00:51:15
algokit-lora
chore: fix error messages
+6
−6
01:00:20
go-algorand
Build 2159 Data
+1
−1
01:47:19
puya
test: include *.puya.map in hello_world O2 test case to reveal missing path normalization
+84
−0
03:13:07
puya
fix: ensure paths are normalised in Puya source maps
+16
−15
04:56:50
algokit-utils-ts-debug
chore(deps): bump the all group across 1 directory with 6 updates
+110
−104
05:03:06
algokit-utils-ts
feat: add support for cloning an app client
+225
−104
07:11:36
algokit-lora
Merge pull request #314 from algorandfoundation/edit-app-interface
+911
−77
07:30:56
algokit-lora
chore: merge main into branch
+1817
−599
08:30:01
puya
test: include *.puya.map in hello_world O2 test case to reveal missing path normalization
+84
−0
08:30:01
puya
fix: ensure paths are normalised in Puya source maps
+16
−15
08:30:44
solidity-land-registry
npm: bump @types/chai from 4.3.20 to 5.0.1
+1
−1
08:33:31
puya
3.6.0
+7
−1
08:33:42
puya
fix: raise an error when attempting to modify immutable arrays such as `algopy.arc4.Address`
+121
−122
08:33:42
puya
fix: raise an error when attempting to iterate a tuple of mutable values
+98
−6
08:33:42
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
08:33:42
puya
feat: allow variable rebinding of mutable parameter values
+11750
−2177
08:33:42
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
08:33:42
puya
fix: use read location for variable source locations, rather than where the variable was last defined
+74
−253
08:46:12
algorand-typescript-testing
Merge pull request #8 from algorandfoundation/feat-box
+1452
−63
08:49:49
algorand-typescript-testing
Notes added by 'git notes add'
+1
−0
09:36:39
algokit-cli
chore(deps): bump the all group across 1 directory with 10 updates
+131
−119
10:01:49
puya-ts
feat: support calling bitwiseAnd, bitwiseOr, and bitwiseXor methods of bytes type
+63
−0
10:03:01
puya-ts
chore: update default message of err op code to be consistent with python version
+2
−2
10:04:46
puya-ts
feat: allow construction of bytes from biguint to be orthogonal to biguint being constructed from bytes
+3
−1
10:59:01
go-algorand
Added basic test to verify available content types
+19
−0
11:56:05
algokit-lora
fix: correct validation of key reg transaction
+4
−3
12:25:19
algokit-lora
Merge pull request #315 from algorandfoundation/fix-key-registration
+4
−3
12:44:34
community
Commit from GitHub Actions (Community Interest Tracker)
+1
−1
13:18:13
algokit-client-generator-ts
fix: get build passing
+28083
−28326
15:14:31
a-day-in-my-bobalife
chore: log greeting (2024-11-04)
+2
−0
15:49:33
devportal-code-examples
added uintN example.
+238
−9
15:55:26
devportal-code-examples
added biguintN example.
+215
−9
16:16:53
algokit-utils-py
feat: TransactionComposer & AppManager implementation; various ongoing refactoring efforts (#120)
+2328
−592
16:46:56
devportal-code-examples
added bytes examples.
+1151
−10
16:56:14
devportal-code-examples
added tuples examples.
+719
−0
17:06:45
algokit-python-template
chore(deps): bump the all group across 1 directory with 3 updates
+60
−53
17:15:28
a-day-in-my-bobalife
chore: v2024.44.0 (release)
+19
−0
17:15:29
a-day-in-my-bobalife
Notes added by 'git notes add'
+1
−0
17:48:39
tinyman-consensus-staking
update TAlgoStakingAppGlobalState
+12
−11
17:49:09
tinyman-consensus-staking
add imitate_update_state
+20
−2
17:52:33
tinyman-consensus-staking
update update_state
+2
−2
18:02:27
tinyman-consensus-staking
fix update_state and apply_rate_change
+10
−7
18:04:12
go-algorand
Merge remote-tracking branch 'upstream/feature/heartbeats'
+624
−214
18:09:05
tinyman-consensus-staking
update tests
+54
−2
18:24:23
subtopia-js-sdk
chore(deps): update all non-major dependencies
+294
−271
18:43:56
nodekit
fix: RX/TX display
+30
−4
18:43:56
nodekit
fix: RX/TX display
+30
−4
18:56:10
xbacked-sdk
update: nov 4
+1078
−1
19:43:19
wen-tools
Update utils.js
+1
−0
19:44:27
nodekit
fix: configuration override order
+68
−14
19:44:27
nodekit
fix: configuration override order
+68
−14
20:01:40
nodekit
feat: handle invalid configuration and token gracefully
+14
−1
20:01:40
nodekit
feat: handle invalid configuration and token gracefully
+14
−1
20:26:51
nodekit
test: fix test state
+2
−0
20:26:51
nodekit
test: fix test state
+2
−0
20:29:23
nodekit
feat: disable ui elements while syncing
+32
−16
20:29:23
nodekit
feat: disable ui elements while syncing
+32
−16
21:02:41
nodekit
feat: skip account loading on syncing
+33
−20
21:02:41
nodekit
feat: skip account loading on syncing
+33
−20
21:10:02
xbacked-sdk
Merge remote-tracking branch 'origin/main' into internal/add-data
+168
−69
23:00:03
subtopia-js-sdk
chore(deps): update all non-major dependencies
+294
−271
23:02:23
subtopia-js-sdk
chore(release): 2.0.3-beta.4 [skip ci]
+5
−3
23:02:25
subtopia-js-sdk
Notes added by 'git notes add'
+1
−0
23:03:06
subtopia-js-sdk
chore(deps): update dependency algosdk to v3
+2
−2