Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-25 | Merge pull request #2824 | Riccardo Spagni | 1 | -1/+1 | |
51895fd7 split wallet and wallet_api (moneromooo-monero) | |||||
2017-11-18 | Tx proof (revised): | stoffu | 1 | -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-16 | split wallet and wallet_api | moneromooo-monero | 1 | -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-23 | store is optional during close and defaults to true; except during descruction | m2049r | 1 | -1/+1 | |
2017-08-03 | Enable verifying wallet password with having to load wallet. | m2049r | 1 | -0/+1 | |
2017-03-24 | Wallet API: add hard fork info functions | Jaquee | 1 | -1/+0 | |
2017-03-02 | wallet api: add missing mining options | Jaquee | 1 | -1/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-01-30 | Wallet API: Create wallet from keys | Jaquee | 1 | -0/+7 | |
2017-01-09 | wallet2_api: add solo mining API | moneromooo-monero | 1 | -0/+3 | |
2016-12-25 | wallet2_api: some new APIs to access daemon state | moneromooo-monero | 1 | -1/+3 | |
2016-12-17 | wallet2_api: add an API to the OpenAlias resolver | moneromooo-monero | 1 | -0/+1 | |
2016-12-13 | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵ | Randi Joseph | 1 | -1/+3 | |
third party uses of the wallet api can transition. | |||||
2016-11-29 | wallet_api: add a few daemon related getters | moneromooo-monero | 1 | -1/+7 | |
Blockchain height, version, Mining hash rate... | |||||
2016-11-05 | wallet_api: txkey checking functions for the GUI | moneromooo.monero | 1 | -0/+1 | |
2016-10-08 | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 1 | -1/+1 | |
2016-06-23 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 1 | -0/+1 | |
2016-06-23 | api implementation splitted over separate files | Ilya Kitaev | 1 | -0/+55 | |