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

Development #300

Merged
merged 121 commits into from
Aug 2, 2022
Merged

Development #300

merged 121 commits into from
Aug 2, 2022

Conversation

AxVultis
Copy link
Member

No description provided.

cartoon-face and others added 30 commits February 19, 2022 21:05
Same logic as list_transfers
90s error, flashbacks
Return false instead of breaking
Fix spelling
Ive been sus of tests for a while now, thinking one every X times during tests it fails
Im absolutly sure that `confirm_deposit()` works as intended
This follows the same logic as the tests (TestWalletLegacy.cpp)
Maybe we should make this universal across Deposit and WalletLegacyTransaction
while(true) with a return true statement? Just to be on the safe side
Old output used to have a header to list each detail, now the output will list:
```
    --- Deposit Info ---
ID: <deposit_id>
Amount: <amount>
Interest: <interest>
Term: <term>
Status: <is_locked_bool>
Unlock Height: <unlock_height>
```

deposit details will either be `BRIGHT_RED` if locked or `BRIGHT_GREEN` if unlocked
Works on my machine
Fixes calling `cn::Deposit::unlockHeight` + `cn::Deposit::height`
* adds new file DepositHelper to feed infomation
* adds get_deposit(id) to iwalletlegacy so we can call deposit = get_deposit(id)
* add height and unlockheight to legacydeposit
* add notes to previous work
cartoon-face and others added 29 commits June 7, 2022 21:52
Remote node address implementation change
Banking features to `concealwallet`
Dont know how that happened
Banking features to `concealwallet`
* 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
Fix block difficulty in RpcServer
@AxVultis AxVultis merged commit 8678353 into master Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants