Page MenuHomePhorge

Fix wallet:transactions and add --balance option
ClosedPublic

Authored by machniak on Mar 20 2023, 12:38 PM.
Tags
None
Referenced Files
F12264432: D4163.id12092.diff
Mon, May 20, 1:39 AM
F12263493: D4163.id.diff
Mon, May 20, 12:02 AM
Unknown Object (File)
Fri, May 17, 7:50 AM
Unknown Object (File)
Fri, May 17, 6:04 AM
Unknown Object (File)
Tue, May 14, 12:13 PM
Unknown Object (File)
Wed, May 8, 11:58 PM
Unknown Object (File)
Wed, May 8, 9:56 PM
Unknown Object (File)
Sun, Apr 21, 5:09 PM
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.