Home / Reports / Jun 25, 2024

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

Jun 24, 2024 Arrow Back Arrow Forward Jun 26, 2024
M
T
W
T
F
S
S
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
7

Tuesday, June 25, 2024

287 commits were pushed across 23 repos by 26 authors. There were 598,004 additions and 447,253 deletions.

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

Authors

Updated Repos

...

Commit Log

dependabot[… 00:04:43 build(deps-dev): bump typedoc from 0.25.12 to 0.26.2 (algokit-subscriber-ts)
dependabot[… 00:04:44 Merge 886242c6978893bd5e1bfe1ecd11535da98b5bad into 7b3a893c0eeda8713d889a461727126b78c95a92 (algokit-subscriber-ts)
dependabot[… 00:05:29 build(deps-dev): bump typescript from 5.4.3 to 5.5.2 (algokit-subscriber-ts)
dependabot[… 00:05:31 Merge caab16aa4b06a856a2f81d3aaeb1a53ad3612b89 into 7b3a893c0eeda8713d889a461727126b78c95a92 (algokit-subscriber-ts)
dependabot[… 00:30:19 :arrow_up: Bump pydantic-settings from 2.2.1 to 2.3.4 (algobase)
dependabot[… 00:30:53 :arrow_up: Bump mypy from 1.10.0 to 1.10.1 (algobase)
aorumbayev 00:52:00 feat: algorand-python-testing preview integration (algokit-python-template)
- 01:00:24 Build 2025 Data (go-algorand)
neilcampbell 01:58:14 chore: build dappflow url based on selected network (#119) (algokit-lora)
daniel-make… 02:42:42 add more literal coverage (puya)
daniel-make… 02:42:42 fix: handle single item tuples correctly (puya)
daniel-make… 02:49:33 more literal coverage (puya)
negar-abbasi 03:07:48 chore: some tweaks based on PR reviews (algokit-lora)
daniel-make… 03:24:52 more literal coverage (puya)
daniel-make… 03:28:37 more literal coverage (puya)
daniel-make… 03:32:08 rename void eb to none (puya)
negar-abbasi 03:38:48 chore: fix some test and timestamp (algokit-lora)
dependabot[… 03:51:50 Update @typescript-eslint/parser requirement from ^7.12.0 to ^7.14.1 (algo-voting)
daniel-make… 03:52:51 fix: bool evaluations that evaluate to constants are now treated as errors as they were either hiding a semantic compatability issue or were a sign of a mistake in the code. (puya)
daniel-make… 03:56:14 replace asserts with checks (puya)
daniel-make… 03:57:54 deprioritize TODO (puya)
neilcampbell 05:48:32 chore: reduce class duplication in card component (algokit-lora)
neilcampbell 05:51:51 chore: enhancements (#120) (algokit-lora)
neilcampbell 06:45:19 chore: add initial readme (algokit-lora)
negar-abbasi 06:45:23 fix: pervious block has to match indexer (algokit-lora)
neilcampbell 06:47:47 chore: add initial readme (#121) (algokit-lora)
neilcampbell 06:49:48 chore: fix readme format (algokit-lora)
negar-abbasi 06:55:23 Merge remote-tracking branch 'origin/main' into block-json (algokit-lora)
achidlow 07:04:17 EB cleanup pass (puya)
achidlow 07:04:17 EB cleanup pass (puya)
achidlow 07:04:17 EB cleanup pass (puya)
dependabot[… 07:11:48 dependabot-npm(deps-dev): bump @openzeppelin/hardhat-upgrades (solidity-land-registry)
achidlow 07:12:39 EB cleanup pass (puya)
achidlow 07:16:21 EB cleanup pass (puya)
achidlow 07:37:27 EB cleanup pass (puya)
achidlow 07:48:55 EB cleanup pass (puya)
larkinyoung 08:02:28 Upgraded Starlight / astro packages (devportal)
aorumbayev 08:05:01 chore: bool snapshot diff (puya)
achidlow 08:05:08 EB cleanup pass (puya)
daniel-make… 08:06:03 use examples env for pre-commit checks of examples, default env for everything else (puya)
daniel-make… 08:06:03 re-add algopy.py and convert pyproject to use hatch (puya)
Hactive808 08:18:21 ALL-7657 fixing typo of Cosmos network in SDK (tatum-js)
aorumbayev 08:25:30 chore: fixing cd for algopy_testing (puya)
larkinyoung 08:29:31 Added deployment config (devportal)
achidlow 08:46:21 EB cleanup pass (puya)
achidlow 08:47:34 EB cleanup pass (puya)
achidlow 08:52:19 address TODO (puya)
neilcampbell 08:52:54 chore: update links (#527) (algokit-cli)
achidlow 09:00:01 fix: resolve potential semantic incompatibility with super() usage and differing kinds of attributes (methods vs data) (puya)
achidlow 09:00:49 - fix recursive nature of self.foo = GlobalState etc (puya)
achidlow 09:01:25 fix: fix resolution of base class references across modules (puya)
achidlow 09:04:31 - reduce var_expression usage (WIP) (puya)
achidlow 09:05:04 fix: correct return type of String.join (puya)
achidlow 09:05:06 pytypes wip (puya)
achidlow 09:07:28 fix: prevent critical error message when missing self param in declaration (puya)
achidlow 09:11:09 - handle resolving expr PyType when it's a TupleExpr, which doesn't appear in mypy type tables (puya)
achidlow 09:11:49 fix: improve error messages when typing.Any type is encountered (puya)
achidlow 09:12:50 fix: fix bug with resolving super/direct base method invocation (puya)
achidlow 09:12:50 - ensure abi_call tests cover usage of methods with name overrides (puya)
achidlow 09:13:29 pytypes wip (puya)
achidlow 09:13:30 fix: allow usage of module constants in ARC4 method decorators (puya)
achidlow 09:14:02 approvals updates after rebase + add some todos (puya)
daniel-make… 09:14:02 fix: resolve issue when using native types with arguments and return values in abi_call (puya)
daniel-make… 09:14:02 test: add tests for native types being used with abi_call (puya)
achidlow 09:16:12 fix: fix bug with inner-transaction-containing tuple detection (puya)
achidlow 09:16:12 - remove stub_name from WType (WIP) (puya)
achidlow 09:18:11 - refactoring convert_arc4_literal (wip) (puya)
achidlow 09:18:11 fix: handle bool values (as subtype of int) when comparing against arc4 uintn (puya)
achidlow 09:18:12 fix: fix encoding of bytes constants and allow String as sep value (puya)
achidlow 09:18:12 fix usage of convert_literal in Bytes class constructor (puya)
achidlow 09:18:12 fix: handle __eq__ for ufixed (puya)
achidlow 09:18:48 fix: fix bug in "untyped" itxn creation not being declared as allowing BytesBacked (puya)
achidlow 09:18:48 - WType -> PyType usage in utils (puya)
achidlow 09:30:27 feat: allow conditional expressions involving literals when either interacting with an algopy type or being passed to an algopy function, where possible (puya)
daniel-make… 09:30:27 expand box api example and implement missing API functionality (WIP) (puya)
achidlow 09:31:16 - minor simplifications (puya)
daniel-make… 09:32:35 add more coverage for box error conditions (puya)
achidlow 09:32:35 feat: support tuple equality comparisons with literal elements, support tuple repetition & concatenation, and support indexing/slicing literals that support it (puya)
achidlow 09:32:35 compile O1 first so logs are accessible (puya)
achidlow 09:32:35 feat: support constructing tuples via tuple(<expr>) where expr is a fixed size sequence (puya)
achidlow 09:32:35 add TODO to fix bool_eval_to_constant usage (puya)
daniel-make… 09:32:35 - add more coverage for passing global/local storage proxies to a subroutine (puya)
achidlow 09:32:35 feat: support string literals in String.join argument (puya)
achidlow 09:32:35 - make ARC4 wtypes that are aliases easier to recognise, and remove redundant code now that string is just an alias for dynamic array (puya)
achidlow 09:33:48 - refactoring / adressing todos re: wtype <-> arc4 conversions (puya)
daniel-make… 09:33:48 fix: support negative indexes on indexable types (puya)
daniel-make… 09:33:48 add more coverage for box.value access (puya)
achidlow 09:34:35 fix: fix semantic compatibility issue with comparisons involving tuple literals (puya)
achidlow 09:34:35 fix temporary assignment / single eval (puya)
achidlow 09:34:35 - add test demonstrating prior tuple issue (puya)
achidlow 09:34:35 fix: fix semantic issues with tuple comparisons of different length / types (puya)
achidlow 09:36:07 - move arc4.Address builders to their own file && implement LiteralConverter (puya)
achidlow 09:36:07 fix: fix UInt64 handling of construction from bool (puya)
achidlow 09:37:46 - approval updates after rebase (puya)
daniel-make… 09:38:02 - rerun compile all (puya)
achidlow 09:38:41 - fix inscrutable error messages when doing something funky trying to assign to self - self storage key/key-prefixes must also be static and non-conditional (puya)
daniel-make… 09:39:22 - add dynamic bytes literal conversion (puya)
achidlow 09:39:49 - move wtype <-> arc4 manipulation functions to sole usage location: arc4 router (puya)
daniel-make… 09:40:04 - more literal coverage and validation (puya)
achidlow 09:40:35 - remove runtime type validation of AWST for now (can't handle unions) (puya)
daniel-make… 09:40:48 - add ir bytes/string/address constant validation (puya)
achidlow 09:41:43 - EB cleanup pass (puya)
achidlow 09:41:43 EB cleanup pass (puya)
achidlow 09:41:43 add todo (puya)
daniel-make… 09:41:43 feat: support a wider range of types for inner transaction application args (puya)
daniel-make… 09:41:43 combine intrinsic op mapping validation (puya)
daniel-make… 09:41:43 add intrinsic op mapping validation (puya)
achidlow 09:41:43 fix: fix argument packing condition when using abi_call (puya)
daniel-make… 09:42:19 - lint (puya)
daniel-make… 09:42:46 feat: support comparisons between `arc4.Bool` and `bool` (puya)
daniel-make… 09:43:52 fix: do not require ARC4 types to .copy() when being as arguments to an inner transaction (puya)
daniel-make… 09:43:52 add abi_call literal tests (puya)
achidlow 09:43:52 - EB cleanup pass (puya)
daniel-make… 09:44:17 - fix transaction fields test (puya)
achidlow 09:44:23 EB cleanup pass (puya)
achidlow 09:44:42 - test fixes (puya)
daniel-make… 09:45:11 - more tuple coverage (puya)
daniel-make… 09:45:11 fix: ensure tuple expressions are evaluated when converting to a bool (puya)
daniel-make… 09:45:26 more tuple coverage (puya)
achidlow 09:45:26 fix: add missing * to stubs, that EB was expecting (puya)
achidlow 09:45:39 EB cleanup pass (puya)
daniel-make… 09:46:00 - add more literal coverage (puya)
daniel-make… 09:46:00 fix: handle single item tuples correctly (puya)
daniel-make… 09:46:13 - rename void eb to none (puya)
daniel-make… 09:46:13 fix: bool evaluations that evaluate to constants are now treated as errors as they were either hiding a semantic compatability issue or were a sign of a mistake in the code. (puya)
daniel-make… 09:46:30 - replace asserts with checks (puya)
achidlow 09:46:41 EB cleanup pass (puya)
joe-p 09:50:13 rm option numbers from walkthrough (puya-ts)
larkiny 09:56:38 Merge pull request #9 from algorandfoundation/devrel-content (devportal)
larkinyoung 10:15:13 Fixed config (devportal)
achidlow 10:16:57 - EB cleanup pass (puya)
achidlow 10:16:57 fix: correct return type of String.join (puya)
achidlow 10:16:57 - handle resolving expr PyType when it's a TupleExpr, which doesn't appear in mypy type tables (puya)
achidlow 10:16:57 fix: fix resolution of base class references across modules (puya)
daniel-make… 10:16:57 fix: support negative indexes on indexable types (puya)
achidlow 10:16:57 fix: add missing * to stubs, that EB was expecting (puya)
achidlow 10:16:57 fix: fix bug with inner-transaction-containing tuple detection (puya)
daniel-make… 10:16:57 - lint (puya)
achidlow 10:16:57 - minor simplifications (puya)
daniel-make… 10:16:57 add intrinsic op mapping validation (puya)
achidlow 10:16:57 fix: prevent critical error message when missing self param in declaration (puya)
achidlow 10:16:57 - move arc4.Address builders to their own file && implement LiteralConverter (puya)
achidlow 10:16:57 visit __init__ first (puya)
achidlow 10:16:57 add todo (puya)
achidlow 10:16:57 fix: fix encoding of bytes constants and allow String as sep value (puya)
achidlow 10:16:57 fix: fix bug in "untyped" itxn creation not being declared as allowing BytesBacked (puya)
achidlow 10:16:57 EB cleanup pass (puya)
achidlow 10:16:57 add TODO to fix bool_eval_to_constant usage (puya)
achidlow 10:16:57 compile O1 first so logs are accessible (puya)
achidlow 10:16:57 EB cleanup pass (puya)
achidlow 10:16:57 pytypes wip (puya)
achidlow 10:16:57 fix: resolve potential semantic incompatibility with super() usage and differing kinds of attributes (methods vs data) (puya)
daniel-make… 10:16:57 add abi_call literal tests (puya)
achidlow 10:16:57 - fix inscrutable error messages when doing something funky trying to assign to self - self storage key/key-prefixes must also be static and non-conditional (puya)
daniel-make… 10:16:57 - add dynamic bytes literal conversion (puya)
daniel-make… 10:16:57 - add ir bytes/string/address constant validation (puya)
achidlow 10:16:57 fix: fix UInt64 handling of construction from bool (puya)
achidlow 10:16:57 fix: handle bool values (as subtype of int) when comparing against arc4 uintn (puya)
daniel-make… 10:16:57 combine intrinsic op mapping validation (puya)
daniel-make… 10:16:57 test: add tests for native types being used with abi_call (puya)
daniel-make… 10:16:57 - more tuple coverage (puya)
daniel-make… 10:16:57 - replace asserts with checks (puya)
achidlow 10:16:57 - remove runtime type validation of AWST for now (can't handle unions) (puya)
achidlow 10:16:57 feat: support string literals in String.join argument (puya)
achidlow 10:16:57 fix: fix semantic compatibility issue with comparisons involving tuple literals (puya)
achidlow 10:16:57 fix: handle __eq__ for ufixed (puya)
daniel-make… 10:16:57 expand box api example and implement missing API functionality (WIP) (puya)
achidlow 10:16:57 feat: support tuple equality comparisons with literal elements, support tuple repetition & concatenation, and support indexing/slicing literals that support it (puya)
achidlow 10:16:57 fix: fix argument packing condition when using abi_call (puya)
daniel-make… 10:16:57 - add more coverage for passing global/local storage proxies to a subroutine (puya)
achidlow 10:16:57 - fix recursive nature of self.foo = GlobalState etc (puya)
daniel-make… 10:16:57 - fix transaction fields test (puya)
daniel-make… 10:16:57 fix: resolve issue when using native types with arguments and return values in abi_call (puya)
achidlow 10:16:57 EB cleanup pass (puya)
achidlow 10:16:57 fix usage of convert_literal in Bytes class constructor (puya)
daniel-make… 10:16:57 fix: do not require ARC4 types to .copy() when being as arguments to an inner transaction (puya)
achidlow 10:16:57 - refactoring / adressing todos re: wtype <-> arc4 conversions (puya)
achidlow 10:16:57 feat: support constructing tuples via tuple(<expr>) where expr is a fixed size sequence (puya)
achidlow 10:16:57 fix: improve error messages when typing.Any type is encountered (puya)
achidlow 10:16:57 - make ARC4 wtypes that are aliases easier to recognise, and remove redundant code now that string is just an alias for dynamic array (puya)
achidlow 10:16:57 - test fixes (puya)
tristanmenz… 10:16:57 feat: Box storage api (puya)
daniel-make… 10:16:57 fix: ensure tuple expressions are evaluated when converting to a bool (puya)
achidlow 10:16:57 pytypes wip (puya)
achidlow 10:16:57 - ensure abi_call tests cover usage of methods with name overrides (puya)
daniel-make… 10:16:57 feat: support comparisons between `arc4.Bool` and `bool` (puya)
achidlow 10:16:57 - add test demonstrating prior tuple issue (puya)
daniel-make… 10:16:57 - add more literal coverage (puya)
achidlow 10:16:57 fix temporary assignment / single eval (puya)
achidlow 10:16:57 - EB cleanup pass (puya)
achidlow 10:16:57 fix: allow usage of module constants in ARC4 method decorators (puya)
achidlow 10:16:57 approvals updates after rebase + add some todos (puya)
achidlow 10:16:57 fix: fix bug with resolving super/direct base method invocation (puya)
achidlow 10:16:57 - move wtype <-> arc4 manipulation functions to sole usage location: arc4 router (puya)
daniel-make… 10:16:57 - rename void eb to none (puya)
daniel-make… 10:16:57 - more literal coverage and validation (puya)
daniel-make… 10:16:57 fix: bool evaluations that evaluate to constants are now treated as errors as they were either hiding a semantic compatability issue or were a sign of a mistake in the code. (puya)
daniel-make… 10:16:57 - rerun compile all (puya)
achidlow 10:16:57 - refactoring convert_arc4_literal (wip) (puya)
achidlow 10:16:57 EB cleanup pass (puya)
achidlow 10:16:57 - reduce var_expression usage (WIP) (puya)
daniel-make… 10:16:57 fix: handle single item tuples correctly (puya)
achidlow 10:16:57 feat: allow conditional expressions involving literals when either interacting with an algopy type or being passed to an algopy function, where possible (puya)
daniel-make… 10:16:57 more tuple coverage (puya)
daniel-make… 10:16:57 add more coverage for box error conditions (puya)
daniel-make… 10:16:57 add more coverage for box.value access (puya)
daniel-make… 10:16:57 feat: support a wider range of types for inner transaction application args (puya)
achidlow 10:16:57 fix: fix semantic issues with tuple comparisons of different length / types (puya)
achidlow 10:16:57 - approval updates after rebase (puya)
achidlow 10:16:57 - remove stub_name from WType (WIP) (puya)
achidlow 10:16:57 - WType -> PyType usage in utils (puya)
- 10:18:25 2.1.0 (puya)
daniel-make… 10:28:19 Merge remote-tracking branch 'refs/remotes/origin/main' into feat/unit-testing (puya)
aorumbayev 10:36:38 decipher preview version of `algorand-python-testing` package (#256) (puya)
joe-p 10:45:26 add routing walkthrough (puya-ts)
larkinyoung 11:16:13 Temp rename of "AlgoKit" folder (devportal)
larkinyoung 11:16:54 Renamed AlgoKit folder to "algokit" (devportal)
neilcampbell 11:28:37 chore: tweaks for content overflows (algokit-lora)
- 12:02:30 2.1.3 (algokit-cli)
actions-user 12:05:45 Updating algokit to 2.1.3 (homebrew-tap)
actions-user 12:08:35 Updating algokit to 2.1.3 (homebrew-tap)
github-acti… 12:36:38 Commit from GitHub Actions (Community Interest Tracker) (community)
neilcampbell 13:11:22 chore: more responsive teaks (algokit-lora)
goktugberku… 13:39:21 :sparkles: Handle screen routing for the send inbox (pera-ios)
goktugberku… 13:39:48 :sparkles: Update event name (pera-ios)
goktugberku… 13:40:19 :sparkles: Update assets and texts (pera-ios)
goktugberku… 13:40:49 :construction: Update the sdk function (pera-ios)
neilcampbell 13:52:21 chore: tuning text truncation (algokit-lora)
goktugberku… 13:55:04 :sparkles: Implement composing, signing and uploading transactions for inbox (pera-ios)
goktugberku… 13:55:18 :construction: Update api model for inbox summary (pera-ios)
goktugberku… 13:55:52 :sparkles: Implement view models and theme for the send inbox screen (pera-ios)
neilcampbell 14:17:55 chore: make transaction components consistent (algokit-lora)
- 14:18:06 Create staging deployment workflow (devportal)
goktugberku… 14:19:00 :sparkles: Handle draft and id/address environments (pera-ios)
- 14:19:08 Rename main.yml to gh-pages-deploy.yml (devportal)
neilcampbell 14:23:52 chore: more tweaks (#122) (algokit-lora)
- 14:24:04 Update gh-pages-deploy.yml (devportal)
goktugberku… 14:30:02 :sparkles: Implement sending the inbox request (pera-ios)
algorandskiy 14:38:46 node: close ledger on node shutdown (go-algorand)
goktugberku… 14:53:34 :bug: Fix minor issues (pera-ios)
goktugberku… 14:55:43 Merge branch 'arc59' into 583-arc59-receiver-flow (pera-ios)
goktugberku… 15:06:07 Merge branch '583-arc59-receiver-flow' into 583-arc59-requests-inbox (pera-ios)
goktugberku… 15:07:28 :bug: Fix renaming issues (pera-ios)
michaeltchu… 15:13:48 chore: log greeting (2024-06-25) (a-day-in-my-bobalife)
dependabot[… 15:21:55 chore: bump androidx.test.espresso:espresso-core in /DisneyScenicRides (a-day-in-my-bobalife)
dependabot[… 15:22:01 chore: bump androidx.test.ext:junit in /DisneyScenicRides (a-day-in-my-bobalife)
dependabot[… 15:24:59 chore: bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.0 in /DisneyScenicRides (#143) (a-day-in-my-bobalife)
dependabot[… 15:25:11 chore: bump androidx.test.ext:junit from 1.1.5 to 1.2.0 in /DisneyScenicRides (#144) (a-day-in-my-bobalife)
neilcampbell 15:27:56 chore: tweak app call transaction (algokit-lora)
neilcampbell 15:28:06 feat: add back button (algokit-lora)
Jmcglobal 15:28:25 added dockerfile (zaibatsu)
goktugberku… 15:33:47 :bug: Fix minor naming issues (pera-ios)
goktugberku… 15:36:45 Merge branch '583-arc59-requests-inbox' into 583-arc59-claim-reject (pera-ios)
github-acti… 15:45:03 Regenerate code from specification file (#721) (java-algorand-sdk)
github-acti… 15:45:24 Regenerate code from specification file (#647) (go-algorand-sdk)
algorandskiy 16:15:39 close part registry and part keys (go-algorand)
goktugberku… 16:33:44 :bug: Handle minor issues (pera-ios)
neilcampbell 16:39:14 fix: overflowing amount in transaction graph (algokit-lora)
algorandskiy 16:41:36 CR: re-check pool shutdown in ingest after cond var wait (go-algorand)
neilcampbell 16:58:35 Tweaks (#123) (algokit-lora)
PhearZero 17:02:31 Merge pull request #166 from algorandfoundation/develop (nft_voting_tool)
algorandskiy 17:05:27 node: close ledger and part keys on node shutdown (#6039) (go-algorand)
github 17:10:13 add Go Benchmark (go) benchmark result for 24382d85ad35d5a2f200434936fd643a909b6eab (go-algorand)
algorandskiy 17:15:50 Merge remote-tracking branch 'upstream/master' into feature/p2p (go-algorand)
jasonpaulos 17:17:32 Move large stateproof to file (js-algorand-sdk)
jasonpaulos 17:22:15 Remove comment (js-algorand-sdk)
algorandskiy 17:22:58 Update node/node_test.go (go-algorand)
joe-p 17:29:54 math walkthrough (puya-ts)
jessicamill… 17:43:09 Prune pendulum, fastapi-utils, various (gridworks)
ohill 17:48:10 CR: rename BUILDARCH to CROSS_COMPILE_ARCH (go-algorand)
tristanmenz… 18:10:36 Update nodes (puya-ts)
hsoerensen 19:23:55 Add algod version to metrics (go-algorand)
hsoerensen 19:42:24 Update to use gauge and multiple labels (go-algorand)
murilo-beni… 19:44:42 fix: add message for signin bytes (ultrade-python-sdk)
goktugberku… 20:01:50 :bug: Fix minor issues (pera-ios)
goktugberku… 20:02:17 Merge pull request #1470 from perawallet/583-arc59-claim-reject (pera-ios)
aorumbayev 20:55:19 chore: patching bugs (algokit-python-template)
aorumbayev 21:07:08 chore: patching artifacts (algokit-python-template)
goktugberku… 21:14:28 :recycle: Refactor sending claim and reject transactions for standard accounts (pera-ios)
aorumbayev 21:28:35 feat: algorand-python-testing preview integration (#28) (algokit-python-template)
aorumbayev 21:47:28 fix: set algorand-python-testing version to ref pypi (algokit-python-template)
aorumbayev 21:52:50 fix: set algorand-python-testing version to ref pypi (#29) (algokit-python-template)
goktugberku… 23:03:54 :lipstick: Fix some UI and UX related issues on the flows (pera-ios)
algorandskiy 23:31:47 Do not call ERL in p2pnet handler (go-algorand)
algorandskiy 23:40:26 return and log dht.Close() error (go-algorand)
PatrickDinh 23:47:25 Merge remote-tracking branch 'origin/main' into clawback-close-out (algokit-lora)
PatrickDinh 23:52:40 fix test transaction network (algokit-lora)