You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
f5ba424 wallet: Add IsAddressUsed / SetAddressUsed methods (Russell Yanofsky)
62252c9 interfaces: Stop exposing wallet destdata to gui (Russell Yanofsky)
985430d test: Add gui test for wallet receive requests (Russell Yanofsky)
Pull request description:
Stop giving GUI access to destdata rows in database. Replace with narrow API just for saving and reading receive request information.
This simplifies code and should prevent the GUI from interfering with other destdata like address-used status. It also adds some more GUI test coverage.
There are no changes in behavior.
ACKs for top commit:
jarolrod:
tACK f5ba424
laanwj:
Code review ACK f5ba424
Tree-SHA512: 5423df4786e537a59013cb5bfb9e1bc29a7ca4b8835360c00cc2165a59f925fdc355907a4ceb8bca0285bb4946ba235bffa7645537a951ad03fd3b4cee17b6b0
//! Holds a timestamp at which point the wallet is scheduled (externally) to be relocked. Caller must arrange for actual relocking to occur via Lock().
1001
990
int64_t nRelockTime GUARDED_BY(cs_wallet){0};
@@ -1201,6 +1190,12 @@ class CWallet final : public WalletStorage, public interfaces::Chain::Notificati
0 commit comments