Home Reports Aug 21, 2024

Wednesday, August 21, 2024

Commits
143
pushed this day
Repositories
19
with activity
Contributors
21
distinct authors
Lines changed
+48,915 −19,499
additions / deletions

August 2024

‹ ›
M
T
W
T
F
S
S

Dot = report available

Authors 20

Commit Log

143 commits · 19 repositories

00:17:02 algokit-lora PatrickDinh rename "contract" to "app interface" +81 −79
00:20:26 algokit-lora PatrickDinh rename "appInterfaces" to "app-interfaces" +8 −8
00:27:53 algokit-lora PatrickDinh rename "displayName" to "name" +9 −9
00:35:04 algokit-lora PatrickDinh PR review +7 −8
01:00:25 go-algorand - Build 2082 Data +1 −1
01:06:07 algokit-lora negar-abbasi chore: add padding +16 −35
01:14:29 algokit-lora PatrickDinh Merge branch 'app-studio-page' into view-contracts +348 −345
01:17:24 algokit-lora PatrickDinh fix UI +1 −1
01:37:20 algokit-lora PatrickDinh rename new-app to create-app +9 −9
02:46:34 algokit-lora PatrickDinh Merge branch 'app-studio-page' into view-contracts +9 −9
03:12:54 algostack ctibo catch addons errors +14 −10
03:13:11 algostack ctibo 0.7.2 +3 −3
03:18:49 use-wallet drichar fix(use-wallet): create new object references in setActiveAccount +81 −8
03:22:20 algokit-lora neilcampbell chore: wording tweaks +8 −7
03:28:46 algokit-lora PatrickDinh Fix responsive +8 −6
03:31:50 algokit-lora PatrickDinh feat: create app interface from app lab page (#228) +620 −335
03:35:37 algokit-lora PatrickDinh Merge branch 'app-studio-page' into view-contracts +0 −0
03:35:49 algokit-lora PatrickDinh merge +9 −7
03:37:10 algokit-lora PatrickDinh merge +2 −2
03:38:08 algokit-lora PatrickDinh Merge remote-tracking branch 'origin/main' into view-contracts +0 −0
03:38:52 algokit-lora PatrickDinh clean up +0 −1
03:42:11 algokit-lora PatrickDinh wording +4 −1
03:45:22 use-wallet drichar fix: immutable state updates in addWallet and setAccounts +97 −13
03:46:09 use-wallet drichar refactor: store mutation function improvements +11 −15
03:46:33 use-wallet drichar chore(use-wallet): fix import sort order in src/store.ts +1 −1
03:47:15 algo-voting dependabot[bot] Update algosdk requirement from ^2.8.0 to ^2.9.0 +1 −1
03:51:56 algokit-lora PatrickDinh PR review +12 −11
03:56:47 subql-stellar jiqiang90 Fix issue in OperationFilter +7 −1
04:01:33 subql-stellar jiqiang90 Fix issue in OperationFilter (#80) +7 −1
04:03:05 subql-stellar jiqiang90 [SKIP CI] Prerelease +8 −4
04:07:32 use-wallet drichar fix(core): immutable state updates in store mutation functions (#220) +190 −37
04:09:28 subql-stellar jiqiang90 [release] 20240821 +12 −8
04:10:49 use-wallet drichar chore: release v3.1.5 +10 −4
04:15:15 subql-stellar jiqiang90 [release] 20240821 (#81) +12 −8
04:19:31 algokit-lora PatrickDinh PR feedback +3 −3
04:28:49 algokit-lora PatrickDinh feat: view and delete app interfaces (#229) +158 −20
04:29:24 algokit-lora PatrickDinh fix labels wording +12 −8
04:53:16 algokit-lora PatrickDinh chore: wording (#231) +12 −8
05:50:47 algorand-python-testing daniel-makerx test: use appropriate app_id when providing gtxns +6 −2
05:50:47 algorand-python-testing daniel-makerx test: move opt_in into fixture +4 −4
05:50:47 algorand-python-testing daniel-makerx test: assert on algopy types +15 −16
05:50:47 algorand-python-testing daniel-makerx feat: rename txn_op_fields to active_txn_overrides to better reflect purpose, add additional checks to ensure crate_group parameters are used correctly +37 −33
05:50:47 algorand-python-testing daniel-makerx test: use correct method for overriding on_completion +1 −2
05:50:47 algorand-python-testing daniel-makerx build: ignore exit code of docformatter +1 −1
06:00:23 algorand-python-testing daniel-makerx test: use correct method for overriding on_completion +1 −2
06:00:23 algorand-python-testing aorumbayev chore: locking docstrings linter/formatter +2 −2
06:00:23 algorand-python-testing aorumbayev refactor: todo on kwargs to match order of fn signature +23 −3
06:00:23 algorand-python-testing aorumbayev docs: integrating pydoclint; formatting docs; removing docs from stub implementation +452 −349
06:00:23 algorand-python-testing daniel-makerx fix: fix equality implementation for Account, to allow comparison with arc4.Address +7 −5
06:00:23 algorand-python-testing aorumbayev refactor: removing redundant ctx.reset() calls; moving boxes out of examples +407 −209
06:00:23 algorand-python-testing daniel-makerx fix: when generating app/asset id's skip any that might already be reserved +18 −6
06:00:23 algorand-python-testing daniel-makerx test: assert on algopy types +15 −16
06:00:23 algorand-python-testing daniel-makerx test: add tests for `op.AppParamsGet` by index, remove assumptions about foreign array index for app/assets/accounts +92 −48
06:00:23 algorand-python-testing daniel-makerx test: simplify test_app_local_put_get_and_delete +35 −39
06:00:23 algorand-python-testing daniel-makerx chore: fix typing for create_group +1 −1
06:00:23 algorand-python-testing daniel-makerx chore: git ignore .venv dirs +1 −0
06:00:23 algorand-python-testing daniel-makerx test: use appropriate app_id when providing gtxns +6 −2
06:00:23 algorand-python-testing daniel-makerx fix: ensure Global.current_application* properties match AVM +8 −12
06:00:23 algorand-python-testing aorumbayev test: extra tests for signatures contract against avm +199 −84
06:00:23 algorand-python-testing aorumbayev chore: addressing todo on field validators on asset application generators +21 −186
06:00:23 algorand-python-testing daniel-makerx build: ignore exit code of docformatter +1 −1
06:00:23 algorand-python-testing aorumbayev chore: fixing hatch installation in ci to ensure its installed via 3.12 +3 −3
06:00:23 algorand-python-testing daniel-makerx test: add AVM execution for remaining methods on Arc4ABIMethod +183 −106
06:00:23 algorand-python-testing daniel-makerx test: test op.AssetParamsGet by index +72 −38
06:00:23 algorand-python-testing aorumbayev chore: testing ci +3 −3
06:00:23 algorand-python-testing daniel-makerx test: add tests for `op.AcctParamsGet` by index +67 −37
06:00:23 algorand-python-testing daniel-makerx fix: ensure new Account's have field defaults populated +8 −9
06:00:23 algorand-python-testing daniel-makerx test: move opt_in into fixture +4 −4
06:00:23 algorand-python-testing aorumbayev test: setting up a branch for consolidating work on final todos/tests +95 −73
06:00:23 algorand-python-testing daniel-makerx feat: rename txn_op_fields to active_txn_overrides to better reflect purpose, add additional checks to ensure crate_group parameters are used correctly +37 −33
06:00:23 algorand-python-testing daniel-makerx test: update StateOps artifacts +1455 −887
06:00:23 algorand-python-testing aorumbayev chore: tweaking update account to allow updating opted asset balances +15 −3
06:45:16 puya daniel-makerx fix: remove `slice` from `__getitem__` in `algopy.arc4.DynamicArray` and `algopy.arc4.StaticArray` +3 −3
06:53:32 wen-tools vincealvare color change bounty +109 −100
06:55:17 algokit-lora PatrickDinh feat: use network genesis hash in the db name +10 −4
07:03:50 algorand-python-testing daniel-makerx build: using sphinx supported `typing.Unpack` for unpacking tuple types +1 −1
07:18:00 algorand-python-testing daniel-makerx build: filter release notes to useful categories +33 −0
08:16:11 algokit-lora negar-abbasi chore: make the image sharper, button position changed +82 −67
08:40:05 algokit-utils-ts robdmoore feat: Ensuring equivalent implementation of transfer, asset and part of transaction modules +1636 −703
08:42:27 algokit-utils-ts robdmoore feat: Deprecated asset and transfer modules +1588 −767
08:43:01 algokit-utils-ts robdmoore docs: Started writing docs for algorand client (WIP) +508 −25
08:43:24 algokit-utils-ts robdmoore feat: Moved from rekey being a transaction type to being a method on `AccountManager` +72 −106
08:45:27 algokit-utils-ts robdmoore docs: Added up to date documentation for rekeyAccount, AlgorandClient, asset, dispenser client, indexer, testing, transfer +1492 −832
08:58:42 algorand-python-testing daniel-makerx build: filter release notes to useful categories (#16) +33 −0
08:58:54 algorand-python-testing aorumbayev Merge branch 'main' into fix-type-annotations +33 −0
09:02:39 algorand-python-testing daniel-makerx build: using sphinx supported `typing.Unpack` for unpacking tuple types (#15) +1 −1
09:06:31 algorand-python-testing - 0.3.0-beta.4 +122 −298
09:09:10 algorand-python-testing daniel-makerx fix: ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types) +1238 −79
09:09:10 algorand-python-testing daniel-makerx refactor: make ARC4 type_info private +85 −98
09:09:10 algorand-python-testing daniel-makerx refactor: make ARC4 struct inherit _ABIEncoded +8 −9
09:09:10 algorand-python-testing daniel-makerx feat: add __str__ and __repr__ implementations for ARC4 types +77 −1
09:09:10 algorand-python-testing daniel-makerx fix: add default __eq__ implementation for ARC4 types +8 −0
09:12:00 algokit-utils-ts robdmoore docs: PR feedback - docs tweaks and consistent Algo/ALGO use according to brand guidelines +163 −163
10:09:49 algorand-python-testing aorumbayev refactor: removing get_app_for_contract; expanding get_app; parsing on_complete +61 −32
10:21:45 algorand-python-testing daniel-makerx fix: ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types) (#14) +1467 −209
10:25:37 algorand-python-testing - 0.3.0-beta.5 +19 −1
10:52:23 algorand-python-testing aorumbayev docs: wip +1314 −75
10:52:23 algorand-python-testing aorumbayev chore: refresh pyproject +8 −1
10:52:31 algorand-python-testing aorumbayev docs: refining docs (wip) +138 −404
10:52:31 algorand-python-testing aorumbayev chore: integrating doctests +146 −77
10:54:09 algorand-python-testing aorumbayev docs: revamping docs with latest features +933 −668
10:54:09 algorand-python-testing aorumbayev docs: refine op codes section +156 −78
10:54:09 algorand-python-testing aorumbayev docs: minor consistency with main readme; patching doctests +80 −61
10:54:09 algorand-python-testing aorumbayev docs: removing the box from examples +0 −1
10:57:12 algorand-python-testing aorumbayev chore: merge conflicts +8 −3
10:58:13 algokit-lora PatrickDinh wip - fix +53 −42
11:02:31 algorand-python-testing aorumbayev chore: apply suggestions from code review +7 −7
11:03:34 algokit-lora PatrickDinh fix tests +5 −4
11:05:27 algokit-lora PatrickDinh oops, need to read from settingsStore +2 −1
12:33:45 algorand-python-testing aorumbayev docs: addressing docs pr comments +434 −334
13:17:38 algorand-python-testing aorumbayev docs: documentation for initial stable release of `algorand-python-testing` (#8) +1924 −409
13:21:17 use-wallet HashMapsData2Value feat: adds docker-compose +290 −0
13:21:57 algorand-python-testing - 0.3.0-beta.6 +31 −1
13:35:44 algokit-python-template aorumbayev chore: disable verbose compile for more consistent output stability +19 −4
13:44:38 algokit-cli aorumbayev docs: remove typos +1 −13
13:51:58 algokit-python-template aorumbayev chore: disable verbose compile for more consistent output stability (#53) +19 −4
13:59:09 Algorand_Bytes Ganainmtech add title to left nav bar and dev portal link on right side +22 −18
14:01:01 algokit-utils-ts robdmoore fix: Pull request feedback +541 −474
14:04:31 Algorand_Bytes Ganainmtech tidy comemnts +19 −17
14:11:45 go-algorand jasonpaulos Sort leases +22 −2
14:38:53 algokit-lora neilcampbell chore: fix download button positioning +66 −67
15:10:19 algokit-cli aorumbayev test: adding extra snapshot tests for extra args and sequential flag +200 −0
15:13:48 a-day-in-my-bobalife michaeltchuang chore: log greeting (2024-08-21) +1 −0
15:15:33 Bonfire SilentRhetoric Update use-wallet to incorporate bug fix +10 −10
15:29:32 go-algorand cce Update ledger/ledger.go +1 −1
15:45:31 docs ori-shem-tov Merge pull request #1265 from SilentRhetoric/staging +2 −2
15:45:55 algokit-utils-ts neilcampbell fix: remove AlgorandClient memoize in AlgorandFixture +1 −1
17:15:35 go-algorand - move pubsubTracer to parent package +170 −260
17:20:04 js-algorand-sdk jasonpaulos Use prerelease tag in changelog generation +2 −1
18:16:39 c3-typescript-sdk MatHermida add cross chain examples +376 −162
18:18:32 Bonfire SilentRhetoric Tweak button text +1 −1
18:19:05 Bonfire SilentRhetoric Merge pull request #5 from SilentRhetoric:use-wallet-v3 +13120 −4207
18:38:20 use-wallet HashMapsData2Value chore: debug info +19 −5
18:40:19 use-wallet HashMapsData2Value chore: get session +32 −0
18:41:31 go-algorand - heapwatch: support p2p total bytes counters +49 −25
18:45:49 algorand-python-testing aorumbayev refactor: moving implementation into private namespace; refining docs; configuring api docs +568 −533
18:51:19 algorand-python-testing aorumbayev refactor: moving implementation into private namespace; refining docs; configuring api docs (#17) +568 −533
18:55:23 algorand-python-testing - 0.3.0-beta.7 +3 −1
18:59:43 Bonfire SilentRhetoric Merge pull request #6 from SilentRhetoric:dev +13060 −4186
19:43:16 devportal iskysun96 docs: add code examples +492 −9
20:48:09 go-algorand - adjust TXTopicName value +3 −2
20:51:31 go-algorand - remove unused metric names +0 −5
23:35:49 algokit-lora PatrickDinh feat: use network genesis hash in the db name (#232) +64 −45