Home / Reports / May 20, 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 19, 2024 Arrow Back Arrow Forward May 21, 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

Monday, May 20, 2024

146 commits were pushed across 28 repos by 28 authors. There were 61,188 additions and 30,863 deletions.

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

Authors

Updated Repos

...

Commit Log

PatrickDinh 00:19:35 evict application result from cache (algokit-lora)
- 01:00:25 Build 1989 Data (go-algorand)
dependabot[… 01:06:33 :arrow_up: Bump astroid from 3.1.0 to 3.2.2 (algobase)
dependabot[… 01:08:05 :arrow_up: Bump griffe from 0.44.0 to 0.45.1 (algobase)
dependabot[… 01:09:04 :arrow_up: Bump pylint from 3.1.0 to 3.2.1 (algobase)
sambitsargam 01:17:25 Merge pull request #414 from sambitsargam/dependabot/npm_and_yarn/core-js-tw-3.37.1 (algo-voting)
sambitsargam 01:17:37 Merge pull request #413 from sambitsargam/dependabot/npm_and_yarn/typescript-eslint/parser-tw-7.9.0 (algo-voting)
sambitsargam 01:17:52 Merge pull request #411 from sambitsargam/dependabot/npm_and_yarn/eslint-plugin-vue-tw-9.26.0 (algo-voting)
dependabot[… 01:26:48 Update @typescript-eslint/eslint-plugin requirement (algo-voting)
boblat 02:28:31 stop throwing error when result is > MAX_UINT512 to match AVM behaviour (puya)
boblat 02:48:22 add tests for overflowing inputs to comparison operations (puya)
headline-de… 03:53:52 basic prototype functional (avmkit)
PatrickDinh 04:11:08 Switch to show dialogs for boxes (algokit-lora)
PatrickDinh 04:28:21 comment for the future (algokit-lora)
PatrickDinh 04:31:28 PR feedback (algokit-lora)
PatrickDinh 04:32:12 PR feedback (algokit-lora)
PatrickDinh 04:40:41 feat: view applications (algokit-lora)
semantic-re… 04:42:29 Notes added by 'git notes add' (algokit-lora)
PatrickDinh 04:43:37 Merge branch 'application' into application-transactions (algokit-lora)
PatrickDinh 04:44:04 Merge remote-tracking branch 'origin/main' into application-transactions (algokit-lora)
PatrickDinh 04:51:56 No need to, it's the same anyway (algokit-lora)
daniel-make… 05:06:13 refactor: simplify int conversion (puya)
daniel-make… 05:07:09 test: be more explicit with inputs when calling AVM and verify results match by comparing underlying bytes (puya)
boblat 05:17:40 use Bytes instead of arc4.UInt512 to simulate behaviours of native BigUInt (puya)
boblat 05:17:40 use bytes as backing store for BigUInt and stop throwing overflow error on initialisation (puya)
boblat 05:17:40 remove __index__ method as it is not required for BigUInt (puya)
daniel-make… 05:17:40 test: be more explicit with inputs when calling AVM and verify results match by comparing underlying bytes (puya)
boblat 05:17:40 add tests for overflowing inputs to comparison operations (puya)
boblat 05:17:40 add uint64 type to dunder functions in BigUInt implementation so that UInt64 does not have to reference BigUInt (puya)
boblat 05:17:40 fix comment (puya)
boblat 05:17:40 add stub implementation of BigUInt (puya)
boblat 05:17:40 fix `Unsupported operand types for <op> ("UInt64" and "BigUInt")` errors (puya)
boblat 05:17:40 perform bitwise operations on backing Bytes field instead of on int to reflect AVM behaviour (puya)
boblat 05:17:40 stop throwing error when result is > MAX_UINT512 to match AVM behaviour (puya)
boblat 05:17:40 add tests for biguint (puya)
boblat 05:17:40 add tests for sub/div/mod operations (puya)
daniel-make… 05:17:40 refactor: simplify int conversion (puya)
boblat 05:17:40 add tests for ops with biguint and uint64 arguments to tests upcasting (puya)
boblat 05:17:40 add biguint methods into the test contract (puya)
aorumbayev 05:29:10 feat: sha256, sha3_256, sha512_256, ed25519verify_bare and ed25519verify (puya)
aorumbayev 05:29:25 chore: patching tests (puya)
aorumbayev 05:29:25 feat: further refinements; adding test context manager; adding ecdsa (puya)
aorumbayev 05:29:56 refactor: addressing pr comments (puya)
aorumbayev 05:29:58 chore: using crossplatform sha521 (puya)
daniel-make… 05:29:58 refactor: use dataclass for context values and flatten structure for now (puya)
daniel-make… 05:29:58 refactor: simplify mapping of inputs (puya)
aorumbayev 05:29:58 refactor: addressing pr comments (puya)
daniel-make… 05:29:58 build: move runtime dependencies into project.dependencies (puya)
daniel-make… 05:29:58 chore: removing trailing comma from some arguments (puya)
daniel-make… 05:42:14 refactor: rebase and fix conflicts and move circular dependency resolution into utility methods (puya)
PatrickDinh 05:45:33 wip - app name follow algosdk standard (algokit-lora)
daniel-make… 05:51:13 build: bump stubs to 1.1.3 (puya)
daniel-make… 05:56:29 chore: removing trailing comma from some arguments (puya)
aorumbayev 05:56:29 refactor: addressing pr comments (puya)
aorumbayev 05:56:29 feat: further refinements; adding test context manager; adding ecdsa (puya)
daniel-make… 05:56:29 refactor: simplify mapping of inputs (puya)
daniel-make… 05:56:29 refactor: rebase and fix conflicts and move circular dependency resolution into utility methods (puya)
daniel-make… 05:56:29 build: move runtime dependencies into project.dependencies (puya)
aorumbayev 05:56:29 chore: patching tests (puya)
aorumbayev 05:56:29 refactor: addressing pr comments (puya)
daniel-make… 05:56:29 refactor: use dataclass for context values and flatten structure for now (puya)
aorumbayev 05:56:29 feat: sha256, sha3_256, sha512_256, ed25519verify_bare and ed25519verify (puya)
aorumbayev 05:56:29 chore: using crossplatform sha521 (puya)
Hathoriel 05:58:13 ALL-6219 - Added AVAX to l1 (tatum-js)
PatrickDinh 06:17:21 works, need tests (algokit-lora)
PatrickDinh 06:17:56 Update src/features/applications/components/labels.ts (algokit-lora)
PatrickDinh 06:22:54 show application JSON (algokit-lora)
PatrickDinh 06:23:04 feat: view application transactions (algokit-lora)
PatrickDinh 06:24:21 Merge remote-tracking branch 'origin/main' into app-name (algokit-lora)
semantic-re… 06:24:53 Notes added by 'git notes add' (algokit-lora)
daniel-make… 06:29:41 build: bump stubs to 1.1.3 (puya)
daniel-make… 06:29:41 fix: corrected itxn field type definitions for `VotePK`, `SelectionPK` and `FreezeAssetFrozen` (puya)
Hathoriel 06:35:35 ALL-6219 - Added AVAX to l1 (#1101) (tatum-js)
PatrickDinh 06:40:48 add tests (algokit-lora)
neilcampbell 07:25:14 feat: display account assets (algokit-lora)
dependabot[… 07:38:17 dependabot-npm(deps-dev): bump eslint from 8.57.0 to 9.3.0 (solidity-land-registry)
PatrickDinh 07:40:09 fix the test, introduce ApplicationSummary (algokit-lora)
HashMapsDat… 09:08:10 Merge branch 'main' into feat/semver-release (xHD-Wallet-API-kt)
joe-p 09:10:18 fix: app creation via methodCall (#274) (algokit-utils-ts)
headline-de… 09:14:12 siwa config init (avmkit)
semantic-re… 09:15:39 Notes added by 'git notes add' (algokit-utils-ts)
aorumbayev 09:15:42 fix: patch windows path isuses (#29) (algokit-fullstack-template)
headline-de… 09:16:25 update repo (avmkit)
dependabot[… 09:16:32 chore(deps): bump the all group across 1 directory with 6 updates (algokit-cli)
headline-de… 09:16:57 update yarn lock (avmkit)
neilcampbell 09:19:09 fix: task transfer on rekeyed account and update dependencies (#498) (algokit-cli)
HashMapsDat… 10:43:17 docs: README liquid host name (liquid-auth)
- 11:34:45 2.0.4 (algokit-cli)
actions-user 11:38:24 Updating algokit to 2.0.4 (homebrew-tap)
PhearZero 11:38:55 Merge pull request #20 from algorandfoundation/HashMapsData2Value-patch-1 (liquid-auth)
actions-user 11:42:28 Updating algokit to 2.0.4 (homebrew-tap)
PhearZero 12:34:28 Merge pull request #4 from algorandfoundation/feat/deep-links (liquid-auth-android)
github-acti… 12:36:49 Commit from GitHub Actions (Community Interest Tracker) (community)
FrankSzendz… 13:40:52 WIP (AlgorandVisualStudio)
aorumbayev 13:52:48 Merge remote-tracking branch 'origin/main' into feat/unit-testing (puya)
aorumbayev 13:53:04 feat: adding initial string (puya)
neilcampbell 14:02:52 Merge branch 'main' into account-assets (algokit-lora)
dependabot[… 14:23:48 chore(deps): bump the all group across 1 directory with 5 updates (algokit-utils-ts)
barnjamin 14:32:35 [create-pull-request] automated change (docs)
nullun 14:34:47 Merge pull request #1261 from algorandfoundation/automatic-pr-go-algorand-v3.24.0-stable-indexer-3.4.0 (docs)
iskysun96 14:40:19 Merge pull request #6 from algorand-devrel/refactor (orakle-coding-assignment-2024)
FrankSzendz… 14:43:40 WIP (AlgorandVisualStudio)
iskysun96 14:59:04 black linting fix (orakle-coding-assignment-2024)
neilcampbell 14:59:28 chore: adjust how we sync related state so it always runs before setting the atom (algokit-lora)
iskysun96 15:01:38 rm test (orakle-coding-assignment-2024)
neilcampbell 15:07:00 chore: fix lint (algokit-lora)
scholtz 15:10:38 cicd update from 3.23.1 to 3.24.0 (AlgorandKMDServer)
iskysun96 15:11:44 actions fix (orakle-coding-assignment-2024)
aorumbayev 15:19:03 chore: refine string implementation (puya)
Algo-devops… 15:27:10 Bump Version, Remove buildnumber.dat and genesistimestamp.dat files. (go-algorand)
Algo-devops… 15:27:10 Merge remote-tracking branch 'origin/rel/stable' into relstable3.24.0-remerge (go-algorand)
aorumbayev 15:29:05 chore: minor tweaks (puya)
headline-de… 15:45:51 siwa deployment url (avmkit)
scholtz 15:54:34 cicd update from 3.23.1 to 3.24.0 (AlgorandKMDServer)
Algo-devops… 16:03:09 CICD: go-algorand relstable3.24.0-remerge mergeback (#6002) (go-algorand)
github 16:07:12 add Go Benchmark (go) benchmark result for 2335b3541202216b1f048aee0f0ea4c3e40e2121 (go-algorand)
tkachenko0 16:22:44 [SOLANA] added events (rosetta-smart-contracts)
aorumbayev 16:31:24 feat: vrf_verify mock (puya)
ehanoc 17:28:32 temp: tests for break levels derivation (ARCs)
joe-p 20:21:04 fix: pushing resources to empty arrays (algokit-utils-ts)
joe-p 20:37:53 spike: fix updateNfdAppCall resource population (reti)
joe-p 20:38:44 fix: making box apps available (algokit-utils-ts)
joe-p 21:33:30 only populate non-zero apps from box ref (algokit-utils-ts)
joe-p 21:35:06 docs (algokit-utils-ts)
joe-p 21:55:55 fix expected error message with new incentive params (algokit-utils-ts)
drichar 22:20:49 feat(ui): update simulateEpoch to support rounds (reti)
drichar 22:30:15 chore(ui): remove console.logs, update arrow in toast (reti)
PhearZero 22:41:55 fix: type guard for generateQRCode (liquid-auth-js)
PhearZero 22:43:17 test(SignalClient): add unit tests for SignalClient (liquid-auth-js)
PatrickDinh 23:07:20 feat: show application name if it follows algokit standard (algokit-lora)
semantic-re… 23:09:04 Notes added by 'git notes add' (algokit-lora)
PhearZero 23:18:15 chore: remove initial qr data setting (liquid-auth-js)
joe-p 23:20:14 add scratchVariables (TEALScript)
joe-p 23:22:35 templateVariables.value (TEALScript)
algo-dev-se… 23:24:44 Regenerate code from specification file (java-algorand-sdk)
joe-p 23:25:12 add scratchVariables (ARCs)
joe-p 23:25:37 add value? to templateVariables (ARCs)
joe-p 23:26:53 add btyeCode (ARCs)
joe-p 23:27:16 make teal optional (ARCs)
joe-p 23:29:18 add byteCode (TEALScript)
joe-p 23:32:00 make scratchVariables optional (ARCs)
joe-p 23:39:26 support scratchVariables (TEALScript)
joe-p 23:39:59 scratchVariables optional (TEALScript)
joe-p 23:49:49 byteCode support (TEALScript)
dependabot[… 23:50:51 (algokit-subscriber-ts)
kylebeee 23:56:59 added deriveChildNodePublic method & setup Peikert improvements tests (xHD-Wallet-API-swift)