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

Version 6.7.3 #330

Merged
merged 34 commits into from
Feb 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
509699c
Fix available balance
AxVultis Feb 25, 2023
e54a3ec
Fix daemon-address usage
AxVultis Jan 8, 2023
d0ab5a9
Migrate concealwallet to walletgreen
AxVultis Apr 1, 2023
5668b50
Migrate concealwallet to walletgreen
AxVultis Apr 1, 2023
b5f9481
Observable wallet
AxVultis Apr 2, 2023
f27c97d
Format timestamp as string
AxVultis Apr 8, 2023
7f77c1a
Merge branch 'development' into simplewallet-to-walletgreen
AxVultis Apr 9, 2023
c5b35b8
Include system_error
AxVultis Apr 9, 2023
52ae839
Fix WalletGreen warnings
AxVultis Apr 9, 2023
080f889
Remove WalletGreen message duplication
AxVultis Apr 9, 2023
17ca138
Remove WalletGreen transaction duplication
AxVultis Apr 9, 2023
2691680
Fix promise
AxVultis Apr 15, 2023
8edffed
Add messages to WalletTransaction
AxVultis Apr 15, 2023
a2f8ed3
Add ttl to WalletGreen
AxVultis Apr 22, 2023
442f39a
Update release build flags
AxVultis Sep 19, 2023
e3b5621
Update Boost
AxVultis Sep 20, 2023
49a9a16
Update windows runners to windows-2022
AxVultis Sep 20, 2023
a05e78e
Cache Boost
AxVultis Sep 23, 2023
7598cc3
Update miniupnpc to version 2.2.5
AxVultis Sep 23, 2023
954479a
Update parallel_hashmap to version 1.3.11
AxVultis Sep 23, 2023
e12c905
Update RPC server
AxVultis Oct 15, 2023
3b30e79
Add OpenAPI documentation
AxVultis Oct 22, 2023
74d400c
Add Redoc documentation
AxVultis Oct 22, 2023
8e2b0f6
Update checkpoints
AxVultis Oct 22, 2023
4b48c6a
Merge branch 'rpc' into development
AxVultis Oct 22, 2023
dd6854e
Add paymentId to extra
AxVultis Oct 22, 2023
195c5cb
Update WalletGreen
AxVultis Nov 19, 2023
628a305
Fix WalletGreen password change
AxVultis Nov 26, 2023
63ca10a
Update #include
AxVultis Nov 26, 2023
2fc8818
Merge branch 'development' into legacy-green
AxVultis Dec 2, 2023
f732e9d
Merge pull request #329 from ConcealNetwork/legacy-green
AxVultis Feb 22, 2024
0eb1a26
Update checkpoints
AxVultis Feb 24, 2024
504cd3c
Version 6.7.3
AxVultis Feb 24, 2024
0ab3205
Update to macOS 12
AxVultis Feb 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update WalletGreen
AxVultis committed Nov 19, 2023
commit 195c5cbe69660a91bfa448ebb8c67d60db5ca5b9
1 change: 1 addition & 0 deletions src/Wallet/WalletGreen.cpp
Original file line number Diff line number Diff line change
@@ -1259,6 +1259,7 @@ namespace cn

m_state = WalletState::INITIALIZED;
m_logger(INFO, BRIGHT_WHITE) << "Container loaded, view public key " << common::podToHex(m_viewPublicKey) << ", wallet count " << m_walletsContainer.size() << ", actual balance " << m_currency.formatAmount(m_actualBalance) << ", pending balance " << m_currency.formatAmount(m_pendingBalance);
m_observerManager.notify(&IWalletObserver::initCompleted, std::error_code());
}

void WalletGreen::clearCaches(bool clearTransactions, bool clearCachedData)