Commit Graph

4932 Commits (0a95cdaa803ac06d9fb29aff7f54e4a316cba8c3)

Author SHA1 Message Date
Riccardo Spagni e0a1d45d76
Merge pull request #4621
6 years ago
moneromooo-monero 0cdd4b074e
wallet2_api: fix generating new wallet in the GUI
6 years ago
moneromooo-monero 3ffbec1556
rpc: init m_rpc_version in Message ctor
6 years ago
moneromooo-monero bfa2dce171
rpc: remove unused ctors
6 years ago
moneromooo-monero 7cc39845be
account: init creation timestamp to 0
6 years ago
moneromooo-monero 3212378912
wallet2: initialize some scalar fields in ctor where appropriate
6 years ago
moneromooo-monero 4eca42b241
blockchain_db: initialize m_hardfork in ctor just in case
6 years ago
mmitkevich a7960542a9 WalletAPI: rescanBlockchain, rescanBlockchainAsync
6 years ago
moneromooo-monero 2d48861db7
p2p: only deinitialize what's been initialized in offline mode
6 years ago
Lee Clagett 9b6dd9348c Providing user supplied default constructor for expect<void>
6 years ago
iDunk5400 e7f24850d5
Fix Windows build after epee dependency change
6 years ago
moneromooo-monero 0fbbb065d4
p2p: a negative result from UPNP_GetValidIGD is an error
6 years ago
moneromooo-monero 6f28667aa3
daemon: fix reading past stack on exit
6 years ago
Riccardo Spagni 1afc1d0d26
Merge pull request #4502
6 years ago
Riccardo Spagni 5ccd3d32b4
Merge pull request #4489
6 years ago
Riccardo Spagni c531df734f
Merge pull request #4389
6 years ago
Riccardo Spagni ad8e6ee8c7
Merge pull request #4592
6 years ago
Riccardo Spagni 544413de8f
Merge pull request #4577
6 years ago
Riccardo Spagni f6cfca9a40
Merge pull request #4551
6 years ago
Riccardo Spagni fa7278d6b5
Merge pull request #4578
6 years ago
Riccardo Spagni f916ef81f1
Merge pull request #4571
6 years ago
Riccardo Spagni 175bfe4747
Merge pull request #4567
6 years ago
Riccardo Spagni 40980b33b7
Merge pull request #4550
6 years ago
Riccardo Spagni ae5ca0bea1
Merge pull request #4549
6 years ago
stoffu a677492f1b
tx_pool: store hex string instead of raw binary to tx_blob of get_transaction_pool RPC
6 years ago
moneromooo-monero 76d6d832d2
Revert "p2p: connect via the bound ip, if any"
6 years ago
wow nero d886b97fe2
SOFTWARE is the default wallet device
6 years ago
moneromooo-monero c3b8328cd3
daemon: do not run complex code in a signal handler
6 years ago
moneromooo-monero e736964a0c
Remove epee header dependency on cryptonote_core
6 years ago
moneromooo-monero 14ed029b24
simplewallet: fix view key parsing in --generate-from-view-key
6 years ago
moneromooo-monero f5f7c2ac24
rpc: blanket initialize 0MQ request and response structures
6 years ago
Michał Sałaban 04ddf02e3a Return appropriate RPC error code when key image signature check fails
6 years ago
xiphon 68e9744d44 simplewallet: perform trivial error checks before password prompt
6 years ago
xiphon f2c2c47a4b simplewallet: fixed deadlock if a user hits CTRL+C twice
6 years ago
moneromooo-monero 67e76aa06c
wallet_rpc_server: optionally return tx keys in sign_transfer
6 years ago
moneromooo-monero c0822fdd30
simplewallet: mark default-ring-size setting as obsolete
6 years ago
moneromooo-monero 0e33cf89d2
password: fix secure input with echo on windows
6 years ago
moneromooo-monero dc8f6924b2
password: fix backspace outputting ^? on linux on echoing secure input
6 years ago
moneromooo-monero 92a0827eea
wallet2: make fake out selection messages less spammy
6 years ago
Riccardo Spagni bf60e98abc
fix version changes on master
6 years ago
Gregory Lemercier 93a88d7323 Utils: add support for newer Windows versions detection
6 years ago
Riccardo Spagni c23b6f8f56
Merge pull request #4540
6 years ago
Riccardo Spagni 0c135c9420
Merge pull request #4535
6 years ago
Riccardo Spagni 18318e0dbc
Merge pull request #4538
6 years ago
moneromooo-monero 8833aec083
wallet2: fix cold signing using non padded bulletproofs
6 years ago
moneromooo-monero 977fc1bceb
wallet_rpc_server: add describe_transfer RPC
6 years ago
moneromooo-monero bd7b800f0a
device_io_hid: fix DEFAULT_* type (too short) and init time
6 years ago
selsta c716a331f3
device: increase ledger timeout to 2 minutes
6 years ago
Riccardo Spagni 31155115d2
Merge pull request #4532
6 years ago
Riccardo Spagni d6dbb6601b
Merge pull request #4530
6 years ago
Riccardo Spagni 91c6725b88
Merge pull request #4527
6 years ago
Riccardo Spagni ac5674524a
Revert "Merge pull request #4472"
6 years ago
moneromooo-monero 8f22e80865
device: destroy device objects on exit
6 years ago
moneromooo-monero 77471e23bd
blockchain_blackball: fix stray !
6 years ago
moneromooo-monero c5a97315ee
Remove last traces of libpcsc-lite
6 years ago
moneromooo-monero 6ca00b6d75
miner: really reset flags/precision on std::cout
6 years ago
moneromooo-monero a39c035846
blockchain: add check test options are given for fakechain mode
6 years ago
Riccardo Spagni 3f2bfe87f7
Merge pull request #4514
6 years ago
moneromooo-monero 6844ae1b8d
tx_pool: avoid parsing a whole tx if only the prefix is needed
6 years ago
moneromooo-monero 85e58cb24a
blockchain_blackball: fix stats double counting
6 years ago
Riccardo Spagni e19652df51
Merge pull request #4036
6 years ago
moneromooo-monero 9907ea0694
cryptonote: sort tx_extra fields
6 years ago
Guillaume LE VAILLANT 977df6315f Fix some calls to the translation function
6 years ago
Riccardo Spagni 79d46c4d55
Merge pull request #4472
6 years ago
Riccardo Spagni c9fc61dbb5
Merge pull request #4495
6 years ago
Riccardo Spagni 21960a5b5a
Merge pull request #4499
6 years ago
Riccardo Spagni 445d9c86f2
Merge pull request #4390
6 years ago
Riccardo Spagni 6762897f70
Merge pull request #4487
6 years ago
AnythingTechPro 9a85669724
rpc: fixed typo in JSON command error response message
6 years ago
fireice-uk a061353254 secure_pwd_reader: Add proper Unicode handling [Ryo contribution]
6 years ago
moneromooo-monero c5928bdec6
wallet2_api: fix build with C++14
6 years ago
xiphon 02d3ef7bda blocks: use auto-generated .c files instead of 'LD -r -b binary'
6 years ago
moneromooo-monero 34a85e0cc3
wallet2: disable height based segregation
6 years ago
Riccardo Spagni 215651cbb3
Merge pull request #4485
6 years ago
Riccardo Spagni 932a17018a
Merge pull request #4490
6 years ago
Riccardo Spagni 6cb9c815d4
Merge pull request #4484
6 years ago
Riccardo Spagni 66094dee00
Merge pull request #4482
6 years ago
Riccardo Spagni be6063ea59
Merge pull request #4479
6 years ago
Riccardo Spagni d1d64327b6
Merge pull request #4476
6 years ago
Riccardo Spagni 64412acd31
Merge pull request #4475
6 years ago
Riccardo Spagni 3a4fbdd9ec
Merge pull request #4470
6 years ago
Riccardo Spagni e2da7c7817
Merge pull request #4467
6 years ago
Riccardo Spagni 8d03350244
Merge pull request #4463
6 years ago
moneromooo-monero e5108a294a
Catch more exceptions in dtors
6 years ago
Howard Chu 7c790f11f2
Fix rtxn usage in BlockchainLMDB::get_estimated_batch_size
6 years ago
doy-lee bccd88ddf5
wallet2: clear found out for every tx key
6 years ago
moneromooo-monero 5ec929fb3a
daemon: do not display uptime when not known
6 years ago
xiphon d5541e44fe common: Windows 'spawn' support for tx and block notifications
6 years ago
naughtyfox 9f3963e823 Arbitrary M/N multisig schemes:
6 years ago
moneromooo-monero 2c74b1a1c4
wallet_rpc_server: include all transfer records for a txid
6 years ago
moneromooo-monero 25e5890d37
wallet: fix --generate-from-json using wrong password
6 years ago
xiphon fa9e54b6ee build: fix gcc false positive 'stringop-overflow' warning
6 years ago
moneromooo-monero 6da36ea057
wallet2_api: blackball/unblackball now take two parameters
6 years ago
Riccardo Spagni 83d8f03c23
Merge pull request #4333
6 years ago
Riccardo Spagni 4a2664f743
Merge pull request #4461
6 years ago
Riccardo Spagni effcbf2060
Merge pull request #4459
6 years ago
Riccardo Spagni 9a54d0033e
Merge pull request #4458
6 years ago
Riccardo Spagni e951258543
Merge pull request #4456
6 years ago
Riccardo Spagni 2ec0d780c4
Merge pull request #4449
6 years ago
Riccardo Spagni 09fb2bb5f8
Merge pull request #4445
6 years ago