Home / Reports / Jan 12, 2024

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

Jan 11, 2024 Arrow Back Arrow Forward Jan 13, 2024
M
T
W
T
F
S
S
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
31
1
2
3
4
5
6
7
8
9
10
11

Friday, January 12, 2024

140 commits were pushed across 25 repos by 29 authors. There were 345,214 additions and 223,833 deletions.

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

Authors

Updated Repos

...

Commit Log

dependabot[… 00:11:09 :arrow_up: bump ruff from 0.1.7 to 0.1.12 (algobase)
mickiyas123 00:49:47 feat: install rect toastify (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:50:43 feat: add all routes (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:51:14 feat: wrap App component in browser router (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:51:55 fix: add user id (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:52:18 fix: remove unwanted styling (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:53:17 feat: wrapper component to protect child componets (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:54:59 feat: create nav bar element for all components (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:55:30 feat: create global state to be accessed by all components (10xac-week5-certificate-generation-with-Algorand-NFTs)
mickiyas123 00:56:18 feat: create pages to render to user (10xac-week5-certificate-generation-with-Algorand-NFTs)
- 01:00:25 FI from master (go-algorand)
- 01:00:25 Build 1859 Data (go-algorand)
github-acti… 01:20:05 Commit from GitHub Actions (Community Interest Tracker) (community)
code-alexan… 02:21:32 Merge pull request #30 from code-alexander/dependabot/pip/marshmallow-3.20.2 (algobase)
dependabot[… 03:50:14 Update @vue/compiler-sfc requirement from ^3.4.8 to ^3.4.10 (algo-voting)
iskysun96 04:55:46 Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-react-frontend-template.git (blockchain-photo-diary)
iskysun96 05:54:10 cleaned code. setup necessary components. TODOs defined (blockchain-photo-diary)
aaronGeb 06:20:33 componets (web3_certificate_generation)
tristanmenz… 06:29:18 fix: Enforce copying of arc4 mutable types when passing them around so that developers are not fooled by the illusion of reference imutability as arc4 encoded data is still a value type underneath (puya)
tristanmenz… 06:29:18 refactor: remove unnecessary block (puya)
tristanmenz… 06:29:18 feature: Dynamic array pop (puya)
tristanmenz… 06:29:18 chore: Fix quote in comment (puya)
tristanmenz… 06:29:18 chore: rebase on main (puya)
daniel-make… 06:29:18 refactor: resolve puyapy subroutine from func references (puya)
tristanmenz… 06:29:18 refactor: Rename variable so ruff disable comment is not required (puya)
tristanmenz… 06:29:18 feature: Expand possible types for 'other' in arc4.String concat (puya)
tristanmenz… 06:29:18 feature: ar4 mutable types (puya)
tristanmenz… 06:29:18 test: Add tests for boolean array pop (puya)
tristanmenz… 06:29:18 chore: Refactor _invoke_puya_lib_subroutine to include module name (puya)
tristanmenz… 06:29:18 feature: Support '+' operator for concatenating arrays (puya)
tristanmenz… 06:29:18 test: Add subroutine which will pass in python but fail in avm (puya)
daniel-make… 06:31:01 fix: don't output AWST for a module if it contained errors (puya)
daniel-make… 06:31:01 test: ignore deprecation warnings from docstring_parser during tests (puya)
daniel-make… 06:31:12 test: move expected error from typing_interactions into an awst test (puya)
daniel-make… 06:31:15 test: expand test_awst to include full compiler pipeline (puya)
daniel-make… 06:31:18 test: move unreachable test case out of examples (puya)
daniel-make… 06:31:20 refactor: move auction to examples root (puya)
daniel-make… 06:31:20 chore: update ruff to 0.1.8 (puya)
daniel-make… 06:31:41 test: move test_cases out of examples (puya)
daniel-make… 06:31:45 refactor: make output_awst public (puya)
daniel-make… 06:31:45 test: process examples and test_cases into AWST in bulk (puya)
daniel-make… 06:31:45 refactor: iterate sources instead of modules when building ir (puya)
daniel-make… 06:31:45 chore: (puya)
daniel-make… 06:31:45 lint: expand ruff coverage (puya)
daniel-make… 06:31:51 refactor: consistently log paths as relative (puya)
daniel-make… 06:31:59 test: add approvals of examples and test_cases compilation (puya)
daniel-make… 06:32:01 fix: ensure awst are output relative to out_dir (puya)
daniel-make… 06:32:01 build: ignore pytest-xdist deprecation warning (puya)
daniel-make… 06:32:01 chore: remove another source of output instability due to mypy's usage of set (puya)
daniel-make… 06:32:03 test: update approvals (puya)
daniel-make… 06:32:05 test: use common root dir definitions (puya)
daniel-make… 06:32:05 refactor: use same function for all test compilation scenarios (puya)
daniel-make… 06:32:05 chore: linting (puya)
daniel-make… 06:32:05 chore: remove unused code (puya)
daniel-make… 06:32:05 refactor: improve _stabilise_logs (puya)
daniel-make… 06:32:05 chore: remove now redundant compile_all_examples.py (puya)
daniel-make… 06:32:05 test: move compile function out of conftest into utils (puya)
daniel-make… 06:32:05 refactor: PR review (puya)
daniel-make… 06:32:05 refactor: improve compiling helper functions (puya)
daniel-make… 06:32:05 chore: linting (puya)
daniel-make… 06:45:48 tests: update approvals after rebase (puya)
daniel-make… 06:52:00 test: add approval tests, rearrange examples and speed up tests (#51) (puya)
code-alexan… 07:03:04 Merge pull request #31 from code-alexander/dependabot/pip/gitpython-3.1.41 (algobase)
code-alexan… 07:47:28 feat: validate ARC-3 metadata (algobase)
SudoWeezy 08:59:06 ARC-32 last call (ARCs)
aaronGeb 09:13:54 manage dj (web3_certificate_generation)
MubarekHuss… 10:37:20 Remove algorand directory to add it again (web3-nft-certificate-distribution)
MubarekHuss… 10:39:40 Merge pull request #4 from MubarekHussen/blockchain (web3-nft-certificate-distribution)
Vidhyanandcs 10:52:40 final proposal (xGov)
MubarekHuss… 11:15:31 adding an algorand project and setup (web3-nft-certificate-distribution)
MubarekHuss… 11:17:26 adding a simple smart contract (web3-nft-certificate-distribution)
MubarekHuss… 11:17:50 Merge pull request #5 from MubarekHussen/blockchain (web3-nft-certificate-distribution)
MubarekHuss… 11:18:45 generating a certificate for each user (web3-nft-certificate-distribution)
MubarekHuss… 11:21:59 Merge pull request #6 from MubarekHussen/blockchain (web3-nft-certificate-distribution)
MubarekHuss… 11:22:47 uploading user certificates to pinata (web3-nft-certificate-distribution)
MubarekHuss… 11:23:25 Merge pull request #7 from MubarekHussen/blockchain (web3-nft-certificate-distribution)
code-alexan… 11:25:59 chore: fixing mypy errors (algobase)
code-alexan… 11:31:51 chore: bumping version (algobase)
code-alexan… 11:39:49 Merge branch 'main' into feature/models/arc3 (algobase)
code-alexan… 11:44:18 chore: fixing poetry files (algobase)
AbelBekele 12:10:19 Pinata upload (End-to-End-Web3-dApps)
aorumbayev 12:38:33 chore: adding note on next js compatibility (#198) (algokit-utils-ts)
semantic-re… 12:42:17 Notes added by 'git notes add' (algokit-utils-ts)
aorumbayev 12:49:23 Merge remote-tracking branch 'origin/main' into feat/resource_packing (algokit-utils-ts)
Hathoriel 12:55:07 ALL-4340 Add Stellar Testnet RPC (tatum-js)
yasincalisk… 12:57:30 Remove duplicated define functions (connect)
yasincalisk… 13:01:01 Do not use exact version of dependencies (connect)
aaronGeb 13:02:50 update (web3_certificate_generation)
aaronGeb 13:06:07 file update (web3_certificate_generation)
Hathoriel 13:09:53 ALL-4340 Add Stellar Testnet RPC (#1045) (tatum-js)
aorumbayev 13:12:23 chore: minor tweaks (algokit-utils-ts)
aorumbayev 13:17:37 chore: tweaking dependabot (algokit-utils-ts)
aorumbayev 13:35:24 chore: patching tests (algokit-utils-ts)
aorumbayev 13:39:29 chore: refreshing docs (algokit-utils-ts)
aorumbayev 14:38:20 feat: resource packing (from @joe-p) (#199) (algokit-utils-ts)
dependabot[… 14:39:26 build(deps-dev): bump ts-node from 10.9.1 to 10.9.2 (algokit-utils-ts)
dependabot[… 14:39:31 build(deps-dev): bump semantic-release from 21.1.1 to 22.0.12 (algokit-utils-ts)
dependabot[… 14:39:33 build(deps-dev): bump eslint from 8.53.0 to 8.56.0 (algokit-utils-ts)
semantic-re… 14:42:43 Notes added by 'git notes add' (algokit-utils-ts)
aorumbayev 14:47:02 chore: fixing dependabot (algokit-utils-ts)
joe-p 14:50:02 fix: key collision (TEALScript)
joe-p 14:59:03 Merge pull request #330 from algorandfoundation/fix/key_collision (TEALScript)
algorandskiy 15:12:37 writer: deallocate partially prepared statements on error (indexer)
michaeltchu… 15:13:41 chore: log greeting (2024-01-12) (a-day-in-my-bobalife)
joe-p 15:18:02 fix: uintN comparison type (TEALScript)
joe-p 15:20:50 Merge pull request #331 from algorandfoundation/fix/uint_comparison_type (TEALScript)
- 15:44:15 GITBOOK-70: change request with no subject merged in GitBook (docs)
- 15:45:38 GITBOOK-71: change request with no subject merged in GitBook (docs)
kieranronei… 15:57:15 refactor: rename to arc-0027 (ARCs)
mickiyas123 16:19:37 feat: add end points for generating certificate in gold, silver, and bronze rank (10xac-week5-certificate-generation-with-Algorand-NFTs)
kieranronei… 16:26:46 refactor: rename references to arc-0013 to new proposed arc-0027 (use-wallet)
AbelBekele 16:39:20 Working asset creation (End-to-End-Web3-dApps)
nullun 16:40:17 Merge pull request #1218 from algorand/parallel-network-lsig-code-snippet (docs)
joe-p 16:41:26 fix: casting a number with underscores (TEALScript)
joe-p 16:45:47 Merge pull request #332 from algorandfoundation/fix/casting_num_underscore (TEALScript)
nullun 16:46:07 Merge pull request #1222 from nullun/remove-metrika (docs)
joe-p 16:46:25 Merge pull request #329 from nullun/dev (TEALScript)
nullun 16:46:26 Merge pull request #1223 from nullun/fix-explorer-links (docs)
acfunk 16:49:07 lute client (use-wallet)
LoafPickleWW 17:21:50 Update UploadCollectionToIPFS.jsx (wen-tools)
LoafPickleWW 17:29:47 Update UploadCollectionToIPFS.jsx (wen-tools)
LoafPickleWW 17:38:15 Update UploadCollectionToIPFS.jsx (wen-tools)
1forh 18:09:49 Create xgov-x (xGov)
1forh 18:10:54 Update and rename xgov-x to xgov-120 (xGov)
1forh 18:11:56 Rename xgov-120 to xgov-120.md (xGov)
1forh 18:12:42 Update xgov-120.md (xGov)
LoafPickleWW 18:14:54 Update UploadCollectionToIPFS.jsx (wen-tools)
LoafPickleWW 18:23:38 Update UploadCollectionToIPFS.jsx (wen-tools)
abdimussa87 19:29:04 feat: calculator demo app works (10Academy-week4-algorand-nft-certificates)
joe-p 19:32:04 add failing test: box with txn arg (algokit-utils-ts)
joe-p 19:43:14 fix: only look for app calls in findTxnBelowRefLimit (algokit-utils-ts)
AbelBekele 19:50:09 Creating a fastapi backend (End-to-End-Web3-dApps)
AbelBekele 19:50:33 Remove (End-to-End-Web3-dApps)
acfunk 20:03:15 ProviderDef; fix signing (use-wallet)
joe-p 20:16:36 0.70.1 (TEALScript)
joe-p 20:22:35 Merge pull request #333 from algorandfoundation/dev (TEALScript)
ryanRfox 20:40:37 master < staging (docs)
jasonpaulos 21:42:33 Properly handle optional int arrays (generator)
acfunk 22:51:18 update readme, example, mock (use-wallet)
algo-dev-se… 23:24:19 Regenerate code from specification file (java-algorand-sdk)