Jordan D. Nelson
Jordan D. Nelson
@hkanezashi @suzumura Added a Dockerfile to prove that this runs okay in a linux environment.
An adjacency list should be generated by the transaction graph generator. The transactions csv file is currently acting as a lengthy adjacency list already and the concept of "transactions" should...
Also Account Groups have a dependency on an AbstractTransactionModel. This dependency should be removed. Account Groups are just groups of accounts (mini graphs) and should not know they are being...
Accounts are currently steppable and this is creating complexity. Abstract transaction models should be steppable.
I used to be able to hit the VS Code debugger in old Japa and Adonis V5 using this command `node --inspect=9230 ace test`. You also had to `Debug: Toggle...