Commit Graph

376 Commits (4cc5e174d91892e0f51ef90f67c4edfa329c71ec)

Author SHA1 Message Date
naughtyfox 5a96056600 WalletApi: getMultisigInfo entry for gui wallets
6 years ago
naughtyfox 47fdb74273 Refactored: work with wallet api statuses to make setting and getting operations atomic along with error strings
6 years ago
moneromooo-monero eac3a11ed3
wallet: more user friendly print_ring
6 years ago
moneromooo-monero 798535149d
wallet2_api: add key reuse mitigations API
6 years ago
moneromooo-monero b057a21d56
wallet2_api: add ring api
6 years ago
moneromooo-monero a7da8208f5
wallet2_api: add blackball api
6 years ago
stoffu 27a196b126
device: untangle cyclic depenency
6 years ago
Riccardo Spagni 0f2d6d40b4
Merge pull request #3360
6 years ago
Riccardo Spagni cfc5a3d4d4
Merge pull request #3345
6 years ago
Riccardo Spagni 3a12f2588a
Merge pull request #3365
6 years ago
Riccardo Spagni 60c8544e77
Merge pull request #3347
6 years ago
stoffu 55a65f3269
Wallet API: corrected testnet/mainnet ordering
6 years ago
stoffu 1ff35fda7c
Wallet API: make nettype non-defaulted to disambiguate from deprecated versions (and make libwallet_api_tests compilable)
6 years ago
Riccardo Spagni 237f0179b7
Merge pull request #3313
6 years ago
Riccardo Spagni 5b25cbb5a7
Merge pull request #3314
6 years ago
Riccardo Spagni 4f93f74528
Merge pull request #3277
6 years ago
Edward Betts fbcc91c2a4 Correct spelling mistakes.
6 years ago
stoffu 0e7ad2e2c9
Wallet API: generalize 'bool testnet' to 'NetworkType nettype'
6 years ago
stoffu 9a6be3da25
wallet_manager: fixed typo deviuce/device.hpp
6 years ago
stoffu af773211cb
Stagenet
6 years ago
moneromooo-monero e0cda74ace
wallet2_api: add info/error/warning entry points
6 years ago
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
6 years ago
stoffu 71bff546d3
wallet api: when restoring from EnglishOld, set language to English
6 years ago
rbrunner7 430268224d Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows
6 years ago
Riccardo Spagni 9c4428e583
Merge pull request #3214
6 years ago
Riccardo Spagni 5d36ed6613
Merge pull request #3094
6 years ago
stoffu 214d251c48
wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown
6 years ago
Maxithi a85dbb3f2f
Fixed typos and wording tweaks
6 years ago
stoffu 30c44bce06
wallet: automatically use low priority if safe (no backlog & recent blocks not full)
6 years ago
Riccardo Spagni 1506f33075
Merge pull request #3142
6 years ago
Riccardo Spagni d3e1244466
Merge pull request #3121
6 years ago
Riccardo Spagni 087a773247
Merge pull request #3104
6 years ago
xmr-eric 84a7f6a482 Readd copyright starting date
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
stoffu a9cae0abe7
Wallet API: remove unused enum Priority from UnsignedTransaction
6 years ago
Riccardo Spagni 153e319cd4
Merge pull request #3038
6 years ago
m2049r 939629e837 Wallet API: all recover options with password
6 years ago
redfish 6fbb0b065d cmake: set API header install path to what Qt wallet expects
6 years ago
stoffu 6d40a92026
Reserve proof
6 years ago
moneromooo-monero eb39a3d7d3
wallet_api: make this optional but not built by default
7 years ago
stoffu e3530789d3
wallet-api: added Utils::onStartup
7 years ago
moneromooo-monero b49ddc766d
check accessing an element past the end of a container
7 years ago
moneromooo-monero 4c313324b1
Add N/N multisig tx generation and signing
7 years ago
Riccardo Spagni 2e54e7ff0b
Merge pull request #2824
7 years ago
Riccardo Spagni 539f511eb1
Merge pull request #2368
7 years ago
stoffu b0b7e0f09a
Spend proof without txkey
7 years ago
stoffu be1c01298a
fix for tx proof: use exception instead of error_str when signature gen failed
7 years ago
stoffu 998777ecd7
Tx proof (revised):
7 years ago
moneromooo-monero 51895fd7df
split wallet and wallet_api
7 years ago
Riccardo Spagni cdab85db41
Merge pull request #2701
7 years ago
moneromooo-monero ccf53a566c
track double spending in the txpool
7 years ago
Riccardo Spagni 32b083d8bd
Merge pull request #2546
7 years ago
Jaquee 867b67c4fd Wallet API: override update subdir when built from src
7 years ago
Jaquee 086b7db2c7 Wallet API: default values for account and subaddr index
7 years ago
binaryFate b2d416f211 Distinguish "not enough money" and "not enough unlocked money"
7 years ago
Jaquee 97c2e449ce wallet2+API: use separate callbacks for lightwallets
7 years ago
Jaquee d92618675b walletAPI: correct confirmations in txHistory for unsynced wallets
7 years ago
Jaquee 9442b04302 walletAPI: lightwallet exceptions
7 years ago
Jaquee fc9229342d walletAPI: add lightwallet login() and importWalletRequest()
7 years ago
Jaquee 79207743b8 walletAPI: init() lightwallet and SSL support
7 years ago
Jaquee dde5a1fc36 walletAPI: add tx unlock_time
7 years ago
kenshi84 53ad5a0f42
Subaddresses
7 years ago
moneromooo-monero 5d65a75b69
move checkpoints in a separate library
7 years ago
moneromooo-monero 44434c8a37
wallet2_api: check whether dynamic_cast returns NULL
7 years ago
moneromooo-monero 5475692ed5
wallet2_api: remove an unused, uninitialized, field
7 years ago
moneromooo-monero b2763ace06
wallet2_api: init error code to "no error" in the ctor
7 years ago
m2049r 6ee1116d75 store is optional during close and defaults to true; except during descruction
7 years ago
Jaquee d58700e003 WalletAPI: only allow trusted daemon when importing key images
7 years ago
Jaquee 8a9bbd26d3 WalletAPI: copy wallet data when creating a view only wallet
7 years ago
Riccardo Spagni b6fc7f283f
Merge pull request #2270
7 years ago
Riccardo Spagni 4c24eb050b
Merge pull request #2238
7 years ago
Jaquee 1307e3cc12 WalletAPI: add getDefaultDataDir()
7 years ago
Riccardo Spagni bfd2532ea5
Merge pull request #2247
7 years ago
moneromooo-monero 61770ec2da
change mixin to ring size in user visible places
7 years ago
Riccardo Spagni 3db039828e
Merge pull request #2254
7 years ago
Jaquee e31aac80e5 walletAPI: add getRefreshFromBlockHeight()
7 years ago
Jaquee 48c0cb1ba6 wallet api: pause refresh while commiting tx
7 years ago
Jaquee a839a6fa8a Wallet API: add tx unlock time
7 years ago
m2049r ad4649ac81 Enable verifying wallet password with having to load wallet.
7 years ago
m2049r 600353e2b2 fix wallet callback signatures
7 years ago
moneromooo-monero 4e13ab306a
wallet_api: fix missing transaction parameter in callback
7 years ago
Jaquee 740bc24c95 Wallet API: Set seed lang when recovering form keys
7 years ago
Riccardo Spagni 81b370d5a1
Merge pull request #2012
7 years ago
Jaquee bbf4c21048 Wallet API: add spend/view key getters
7 years ago
moneromooo-monero 6df83b3efb
wallet: add sweep_below function
7 years ago
Jaquee 0a7885bf19
Wallet API: fix Cold signing split tx
7 years ago
Jaquee a8646b0957
Wallet API: add hard fork info functions
7 years ago
moneromooo-monero 995969b190
wallet: fix set_log not handling 0,xxx style settings
7 years ago
moneromooo-monero d023831327
use const references in catch blocks
7 years ago
Jaquee 9ae33b51fb
wallet api: fix parameters in wallet2callbackImpl
7 years ago
Riccardo Spagni e24cd86c18
Merge pull request #1827
7 years ago
Jaquee db1c7d80b1
wallet api: add missing mining options
7 years ago
Jaquee 5310574382
Wallet API: Add support for daemon rpc login
7 years ago
moneromooo-monero 14d0e00235
wallet2_api: add updates check api
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
Riccardo Spagni 50fadea8fa
Merge pull request #1747
7 years ago
moneromooo-monero 26bd7aac03
wallet_api: fix logging init via api
7 years ago
moneromooo-monero 83ec209f42
simplewallet: validate hex input size
7 years ago
Riccardo Spagni eacf2124b6 Merge pull request #1689
7 years ago
Riccardo Spagni 9781ecaa70
Merge pull request #1685
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
Riccardo Spagni 99ee3fd17e
Merge pull request #1679
7 years ago
Lee Clagett ce7fcbb4ae Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
7 years ago
Jaquee 7549116ec3
Wallet API: Easylogger wrapper for gui
7 years ago
Jaquee 4efc926d28
Wallet API: Catch error from tools::is_local_address
7 years ago
Jaquee 0cc50bdd11 GUI: Improved refresh performance
7 years ago
Jaquee 805625b541 wallet api: Remove initAsync() and don't start refresh automatically on init
7 years ago
Riccardo Spagni 10b625079b
Merge pull request #1645
7 years ago
Riccardo Spagni 5fb3f97a55
Merge pull request #1629
7 years ago
Jaquee 774a21394a
Wallet API: Create wallet from keys
7 years ago
moneromooo-monero 9bd9906e8f
Factor is_address_local code into a tools function
7 years ago
Lee Clagett c02e1cb943 Updates to epee HTTP client code
7 years ago
= e92c4fff1a
Wallet api: testnet getter
7 years ago
Riccardo Spagni 39aaea8e62
Merge pull request #1599
7 years ago
moneromooo-monero 17246d051d
wallet: print exception message on get_random_outs_error
7 years ago
moneromooo-monero 87c658f83b
wallet2_api: add API to set log categories
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
7 years ago
Riccardo Spagni ec323d8c3f
Merge pull request #1561
7 years ago
Riccardo Spagni f00797a1f2
Merge pull request #1573
7 years ago
Riccardo Spagni 865f5bef34
Merge pull request #1564
7 years ago
Riccardo Spagni 935f50471c
Merge pull request #1560
7 years ago
Jaquee dea53962a3
fix timeout in check_connection
7 years ago
Chris Vickio 3b6d5f255d make struct/class declarations consistent (mismatched-tags warning)
7 years ago
Jaquee 1d3179816b
Wallet API: add key image import/export functions
7 years ago
Jaquee 4a0176740d
Wallet API: support integrated addresses in address book.
7 years ago
Jaquee 46550c0b4f
Wallet API: add rescanSpent()
7 years ago
Riccardo Spagni 2a2f02e375
Merge pull request #1559
7 years ago
Riccardo Spagni faa33fc326
Merge pull request #1541
7 years ago
Riccardo Spagni 36b84ded95
Merge pull request #1526
7 years ago
Jaquee db56a03ff2
Wallet2 + API: Callbacks for unconfirmed transfers
7 years ago
Jaquee 0d3918e15b
Wallet api: Update trustedDaemon when daemon is changed
7 years ago
Jaquee dbb838f4d0
GUI cold signing
7 years ago
Jaquee afb85a028f
Wallet API: functions for supporting/creating view only wallets
7 years ago
Jaquee 5eed5b056b
Wallet API: functions for supporting/creating view only wallets
7 years ago
moneromooo-monero a813ab50fe
wallet2_api: add solo mining API
7 years ago
Riccardo Spagni c6ec939626
Merge pull request #1542
7 years ago
Riccardo Spagni 6cbfe0f849
Merge pull request #1521
7 years ago
Riccardo Spagni da05900524
Merge pull request #1509
7 years ago
Riccardo Spagni 1736b7ef6b
Merge pull request #1500
7 years ago
MoroccanMalinois 60fe1b61e0 Add parse_uri to wallet2_api
7 years ago
moneromooo-monero 21c5af5a8a
wallet2_api: add an address book payment id lookup API
8 years ago
Jaquee 29333c417e
wallet api: prevent setting refresh height too high
8 years ago
moneromooo-monero c0a0fcaff0
wallet2_api: some new APIs to access daemon state
8 years ago
kenshi84 99580adf66 make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup
8 years ago
moneromooo-monero 9a2cd72257
wallet2_api: add an API to the OpenAlias resolver
8 years ago
Riccardo Spagni 73e50749e2
Merge pull request #1455
8 years ago
Jaquee 944b6079d9
Wallet API: Do not refresh while daemon is syncing
8 years ago
anonimal 4bb0bff233
AddressBook: use unsigned type for row ID's
8 years ago
Randi Joseph b2adfa8c51 Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.
8 years ago
Jaquee 3b4539ee7e
addressbook updates
8 years ago