Home / Reports / Apr 19, 2024

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

Apr 18, 2024 Arrow Back Arrow Forward Apr 20, 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
1
2
3
4
5
6
7
8
9
10
11
12

Friday, April 19, 2024

130 commits were pushed across 25 repos by 33 authors. There were 100,340 additions and 41,564 deletions.

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

Authors

Updated Repos

...

Commit Log

PatrickDinh 00:04:55 chore: fix local state deltas mapper (algokit-lora)
SenZmaKi 00:07:36 Fix login errors (Bariki)
SilentRheto… 00:11:30 Remove ASA images to ease load on IPFS (Bonfire)
PatrickDinh 00:12:07 chore: display logs (algokit-lora)
dependabot[… 00:16:54 :arrow_up: Bump griffe from 0.42.1 to 0.43.0 (algobase)
dependabot[… 00:17:34 :arrow_up: Bump pymdown-extensions from 10.7.1 to 10.8 (algobase)
dependabot[… 00:18:08 :arrow_up: Bump ruff from 0.2.2 to 0.4.0 (algobase)
PatrickDinh 00:22:30 fix display of nested transactions in table (algokit-lora)
PhearZero 00:29:27 docs: add swagger and endpoint documentation (liquid-auth-js)
PhearZero 00:29:27 docs: add swagger and endpoint documentation (liquid-auth)
PhearZero 00:31:47 feat: add js client (liquid-auth)
PhearZero 00:31:47 feat: add js client (liquid-auth-js)
PhearZero 00:32:03 Merge remote-tracking branch 'refs/remotes/origin/feat/docs-site' into feat/documentation-swagger (liquid-auth)
- 01:00:26 Build 1958 Data (go-algorand)
drichar 01:04:18 fix(ui): update form/data on stake and unstake submit (reti)
drichar 01:04:42 feat(ui): show validator ID in details table (reti)
drichar 01:06:58 feat(ui): staking details improvements (reti)
drichar 01:11:31 feat(ui): validator details improvements (#86) (reti)
github-acti… 01:16:18 Commit from GitHub Actions (Community Interest Tracker) (community)
PatrickDinh 01:21:25 chore: show inner transactions (algokit-lora)
pbennett 02:14:46 feat(ui): Updated list of stake to show % eligible reward instead of entry time (reti)
pbennett 02:26:27 moved new lastPayout member into the StakerPoolData interface as it's what contains 'extras' on top of the on-chain StakedInfo (reti)
dependabot[… 03:56:25 Update vue-router requirement from ^4.3.0 to ^4.3.2 (algo-voting)
pbennett 04:21:45 fix(nodemgr): Monitor the manager address changing and gracefully exit the daemon so that on restart the new manager address is used and keys verified. (reti)
pbennett 04:25:29 Update column name for reward eligibility (reti)
PatrickDinh 05:19:41 huge refactor, phew (algokit-lora)
PatrickDinh 06:28:16 chore: WIP (algokit-lora)
dragmz 06:46:12 ✅ optin (python-challenge-3)
dragmz 06:47:57 Merge 8b57e6d4ad9d7fbd8269417d9dfa8a6bd5aa19c5 into 60007faf31f6b92bdbcc7e36448f3b67ab23964b (python-challenge-3)
achidlow 07:32:31 refactor: minor simplifications (puya)
achidlow 07:32:31 refactor: refactor out common error message for IR nodes that should have been eliminated before they reach MIR (puya)
achidlow 07:32:31 refactor: split IRType for itxn and remove AVMType mapping (puya)
achidlow 07:32:31 refactor: move validation of itxn field access to post-destructure (puya)
gathei-iraki 08:00:08 text (Bariki)
achidlow 08:04:22 refactor: make function from method (puya)
gathei-iraki 08:08:10 text (Bariki)
robdmoore 08:15:19 Merge pull request #59 from algorandfoundation/fix-algod-note-handling (algokit-subscriber-ts)
robdmoore 08:16:34 Merge pull request #60 from algorandfoundation/change-on-poll-order (algokit-subscriber-ts)
dependabot[… 08:17:17 build(deps-dev): bump typescript from 5.4.3 to 5.4.5 (algokit-subscriber-ts)
dependabot[… 08:17:19 build(deps-dev): bump semantic-release from 23.0.6 to 23.0.8 (algokit-subscriber-ts)
dependabot[… 08:17:21 build(deps-dev): bump rollup from 4.13.0 to 4.14.3 (algokit-subscriber-ts)
dependabot[… 08:18:06 build(deps-dev): bump eslint from 8.57.0 to 9.0.0 (algokit-subscriber-ts)
andrew-m-hi… 08:20:19 Fixed, finally. (python-challenge-2)
semantic-re… 08:23:11 Notes added by 'git notes add' (algokit-subscriber-ts)
Kennedylelei 08:25:52 changed ui (Bariki)
Kennedylelei 08:27:06 Merge branch 'master' of https://github.com/senzmaki/bariki (Bariki)
andrew-m-hi… 08:27:13 Merge 1dab87dd1efed6652bb5dc9c06e6d4032ea9bece into ba53acf8cd9e954d49aa7747a1e9e08858e89083 (python-challenge-2)
Kennedylelei 08:27:21 changes (Bariki)
achidlow 08:32:20 fix: treat unassigned & unsubmitted inner-transaction field-sets as a code error, not an in internal error (puya)
drichar 08:32:40 feat(ui): support simulate calls from rekeyed accounts (reti)
tkachenko0 08:37:34 [SOLANA] Oracle bet (rosetta-smart-contracts)
drichar 08:54:39 fix(ui): set authAddress to undefined if error occurs (reti)
achidlow 09:10:48 refactor: inline check for WInnerTransactionFields (puya)
SenZmaKi 09:16:51 Add contract (Bariki)
achidlow 09:18:24 refactor: allow constant propagation at O0 so that itxn stack -> immediate elimination works at all levels, without workarounds (puya)
SenZmaKi 09:22:47 Minro (Bariki)
achidlow 09:42:30 refactor: minor refactor (puya)
Kennedylelei 10:10:03 fronted changes (Bariki)
Kennedylelei 10:12:43 Merge branch 'master' of https://github.com/senzmaki/bariki (Bariki)
mrudula28-g 11:05:44 Update contract.py (python-challenge-1)
neilcampbell 12:49:32 feat: allow specifying a syncTo round when calling getSubscribedTransactions (algokit-subscriber-ts)
PatrickDinh 13:03:17 chore: clean up + feedback (algokit-lora)
PatrickDinh 13:20:35 fix bug with fetching assets for block (algokit-lora)
PatrickDinh 13:26:29 chore: fix (algokit-lora)
cce 14:07:04 add mismatched proposer check to increase coverage a tiny bit (go-algorand)
BenzziOS 14:07:44 Create a (asa-list)
BenzziOS 14:08:10 Delete assets/GAIN-1748330503/a (asa-list)
aorumbayev 14:08:29 fix: adding extra task to explicitly set 3.12 for this project during copier copy (algokit-python-template)
BenzziOS 14:09:31 Create A (asa-list)
BenzziOS 14:09:46 Add files via upload (asa-list)
BenzziOS 14:10:14 Delete assets/GAIN-1748330503/A (asa-list)
cce 14:21:55 Apply suggestions from code review (go-algorand)
pbennett 14:49:47 fix(nodemgr): Lower minimum threshold to .1 ALGO for calling epochBalanceUpdate. This will allow contract to top-off the manager account if possible. (reti)
michaeltchu… 15:14:06 chore: log greeting (2024-04-19) (a-day-in-my-bobalife)
neilcampbell 15:23:55 feat: show latest block and transactions (algokit-lora)
neilcampbell 15:35:21 chore: split block data code for better organisation (algokit-lora)
pbennett 15:41:31 Merge pull request #88 from TxnLab/fix/monitor-mgr-change (reti)
pbennett 15:41:49 Merge branch 'dev' into feat/show-pct-eligible (reti)
pbennett 15:41:58 Merge branch 'dev' into feat/ui-rekeyed-simulate (reti)
aorumbayev 16:03:30 docs: patching contributing guide (algokit-python-template)
aorumbayev 16:07:23 docs: patching contributing guide (algokit-react-frontend-template)
aorumbayev 16:09:11 docs: patching contributing guide (#16) (algokit-python-template)
aorumbayev 16:10:23 docs: patching contributing guide (algokit-fullstack-template)
aorumbayev 16:10:34 docs: patching contributing guide (#31) (algokit-react-frontend-template)
nawaz-malla 16:15:50 Added Experiments folder (Algorand)
aorumbayev 16:25:03 docs: patching contributing guide (algokit-fullstack-template)
aorumbayev 16:33:53 docs: patching contributing guide (#27) (algokit-fullstack-template)
Ganainmtech 16:46:39 Fixed bug :) (python-challenge-3)
mrudula28-g 16:49:40 Merge f4040d63b2324d02c1ab13a5e433ac67d9a6ec5a into 7eb8d0bd9b3d6318405a02784d75fe887d6452bb (python-challenge-1)
Jmcglobal 16:58:26 Updated dockerfile (aurally)
Ganainmtech 16:58:48 Merge eb728d5296de8e277fd49bbfb42f774f9e080cdb into 60007faf31f6b92bdbcc7e36448f3b67ab23964b (python-challenge-3)
scholtz 17:18:10 delete app (BiatecCronBuilder)
scholtz 17:29:07 fix types (BiatecCronBuilder)
scholtz 17:29:59 cicd deploy (BiatecCronBuilder)
scholtz 17:38:41 fix css (BiatecCronBuilder)
jannotti 17:45:12 Allow go e2e tests to easily test multiple consensus versions (go-algorand)
PhearZero 18:27:02 docs: scaffold guides and integrate openapi (liquid-auth-js)
PhearZero 18:27:02 docs: scaffold guides and integrate openapi (liquid-auth)
PhearZero 18:38:23 build: add docker release (liquid-auth)
pbennett 19:11:14 fix(contracts): Enforce the sunsetting property, disallowing new stake from being added to a pool once the sunsettingOn time is reached. (reti)
drichar 19:37:23 feat(ui): simulate donut chart clicks on dropdown change (reti)
jannotti 19:43:03 MultiProtocolTest (go-algorand)
drichar 19:45:04 feat(ui): support simulate calls from rekeyed accounts (#89) (reti)
drichar 19:46:28 Merge branch 'dev' into feat/ui-simulate-donut-chart-click (reti)
drichar 20:00:02 fix(ui): update condition for showing the donut chart (reti)
scholtz 20:00:38 github actions (BiatecCronBuilder)
pbennett 20:02:58 Merge branch 'refs/heads/dev' into feat/contract-v1.2 (reti)
pbennett 20:07:24 feat(contracts): require adding of a new validator to require a 10 ALGO FEE (reti)
PhearZero 20:19:39 docs: update documentation (liquid-auth)
algorandskiy 20:42:25 Add missing OnClose method to gossipSubPeer for ERL (go-algorand)
algorandskiy 20:59:32 fix wantTXGossip changes tracking (go-algorand)
algorandskiy 21:27:52 p2p: fix wantTXGossip modifications (#5982) (go-algorand)
algorandskiy 21:28:08 generalize multiplexer methods (go-algorand)
algorandskiy 21:28:08 fix tests (go-algorand)
algorandskiy 21:28:08 add txTopicHandleLoop workers (go-algorand)
algorandskiy 21:28:08 add validateIncomingTxMessage and processIncomingTxMessage (go-algorand)
algorandskiy 21:28:08 fix linter (go-algorand)
algorandskiy 21:28:08 implement TaggetMessageProcessors (go-algorand)
algorandskiy 21:28:08 Revert "add txTopicHandleLoop workers" (go-algorand)
algorandskiy 21:28:08 split processIncomingTxn to smaller methods (go-algorand)
scholtz 21:33:53 show fee token (BiatecCronBuilder)
pbennett 21:40:35 feat(contracts): stakers can now be removed from a pool by the validator. (reti)
scholtz 21:55:22 Update README.md (BiatecCronBuilder)
kiliancm94 21:59:21 update (python-challenge-3)
kiliancm94 22:03:02 update (python-challenge-3)
kiliancm94 22:03:09 Merge 57c7649e8481d5f40adac00d87702f884c97dd0c into 60007faf31f6b92bdbcc7e36448f3b67ab23964b (python-challenge-3)
kylebeee 22:11:31 adjusted html,body css (liquid-auth)
code-alexan… 22:53:19 Merge pull request #181 from code-alexander/dependabot/pip/pydantic-2.7.0 (algobase)
KiroAlgorand 22:57:27 Merge 24637038c086ad5af664ac3bfd5bda3f2cad0546 into ef7bfa287a7a54cacdbe2454255657d42718c10e (asa-list)
PhearZero 23:56:51 feat: governance filter (conduit-governance)