Home / Reports / May 28, 2024

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

May 27, 2024 Arrow Back Arrow Forward May 29, 2024
M
T
W
T
F
S
S
29
30
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

Tuesday, May 28, 2024

101 commits were pushed across 23 repos by 25 authors. There were 33,438 additions and 30,612 deletions.

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

Authors

Updated Repos

...

Commit Log

dependabot[… 00:18:24 :arrow_up: Bump mkdocs-material from 9.5.21 to 9.5.25 (algobase)
- 01:00:23 Build 1997 Data (go-algorand)
PatrickDinh 01:13:03 Merge branch 'main' into spike-deep-linking (algokit-lora)
0xBitzz 01:49:37 Create LICENSE (awesome-wormhole)
neilcampbell 02:25:02 chore: pr feedback (algokit-lora)
neilcampbell 02:30:28 feat: reduce store use (#70) (algokit-lora)
semantic-re… 02:32:49 Notes added by 'git notes add' (algokit-lora)
0xBitzz 02:43:26 Create CODE_OF_CONDUCT.md (awesome-wormhole)
dependabot[… 03:29:16 Update @typescript-eslint/eslint-plugin requirement (algo-voting)
dependabot[… 03:29:25 Update @typescript-eslint/parser requirement from ^7.10.0 to ^7.11.0 (algo-voting)
robdmoore 05:22:19 docs: Added more explicit note about + operator for Bytes (puya-ts)
iskysun96 07:02:19 initial change (algorand-python-coding-assignment)
iskysun96 07:03:11 readme update (orakle-coding-assignment-2024)
iskysun96 07:06:31 deploy-config rm profit (orakle-coding-assignment-2024)
iskysun96 07:08:26 readme update (orakle-coding-assignment-2024)
iskysun96 07:18:30 readme update (algorand-python-coding-assignment)
iskysun96 07:58:40 readme update (algorand-python-coding-assignment)
iskysun96 08:12:27 readme update question instruction update (algorand-python-coding-assignment)
iskysun96 08:18:25 readme update (algorand-python-coding-assignment)
iskysun96 08:19:03 Update README.md (algorand-python-coding-assignment)
iskysun96 08:19:54 deploy-config fix (algorand-python-coding-assignment)
iskysun96 08:19:59 Merge branch 'main' of github.com:algorand-devrel/BAY-coding-assignment-2024 (algorand-python-coding-assignment)
AndreaPinna 08:28:54 Update Atomic Transactions README.md (rosetta-smart-contracts)
kieranronei… 08:55:49 build(deps): add @agoralabs-sh/avm-web-provider as a peer dependency (use-wallet)
SavefyLabs 10:11:01 Add files via upload (asa-list)
kieranronei… 10:23:09 refactor: implement avm-web-provider to connect, disconnect and sign transactions for the kibisis client (use-wallet)
iskysun96 11:52:31 Update README.md (algorand-python-coding-assignment)
iskysun96 11:53:21 deploy-config edit (algorand-python-coding-assignment)
iskysun96 11:53:25 Merge branch 'main' of github.com:algorand-devrel/BAY-coding-assignment-2024 (algorand-python-coding-assignment)
iskysun96 12:03:51 readme, contract instruction, deploy-config update (orakle-coding-assignment-2024)
iskysun96 12:09:51 update (orakle-coding-assignment-2024)
iskysun96 12:10:38 Update README.md (orakle-coding-assignment-2024)
iskysun96 12:14:43 catchup (orakle-coding-assignment-2024)
MatHermida 12:22:41 update comments of poolMove examples (c3-typescript-sdk)
neilcampbell 12:51:28 chore: fix inner transaction rendering in non lazy table (algokit-lora)
kieranronei… 13:24:33 feat(kibisis): add static and dynamic imports of the avm-web-provider sdk on client initialization (use-wallet)
kieranronei… 13:25:23 docs(kibisis): add new initialization procedure and dependencies to readme (use-wallet)
kws1207 13:54:31 Merge remote-tracking branch 'upstream/main' (orakle-coding-assignment-2024)
kylebeee 13:58:18 clean up, more BIP32DerivationType and less Int, added constants for ed25519 point size & chain code side (xHD-Wallet-API-swift)
kws1207 15:01:52 feat: Solve 5~9 (orakle-coding-assignment-2024)
kws1207 15:03:12 chore: Revert unnecessary change (orakle-coding-assignment-2024)
kieranronei… 15:11:40 fix(kibisis): avm web provider sdk correctly imported (use-wallet)
michaeltchu… 15:13:47 chore: log greeting (2024-05-28) (a-day-in-my-bobalife)
neilcampbell 15:29:50 fix: support viewing an inner transaction group (algokit-lora)
LoafPickleWW 15:44:23 Update SimpleBatchMint.jsx (wen-tools)
neilcampbell 15:45:17 chore: fix build (algokit-lora)
LoafPickleWW 15:48:05 Update SimpleBatchMint.jsx (wen-tools)
neilcampbell 15:48:58 fix: transaction table (#71) (algokit-lora)
semantic-re… 15:50:47 Notes added by 'git notes add' (algokit-lora)
onetechnical 16:05:42 Update to switch e2e_expect_nightly and e2e_subs_nightly to large (go-algorand)
neilcampbell 16:06:22 chore: tweak latest blocks jotai config (algokit-lora)
neilcampbell 16:29:10 fix: handle bad routes (algokit-lora)
aorumbayev 17:00:42 feat: draft implementation for state management abstractions (puya)
aorumbayev 17:04:04 chore: removing typos (puya)
aorumbayev 17:09:32 chore: minor tweaks (puya)
kylebeee 17:11:25 made deriveKey, deriveChildNodePublic & deriveChildNodePrivate public methods & updated readme to include instructions on public key derivation (xHD-Wallet-API-swift)
drichar 17:12:53 feat(ui): expandable rows in ValidatorTable (#183) (reti)
kylebeee 17:34:11 added additional details for the child public key derivation readme section (xHD-Wallet-API-swift)
onetechnical 17:52:53 Remove deprecated CODEOWNERS file (go-algorand)
PhearZero 17:54:53 chore(demo): add menus and account settings (liquid-auth-android)
PhearZero 17:55:17 chore(demo): move KeyPairs to crypto namespace (liquid-auth-android)
jasonpaulos 18:31:48 Clena up toEncodingData and fromEncodingData generation (generator)
jasonpaulos 18:32:16 Clean up generation of toEncodingData and fromEncodingData functions (js-algorand-sdk)
jasonpaulos 18:54:46 Fix doc, add comment about recursive refs (generator)
PhearZero 18:57:22 chore(demo): persist seeds to SharedPreferences (liquid-auth-android)
jasonpaulos 19:10:24 Remove unnecessary params (generator)
jasonpaulos 19:14:35 small simplification (generator)
drichar 19:31:12 fix(ui): don't mutate cached params in addValidator (reti)
pbennett 19:33:12 fix(nodemgr): rename 'dumpAllStakers' to 'exportAllStakers' command. Users confused with refunding (reti)
drichar 19:36:43 fix(ui): don't mutate cached params in addValidator (#190) (reti)
pbennett 19:54:21 fix(nodemgr): refunding stakers w/ reward tokens ready to claim wasn't working as foreign accounts MUST be ref'd in same txn as foreign asset - meaning 'pooling' has stupid exceptions. (reti)
pbennett 19:56:13 fix(contracts): change bootstrap of validator and creation of staking pools to always request all 3 'extra' pages for bytecode so upgrades during testing are more workable (reti)
pbennett 19:56:48 feat(nodemgr): add emptyTokenRewards command for returning excess token rewards still in pool 1 (for sunsetting purposes presumably). (reti)
pbennett 19:56:56 Merge remote-tracking branch 'origin/dev' into dev (reti)
pbennett 20:12:26 Merge pull request #189 from TxnLab/dev (reti)
algovado 20:23:18 add labs info to the top (wallet-enhancer)
pbennett 20:40:50 chore: v0.9.0 and new contract deploy (app 673404372) (reti)
0xBitzz 20:47:21 Update LICENSE (awesome-wormhole)
algovado 20:50:02 refactor and redesign (wen-tools)
algovado 20:55:33 format ipfs image link for preview asset (wen-tools)
LoafPickleWW 20:59:02 Merge pull request #36 from algovado/main (wen-tools)
algovado 21:01:29 Update SimpleBatchMint.jsx (wen-tools)
LoafPickleWW 21:01:53 Merge pull request #37 from algovado/main (wen-tools)
PhearZero 21:07:25 chore(demo): fix userHandle for github logins (liquid-auth-android)
0xBitzz 21:17:42 Create .gitignore (awesome-wormhole)
drichar 21:19:26 fix(ui): fix AddValidatorForm onSubmit regression (error if no token set) (reti)
algovado 21:20:14 fix skipped lines (wen-tools)
algovado 21:20:48 add wallet data (wen-tools)
LoafPickleWW 21:21:12 Merge pull request #38 from algovado/main (wen-tools)
drichar 21:25:24 fix(ui): fix AddValidatorForm onSubmit regression (error if no token set) (#192) (reti)
pbennett 21:32:19 Merge pull request #191 from TxnLab/dev (reti)
drichar 21:47:09 fix(ui): pressing Enter should submit add/remove stake form (reti)
urtho 21:54:42 new app (reti-algodrop)
drichar 21:56:56 fix(ui): pressing Enter should submit add/remove stake form (#193) (reti)
0xBitzz 22:18:29 first commit (awesome-wormhole)
joe-p 22:25:01 feat: fix signers during resource population (algokit-utils-ts)
0xBitzz 22:42:33 latest (awesome-wormhole)
drichar 22:42:58 fix(ui): fetchAccountAssetInformation response type (reti)
drichar 22:43:57 feat(ui): show remaining reward balance in validator details (reti)
0xBitzz 22:45:59 latest (awesome-wormhole)
drichar 22:53:20 feat(ui): show remaining reward balance in validator details (#194) (reti)