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

November 2024

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 17

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 repositories

Commit Log

69 commits · 12 repositories

00:06:14 devportal-code-examples - added control flow code examples +3055 −0
00:33:26 nodekit PhearZero build(docker): change order of clerk call +1 −2
00:33:26 nodekit PhearZero build(docker): change order of clerk call +1 −2
00:38:14 nodekit PhearZero build(docker): remove funding for now +1 −2
00:38:14 nodekit PhearZero 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 agodnic Remove decodeAddress / decodeAddressToBytes +73 −70
01:39:24 indexer agodnic Attempt at fixing broken test +1 −1
01:48:35 algokit-lora neilcampbell Merge pull request #346 from algorandfoundation/claw-tweak +1 −1
04:21:40 algokit-utils-ts neilcampbell fix: handle a voteFirst value of 0 +28 −23
06:44:40 algokit-utils-ts neilcampbell feat: add support for offline key registration +165 −45
06:50:19 algokit-utils-ts neilcampbell Merge pull request #342 from algorandfoundation/v7-migration +555 −205
06:57:42 algokit-utils-ts semantic-release-bot Notes added by 'git notes add' +1 −0
07:02:53 algokit-lora neilcampbell fix: handle 0 voteFirst value in keyreg +46 −38
08:15:03 algokit-lora neilcampbell chore: remove get.peek within an async context as they can prevent promises resolving +5 −5
08:51:29 tinyman-consensus-staking etzellux remove MAX_RATE_INCREMENT_PERCENTAGE from talgo_staking +269 −271
08:54:18 algokit-lora neilcampbell fix: handle the radix errors logged to console +65 −23
08:54:34 tinyman-consensus-staking etzellux fix tests.constants +2 −2
08:55:59 tinyman-consensus-staking etzellux fix sdk.constants +0 −1
09:07:17 algokit-lora neilcampbell Merge pull request #349 from algorandfoundation/fix-keyreg +116 −66
09:29:48 tinyman-consensus-staking fergalwalsh Merge remote-tracking branch 'origin/remove-unused-const' +2 −3
09:45:17 tinyman-consensus-staking fergalwalsh Update test balances for compat with newer algojig +8 −8
09:45:35 tinyman-consensus-staking fergalwalsh Audit reports +0 −0
10:26:48 hashi ehanoc README UPDATE +63 −1
11:36:11 tinyman-consensus-staking fergalwalsh Docs +0 −0
11:37:54 tinyman-consensus-staking fergalwalsh Update README +66 −0
11:46:30 tinyman-consensus-staking fergalwalsh Update README +10 −9
12:06:31 indexer agodnic Change function `hdrRowToBlock` signature +39 −39
12:48:37 algokit-utils-py aorumbayev chore: wip +919 −80
13:27:21 algokit-utils-py aorumbayev chore: wip +43 −26
13:41:17 ARCs cusma doc: update algod api response +2 −2
14:37:09 reti urtho feat(ui): optional extra footer item +20 −0
15:15:12 a-day-in-my-bobalife michaeltchuang chore: log greeting (2024-11-22) +1 −0
15:20:26 tinyman-consensus-staking fergalwalsh Add audit report +0 −0
17:06:54 ARCs SudoWeezy last call 32-56 +15 −13
17:08:52 ARCs SudoWeezy fix Wording +4 −4
17:12:49 ARCs SudoWeezy Merge branch 'main' into extended_app_description +100683 −466
17:17:51 ARCs SudoWeezy Merge pull request #258 from joe-p/extended_app_description +517 −0
17:18:09 ARCs SudoWeezy Merge branch 'main' into pr/315 +856 −3
17:19:10 ARCs SudoWeezy Last call +5 −4
17:19:59 ARCs SudoWeezy Merge pull request #322 from joe-p/fix/arc59_receiverAlgoNeededForClaim +5204 −3635
18:37:38 go-algorand jannotti Bump LastHeartbeat if account receives a lot of money +92 −6
18:50:06 reti urtho fix(ui): remove obsolete footer link +1 −9
19:40:32 reti drichar Merge branch 'main' into dev +5 −0
20:07:44 reti pbennett Merge pull request #327 from AlgoNode/nodely/footer-item-env +21 −9
20:45:24 go-algorand jannotti 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 iskysun96 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 CiottiGiorgio 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 CiottiGiorgio 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 CiottiGiorgio add return tuple example. +148 −32
23:38:50 devportal-code-examples CiottiGiorgio added uintN example. +238 −9
23:38:50 devportal-code-examples CiottiGiorgio add native dynamic bytes example. +5 −0
23:38:50 devportal-code-examples CiottiGiorgio added tuples examples. +719 −0
23:38:50 devportal-code-examples CiottiGiorgio added bytes examples. +1151 −10
23:40:47 devportal-code-examples - minor tuple example change +7 −6
23:40:47 devportal-code-examples CiottiGiorgio 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