Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save all transactions to file #294

Merged
merged 6 commits into from
Jul 23, 2022

Conversation

cartoon-face
Copy link
Contributor

This will need a quick test

@AxVultis AxVultis self-requested a review July 11, 2022 20:25
@AxVultis AxVultis self-assigned this Jul 11, 2022
Copy link
Member

@AxVultis AxVultis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some fixes are required as commented in the code.
The header is not exported to the file.
It would be great to have some info about the filename and the status of the command in the wallet itself.

src/SimpleWallet/SimpleWallet.cpp Outdated Show resolved Hide resolved
src/SimpleWallet/SimpleWallet.cpp Outdated Show resolved Hide resolved
cartoon-face and others added 4 commits July 14, 2022 14:35
* dont use .erase() as this will rename m_wallet_file
* new private member to store formatted wallet name
* add logger so user can see progress
* update notes
* remove is_minus variable
* redo m_frmt_wallet_file to take data from temp string
* update command to include deposits too
* make command optional bool where false is default
* fix "ext_help" output for new command
* remove todo note in new command
* use correct variables in both for statements
* add height column in deposit output
* new list deposit as string function
* fix output to align

* TODO add "list_deposit_item()" to DepositHelper.h
Copy link
Member

@AxVultis AxVultis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Thanks

@AxVultis AxVultis merged commit d61732c into ConcealNetwork:development Jul 23, 2022
@cartoon-face cartoon-face added the enhancement New feature or request label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants