aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25Merge pull request #2824Riccardo Spagni1-1/+1
51895fd7 split wallet and wallet_api (moneromooo-monero)
2017-11-18Tx proof (revised):stoffu1-1/+0
- refactoring: proof generation/checking code was moved from simplewallet.cpp to wallet2.cpp - allow an arbitrary message to be signed together with txid - introduce two types (outbound & inbound) of tx proofs; with the same syntax, inbound is selected when <address> belongs to this wallet, outbound otherwise. see GitHub thread for more discussion - wallet RPC: added get_tx_key, check_tx_key, get_tx_proof, check_tx_proof - wallet API: moved WalletManagerImpl::checkPayment to Wallet::checkTxKey, added Wallet::getTxProof/checkTxProof - get_tx_key/check_tx_key: handle additional tx keys by concatenating them into a single string
2017-11-16split wallet and wallet_apimoneromooo-monero1-1/+1
This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
2017-09-23store is optional during close and defaults to true; except during descructionm2049r1-1/+1
2017-08-03Enable verifying wallet password with having to load wallet.m2049r1-0/+1
2017-03-24Wallet API: add hard fork info functionsJaquee1-1/+0
2017-03-02wallet api: add missing mining optionsJaquee1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-01-30Wallet API: Create wallet from keysJaquee1-0/+7
2017-01-09wallet2_api: add solo mining APImoneromooo-monero1-0/+3
2016-12-25wallet2_api: some new APIs to access daemon statemoneromooo-monero1-1/+3
2016-12-17wallet2_api: add an API to the OpenAlias resolvermoneromooo-monero1-0/+1
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph1-1/+3
third party uses of the wallet api can transition.
2016-11-29wallet_api: add a few daemon related gettersmoneromooo-monero1-1/+7
Blockchain height, version, Mining hash rate...
2016-11-05wallet_api: txkey checking functions for the GUImoneromooo.monero1-0/+1
2016-10-08libwallet_api: Added option to restore from specific heightJacob Brydolf1-1/+1
2016-06-23Wallet API : WalletManager::findWallets() addedIlya Kitaev1-0/+1
2016-06-23api implementation splitted over separate filesIlya Kitaev1-0/+55