Page MenuHomePhorge

Fix wallet:transactions and add --balance option
ClosedPublic

Authored by machniak on Mar 20 2023, 12:38 PM.
Tags
None
Referenced Files
F16079787: D4163.diff
Mon, Oct 14, 4:19 PM
Unknown Object (File)
Fri, Oct 11, 8:18 AM
Unknown Object (File)
Sep 13 2024, 8:40 AM
Unknown Object (File)
Sep 13 2024, 8:39 AM
Unknown Object (File)
Sep 11 2024, 11:17 AM
Unknown Object (File)
Aug 30 2024, 6:47 AM
Unknown Object (File)
Aug 28 2024, 5:04 AM
Unknown Object (File)
Aug 22 2024, 6:08 AM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK3a781200cc1f: Fix wallet:transactions and add --balance option
Summary
  1. ->each() without ->get() does set "LIMIT 1000 OFFSET 0" on the query. We use cursor() instead.
  2. Added option to print wallet balance after every transaction
Test Plan

./phpunit tests/Feature/Console/Wallet/TransactionTest.php

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
This revision is now accepted and ready to land.Mar 22 2023, 9:18 AM
This revision was automatically updated to reflect the committed changes.