Home / Reports / Sep 10, 2024

Explore daily commit reports from the Algorand ecosystem. Stay updated with the latest code changes, repository activity, and developer contributions, refreshed every day.

Sep 9, 2024 Arrow Back Arrow Forward Sep 11, 2024
M
T
W
T
F
S
S
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6

Tuesday, September 10, 2024

112 commits were pushed across 22 repos by 23 authors. There were 154,447 additions and 123,147 deletions.

Stay up to date with the latest insights and developments on AlgoScan

Authors

Updated Repos

...

Commit Log

nzerolk 00:01:30 Fixed project indentation (arcpay-sdk)
PatrickDinh 00:37:43 rename the file back to ts (algokit-lora)
PatrickDinh 00:38:30 more revert (algokit-lora)
- 01:00:29 Build 2102 Data (go-algorand)
- 01:00:29 FI from master (go-algorand)
PhearZero 01:37:37 docs: fix build error (liquid-auth)
PhearZero 01:41:14 docs: dockerized documentation (liquid-auth)
PhearZero 02:21:29 docs: improve lighthouse scores (liquid-auth)
achidlow 02:46:37 remove reference to mypy error class in puya exception handling (puya)
achidlow 02:58:56 comment wording (puya)
achidlow 03:09:11 remove reference to mypy error class in puya exception handling (puya)
achidlow 03:09:11 comment wording (puya)
No-Cash-7970 03:14:24 fix(app): force the connect-wallet dialog scrollbars to be within the dialog (txnDuck)
dependabot[… 03:27:13 Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.5.0 (algo-voting)
achidlow 03:37:46 remove unused functions (puya)
achidlow 03:37:47 fix MIR writer alignment bug (puya)
nzerolk 03:45:48 Cleaned up interfaces (arcpay-sdk)
nzerolk 03:46:38 Get fee contract id from app contract global state (arcpay-sdk)
nzerolk 03:47:48 Real time listing status update and close button for auctions (arcpay-sdk)
nzerolk 03:47:55 Merge remote-tracking branch 'origin/main' (arcpay-sdk)
nzerolk 03:48:16 Merge branch 'Frostbits-Solutions:main' into main (arcpay-sdk)
nzerolk 03:48:50 Merge pull request #24 from nzerolk/main (arcpay-sdk)
PatrickDinh 04:58:56 address TODO (algokit-lora)
No-Cash-7970 06:03:57 fix(compose_txn): include decimal in asset transfer amount query parameter (txnDuck)
No-Cash-7970 06:04:57 fix(compose_txn): give appropriate error message when asset transfer amount is an invalid number (txnDuck)
PatrickDinh 06:59:51 support ARC-32 struct (algokit-lora)
No-Cash-7970 07:13:15 chore: upgrade dependencies (txnDuck)
No-Cash-7970 07:21:27 chore(release): bump to v0.10.0 (txnDuck)
larkiny 08:13:21 Merge pull request #75 from algorandfoundation/code-markers (devportal)
giuliop 08:30:48 Update TestMaxSizesCorrect with logicsig pooling (go-algorand)
- 09:01:27 feat: pin files to crust (wen-tools)
- 09:02:08 fix: remove pinata token for ARC3 (wen-tools)
giuliop 09:57:20 Don't test app/lsig max size in goal clerk compile (go-algorand)
achidlow 10:20:44 fix: when accessing a member of self, use the source location of the access (puya)
achidlow 10:27:36 - don't output line/file numbers for embedded lib functions in TEAL (puya)
achidlow 10:28:03 minor refactor/simplify (puya)
achidlow 10:28:03 refactoring / error message casing (puya)
achidlow 10:28:03 remove unnecessary SourceMeta (puya)
achidlow 10:31:57 fix column locations when expanding source to include/exclude comment lines (puya)
achidlow 10:31:59 make end_line non-optional (puya)
achidlow 10:38:18 fix bug in SourceLocation "addition" (puya)
achidlow 10:38:21 remove unused optional argument (puya)
achidlow 10:40:08 improved SourceLocation validation (puya)
achidlow 10:40:10 fix block line locations in IR labels (puya)
achidlow 10:40:10 fix user-comment locations being included in log output locations (puya)
achidlow 10:40:10 remove comment Python coupling (puya)
achidlow 10:43:06 removing user-comment lines from MIR output (puya)
achidlow 10:43:08 improve SourceLocation merging so that only adjacent/overlapping line-intervals are merged (puya)
achidlow 10:43:08 simplify traceback logging (puya)
achidlow 10:44:41 validate rather than resolve SourceLocation paths, to prevent inconsistencies on Windows CI/CD and also to guard against accidental relative path inclusion especially when deserializing AWST (puya)
AmirDaliri 11:18:49 ➕ New Browser path control for UniversalLink (#1489) (pera-ios)
goktugberku… 11:23:12 :rocket: Release v5.14.1-1 (pera-ios)
yasincalisk… 11:25:37 Do not disconnect even if the client has a session on `connect` (connect)
yasincalisk… 11:25:50 Merge branch 'feat/wallet-connect-v2' into beta (connect)
goktugberku… 11:26:43 Merge branch 'sprint-21' into 724-fdallback-to-Node (pera-ios)
LoafPickleWW 11:27:09 Merge pull request #75 from x-wagmi/feat/add-crust-pin2 (wen-tools)
goktugberku… 11:27:30 Merge branch 'sprint-21' into arc59 (pera-ios)
yasincalisk… 11:27:35 Bump up the version (connect)
aorumbayev 11:38:20 chore: removing auth0 dependency; moving dependant abstractions under _vendor folder (algokit-cli)
aorumbayev 11:41:49 chore: bumping cryptography not that auth0 is no longer blocking (algokit-cli)
PhearZero 11:47:55 Merge pull request #65 from algorandfoundation/ENG-454-Create-custom-header-navigation-component (devportal)
PhearZero 11:55:01 Merge pull request #70 from algorandfoundation/chore/template-files (devportal)
achidlow 11:58:51 fix user-comment locations being included in log output locations (puya)
achidlow 11:58:51 refactoring / error message casing (puya)
achidlow 11:58:51 make end_line non-optional (puya)
achidlow 11:58:51 remove unused optional argument (puya)
achidlow 11:58:51 remove unnecessary SourceMeta (puya)
achidlow 11:58:51 improve SourceLocation merging so that only adjacent/overlapping line-intervals are merged (puya)
achidlow 11:58:51 remove unused functions (puya)
achidlow 11:58:51 remove comment Python coupling (puya)
achidlow 11:58:51 simplify traceback logging (puya)
achidlow 11:58:51 improved SourceLocation validation (puya)
achidlow 11:58:51 - don't output line/file numbers for embedded lib functions in TEAL (puya)
achidlow 11:58:51 minor refactor/simplify (puya)
achidlow 11:58:51 fix block line locations in IR labels (puya)
achidlow 11:58:51 validate rather than resolve SourceLocation paths, to prevent inconsistencies on Windows CI/CD and also to guard against accidental relative path inclusion especially when deserializing AWST (puya)
achidlow 11:58:51 fix column locations when expanding source to include/exclude comment lines (puya)
achidlow 11:58:51 fix bug in SourceLocation "addition" (puya)
achidlow 11:58:51 fix MIR writer alignment bug (puya)
achidlow 11:58:51 fix: when accessing a member of self, use the source location of the access (puya)
achidlow 11:58:51 removing user-comment lines from MIR output (puya)
aorumbayev 12:11:43 chore: add cryptography ref (algokit-cli)
Jmcglobal 12:25:32 updated (zaibatsu)
aorumbayev 12:28:25 chore: bumping cryptography (pip-audit warning) (#565) (algokit-cli)
dependabot[… 12:34:49 chore(deps): bump the all group across 1 directory with 10 updates (algokit-cli)
HashMapsDat… 12:41:45 chore. remove comments (liquid-auth-android)
github-acti… 12:42:10 Commit from GitHub Actions (Community Interest Tracker) (community)
Jmcglobal 12:50:36 Merge pull request #12 from Algorand-Hackathon-Teams-Nigeria/main (zaibatsu)
nzerolk 12:59:13 Minor fixes (arcpay-sdk)
nzerolk 12:59:58 Minor fixes (#25) (arcpay-sdk)
nzerolk 13:00:11 Merge branch 'Frostbits-Solutions:main' into main (arcpay-sdk)
aorumbayev 13:08:47 chore: removing aiohttp dependency (given that auth0 is now vendored) (algokit-cli)
larkiny 13:41:26 Merge pull request #62 from algorandfoundation/DVP-59-what-is-algokit (devportal)
joe-p 13:44:07 test_on_error (algokit-subscriber-py)
larkiny 13:44:44 Merge pull request #73 from algorandfoundation/DVP-91-Utils-Typescript-Debugger (devportal)
larkiny 15:00:31 Merge pull request #72 from SudoWeezy/devrel-content (devportal)
michaeltchu… 15:14:02 chore: log greeting (2024-09-10) (a-day-in-my-bobalife)
aorumbayev 15:46:44 chore: removing aiohttp dependency (given that auth0 is now vendored) (#566) (algokit-cli)
dependabot[… 15:52:45 chore(deps): bump the all group across 1 directory with 9 updates (algokit-cli)
algorandskiy 16:07:12 p2p: make sure p2p http server runs on all interfaces (#6123) (go-algorand)
github 16:11:33 add Go Benchmark (go) benchmark result for 1d08955152091af7fe9e02250b0bc90b929dcda2 (go-algorand)
robdmoore 16:12:51 feat: Proper ARC-56 struct support (algokit-utils-ts)
- 17:22:15 Build 2103 Data (go-algorand)
- 17:22:15 FI from master (go-algorand)
algorandskiy 17:24:27 tools: allows heapwatch to enable mutex and blocking profiles (go-algorand)
pbennett 17:44:00 Refactor NFD validation logic in validatorRegistry.algo.ts (reti)
pbennett 17:44:43 Client update was missing from last commit (reti)
aorumbayev 19:37:06 feat: initial draft on puya support changes (algokit-avm-vscode-debugger)
HashMapsDat… 22:20:33 feat: changes from UserId --> UserHandle and introduces a manual recreation button (liquid-auth-android)
HashMapsDat… 22:48:52 chore: replace userId with userHandle (deterministic-P256-kt)
HashMapsDat… 22:52:31 feat: replace userId with userHandle (deterministic-P256-swift)
PatrickDinh 22:53:31 PR feedback (algokit-lora)