Home Reports Nov 22, 2024
Friday, November 22, 2024
- Commits
- 69
- pushed this day
- Repositories
- 12
- with activity
- Contributors
- 18
- distinct authors
- Lines changed
- +128,451 −11,532
- additions / deletions
Friday, November 22, 2024
69 commits were pushed across 12 repos by 18 authors. There were 128,451 additions and 11,532 deletions.
Stay up to date with the latest insights and developments on AlgoScan
Updated repos
12 repositoriesCommit Log
69 commits · 12 repositories
00:06:14
devportal-code-examples
added control flow code examples
+3055
−0
00:33:26
nodekit
build(docker): change order of clerk call
+1
−2
00:33:26
nodekit
build(docker): change order of clerk call
+1
−2
00:38:14
nodekit
build(docker): remove funding for now
+1
−2
00:38:14
nodekit
build(docker): remove funding for now
+1
−2
01:00:24
go-algorand
FI from master
+9
−7
01:00:25
go-algorand
Build 2178 Data
+1
−1
01:20:46
indexer
Remove decodeAddress / decodeAddressToBytes
+73
−70
01:39:24
indexer
Attempt at fixing broken test
+1
−1
01:48:35
algokit-lora
Merge pull request #346 from algorandfoundation/claw-tweak
+1
−1
04:21:40
algokit-utils-ts
fix: handle a voteFirst value of 0
+28
−23
06:44:40
algokit-utils-ts
feat: add support for offline key registration
+165
−45
06:50:19
algokit-utils-ts
Merge pull request #342 from algorandfoundation/v7-migration
+555
−205
06:57:42
algokit-utils-ts
Notes added by 'git notes add'
+1
−0
07:02:53
algokit-lora
fix: handle 0 voteFirst value in keyreg
+46
−38
08:15:03
algokit-lora
chore: remove get.peek within an async context as they can prevent promises resolving
+5
−5
08:51:29
tinyman-consensus-staking
remove MAX_RATE_INCREMENT_PERCENTAGE from talgo_staking
+269
−271
08:54:18
algokit-lora
fix: handle the radix errors logged to console
+65
−23
08:54:34
tinyman-consensus-staking
fix tests.constants
+2
−2
08:55:59
tinyman-consensus-staking
fix sdk.constants
+0
−1
09:07:17
algokit-lora
Merge pull request #349 from algorandfoundation/fix-keyreg
+116
−66
09:29:48
tinyman-consensus-staking
Merge remote-tracking branch 'origin/remove-unused-const'
+2
−3
09:45:17
tinyman-consensus-staking
Update test balances for compat with newer algojig
+8
−8
09:45:35
tinyman-consensus-staking
Audit reports
+0
−0
10:26:48
hashi
README UPDATE
+63
−1
11:36:11
tinyman-consensus-staking
Docs
+0
−0
11:37:54
tinyman-consensus-staking
Update README
+66
−0
11:46:30
tinyman-consensus-staking
Update README
+10
−9
12:06:31
indexer
Change function `hdrRowToBlock` signature
+39
−39
12:48:37
algokit-utils-py
chore: wip
+919
−80
13:27:21
algokit-utils-py
chore: wip
+43
−26
13:41:17
ARCs
doc: update algod api response
+2
−2
14:37:09
reti
feat(ui): optional extra footer item
+20
−0
15:15:12
a-day-in-my-bobalife
chore: log greeting (2024-11-22)
+1
−0
15:20:26
tinyman-consensus-staking
Add audit report
+0
−0
17:06:54
ARCs
last call 32-56
+15
−13
17:08:52
ARCs
fix Wording
+4
−4
17:12:49
ARCs
Merge branch 'main' into extended_app_description
+100683
−466
17:17:51
ARCs
Merge pull request #258 from joe-p/extended_app_description
+517
−0
17:18:09
ARCs
Merge branch 'main' into pr/315
+856
−3
17:19:10
ARCs
Last call
+5
−4
17:19:59
ARCs
Merge pull request #322 from joe-p/fix/arc59_receiverAlgoNeededForClaim
+5204
−3635
18:37:38
go-algorand
Bump LastHeartbeat if account receives a lot of money
+92
−6
18:50:06
reti
fix(ui): remove obsolete footer link
+1
−9
19:40:32
reti
Merge branch 'main' into dev
+5
−0
20:07:44
reti
Merge pull request #327 from AlgoNode/nodely/footer-item-env
+21
−9
20:45:24
go-algorand
Update data/transactions/logic/assembler.go
+1
−1
22:00:42
devportal-code-examples
chore: simplified while loop example
+62
−70
23:01:29
devportal-code-examples
chore: minor fixes
+22
−26
23:31:47
devportal-code-examples
Merge pull request #5 from algorandfoundation/control-flow
+3043
−0
23:38:50
devportal-code-examples
chore: minor updates to arc4 examples
+184
−46
23:38:50
devportal-code-examples
added biguintN example.
+215
−9
23:38:50
devportal-code-examples
examples added. test wip
+2481
−47
23:38:50
devportal-code-examples
finish integration test
+68
−35
23:38:50
devportal-code-examples
update dynamicArray, tuple
+189
−123
23:38:50
devportal-code-examples
fix linting.
+33
−17
23:38:50
devportal-code-examples
initial commit to set up arc4 types examples
+658
−0
23:38:50
devportal-code-examples
add return tuple example.
+148
−32
23:38:50
devportal-code-examples
added uintN example.
+238
−9
23:38:50
devportal-code-examples
add native dynamic bytes example.
+5
−0
23:38:50
devportal-code-examples
added tuples examples.
+719
−0
23:38:50
devportal-code-examples
added bytes examples.
+1151
−10
23:40:47
devportal-code-examples
minor tuple example change
+7
−6
23:40:47
devportal-code-examples
add more dynamic bytes examples.
+54
−2
23:40:47
devportal-code-examples
chore: linting fix
+17
−6
23:40:47
devportal-code-examples
change method names, dynamic array, tuple, lint
+6106
−32
23:40:47
devportal-code-examples
update todo
+11
−11
23:40:47
devportal-code-examples
chore: add dev portal import comments, update test
+34
−807
23:40:47
devportal-code-examples
added transaction type examples
+33
−5159