Commit graph

  • 8fb50b738f
    Wallet API: add support for wallet creation from hardware device stoffu 2018-06-04 16:58:13 +09:00
  • 9e9cd108a3
    Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp stoffu 2018-06-04 16:54:35 +09:00
  • 0a4a7da35c
    http_protocol_handler: fix HTTP/x.y parsing moneromooo-monero 2018-07-03 00:27:08 +01:00
  • 42f3b7cbca
    http_protocol_handler: catch invalid numbers when parsing moneromooo-monero 2018-07-03 00:26:13 +01:00
  • 9c211b50de docker: update to new versions of dependencies HomDx 2018-07-03 19:44:03 +03:00
  • 2241114965
    blockchain_import: make sleep compile on Windows iDunk5400 2018-06-26 23:46:17 +02:00
  • 34d4b798d4
    wallet2: use a gamma distribution to pick fake outs moneromooo-monero 2018-03-23 15:43:38 +00:00
  • 40f85f478e
    Merge pull request #3985 Riccardo Spagni 2018-07-03 15:51:41 +02:00
  • c58758a016
    Merge pull request #4080 Riccardo Spagni 2018-07-03 15:24:01 +02:00
  • d1f102626c
    Merge pull request #4043 Riccardo Spagni 2018-07-03 15:21:56 +02:00
  • 82c39355ac
    Merge pull request #4042 Riccardo Spagni 2018-07-03 15:21:27 +02:00
  • f449dbe8eb
    Merge pull request #4041 Riccardo Spagni 2018-07-03 15:20:42 +02:00
  • 94803bad01
    Merge pull request #4035 Riccardo Spagni 2018-07-03 15:19:54 +02:00
  • 97f5a130d6
    Merge pull request #4028 Riccardo Spagni 2018-07-03 15:19:24 +02:00
  • 21807217e2
    Merge pull request #4012 Riccardo Spagni 2018-07-03 15:18:40 +02:00
  • e451c76181
    Merge pull request #4005 Riccardo Spagni 2018-07-03 15:18:05 +02:00
  • 27ca6ca594
    Merge pull request #4004 Riccardo Spagni 2018-07-03 15:16:37 +02:00
  • 58cceaad71
    wallet2: fix double counting outs if the tx pubkey is duplicated moneromooo-monero 2018-06-11 12:01:41 +01:00
  • 318fb23d7a
    Merge pull request #3997 Riccardo Spagni 2018-07-03 15:16:04 +02:00
  • fbdc30966b
    wallet2: lower default for subaddress lookahead when restoring with hardware stoffu 2018-06-04 19:18:18 +09:00
  • ed366efb8c
    add disclaimer about 3rd party packages Jethro Grassie 2018-05-09 21:48:19 -04:00
  • afa669656b
    wallet: allow unspendable unmixable outputs to be discarded stoffu 2018-06-12 12:44:40 +09:00
  • e70d80e820
    wallet2: use decoded amount when reporting repeated output key stoffu 2018-06-13 01:06:44 +09:00
  • 5e180c73f8
    wallet2: use correct fee for split txes stoffu 2018-06-12 12:06:51 +09:00
  • d099dba9e1
    epee: adaptive connection timeout system moneromooo-monero 2018-06-07 12:43:10 +01:00
  • 04abe99f81
    simplewallet: don't confirm missing payment ID when sending to only subaddresses stoffu 2018-06-10 20:00:59 +09:00
  • 9c2f09df51
    epee: fallback to a counter if gmtime fails when rotating logs moneromooo-monero 2018-05-26 23:38:08 +01:00
  • 505fde2e09
    Update readme to include pcslite dependency Gingeropolous 2018-06-08 16:05:50 -04:00
  • 009feaca79
    wallet2: fix get_approximate_blockchain_height for stagenet stoffu 2018-06-06 20:33:01 +09:00
  • 7ce841cc2f
    wallet: do not log by default if we're not asked to log to console moneromooo-monero 2018-06-06 10:12:45 +01:00
  • 4e2b279a94
    tx_pool: initialize bitflags padding since it gets written to storage moneromooo-monero 2018-06-05 19:59:45 +01:00
  • b85169a5b6
    README: mention --untrusted-daemon moneromooo-monero 2018-06-05 16:54:46 +01:00
  • 082e0a1bef
    util: consider Tor/I2P addresses to be non local moneromooo-monero 2018-06-05 11:32:35 +01:00
  • 85d2ae4ad7
    simplewallet: add optional trusted/untrusted argument to set_daemon moneromooo-monero 2018-06-05 10:45:01 +01:00
  • 233a1ead22
    blockchain: pop forked blocks only when DB is not read-only stoffu 2018-06-04 20:46:24 +09:00
  • 1380b70e74
    Fixes #3645: error on freebsd lambda return values forced to std::string rockhouse@users.noreply.github.com 2018-06-04 12:02:06 +02:00
  • 8e64b61663
    blockchain: return error when requesting non existent output moneromooo-monero 2018-06-01 21:52:04 +01:00
  • 1d3874dabf
    epee: fix detection of 172.16.0.0/172.31.255.255 local IP range moneromooo-monero 2018-06-01 21:09:46 +01:00
  • 740085271b
    daemon: fix readline interfering with std::cerr usage moneromooo-monero 2018-05-31 12:13:03 +01:00
  • 81e3926304
    disable file size sanity check when loading the wallet cache moneromooo-monero 2018-05-28 14:55:09 +01:00
  • e04ae088e8
    fix build with GCC 8.1.0 moneromooo-monero 2018-05-24 09:12:16 +01:00
  • f6896d9974
    core: lock incoming tx lock when checking the txpool and chain moneromooo-monero 2018-05-18 09:38:38 +01:00
  • f6dbb967f8
    simplewallet: add --untrusted-daemon option moneromooo-monero 2018-03-21 19:00:27 +00:00
  • a4272de797
    wallet2: unlock keys file before calling verify_password (needed for Windows) stoffu 2018-07-03 11:33:11 +09:00
  • d6d78f157b
    Allow fractional outputs to be ignored stoffu 2018-06-28 11:31:50 +09:00
  • 2da1edf924 Update difficulty #67 wowario 2018-07-03 11:41:22 +03:00
  • 909398efc7
    p2p: connect via the bound ip, if any moneromooo-monero 2018-07-02 18:04:44 +01:00
  • 8c4db68ff7
    node_rpc_proxy: factor a few RPC calls using get_info moneromooo-monero 2018-06-30 22:06:09 +01:00
  • d95bc44c6b
    blockchain: fix getting invalid block data on failure moneromooo-monero 2018-06-29 15:49:49 +01:00
  • dead780f8a
    abstract_tcp_server2: fix use after free moneromooo-monero 2018-06-29 15:40:19 +01:00
  • 28b65ea422
    Merge pull request #64 from wowario/release-v0.2.1.0 jw 2018-06-29 05:25:32 -07:00
  • 2d4c0edd66
    Captain obvious warning #64 wowario 2018-06-29 12:36:11 +03:00
  • 207b66ecc2 first new functional tests victorsintnicolaas 2018-06-15 11:57:22 +02:00
  • 9e1403e155 update get_info RPC and bump RPC version victorsintnicolaas 2018-06-13 22:38:26 +02:00
  • 34cb6b4b70 add --regtest and --fixed-difficulty for regression testing victorsintnicolaas 2018-06-14 21:11:49 +02:00
  • a0b47c970c
    Merge pull request #63 from fuwa0529/fix-default-mixin jw 2018-06-28 12:27:39 -07:00
  • aa0ea0aafc
    blockchain: set the m_verifivation_failed flag in a couple more places moneromooo-monero 2018-06-27 18:34:15 +01:00
  • 438d52deaf
    remove epee from link lines where it's redundant moneromooo-monero 2018-06-28 16:37:10 +01:00
  • ef649f998d
    crypto: remove unused unsafe random scalar generator moneromooo-monero 2018-06-28 16:35:01 +01:00
  • 3474154b75
    gtest: use -fPIC with CLANG too moneromooo-monero 2018-06-28 16:33:22 +01:00
  • a9b83f5a6e
    Merge pull request #4067 luigi1111 2018-06-27 21:28:34 -05:00
  • 65c09beaf7
    Merge pull request #4069 luigi1111 2018-06-27 21:25:00 -05:00
  • 8b18401ea0
    Merge pull request #4068 luigi1111 2018-06-27 21:23:50 -05:00
  • 49dc78d99b
    util: fix mistakes made in #3994 stoffu 2018-06-28 10:39:04 +09:00
  • 29254fc06e
    api/wallet: add missing arg to wallet2::refresh() stoffu 2018-06-28 10:20:01 +09:00
  • ba0a7294d0
    Merge pull request #4000 luigi1111 2018-06-27 20:18:41 -05:00
  • 4c6de54ee2
    Merge pull request #3994 luigi1111 2018-06-27 20:17:25 -05:00
  • 008b9036a3
    Merge pull request #4066 luigi1111 2018-06-27 20:15:10 -05:00
  • 0c76dbdd00
    Merge pull request #4065 luigi1111 2018-06-27 20:13:38 -05:00
  • 4510f417f9
    Wallet API: add some missing override keyword stoffu 2018-06-14 08:22:30 +09:00
  • 3d623a86d1
    wallet: prevent the same wallet file from being opened by multiple processes stoffu 2018-06-12 15:29:33 +09:00
  • 59de6f8d99
    util: add file_locker class stoffu 2018-06-21 17:19:16 +09:00
  • 1d176473e9
    epee.string_tools: add conversion between UTF-8 and UTF-16 stoffu 2018-06-25 09:44:07 +09:00
  • 9a39b7dd7f
    wallet2: fix build for windows (std::max again) moneromooo-monero 2018-06-28 00:46:38 +01:00
  • 84d9e7faec
    blockchain: fix build after waiter::wait prototype change moneromooo-monero 2018-06-28 00:24:39 +01:00
  • 9b38551c3c
    wallet_rpc_server: fix build - forgot to build rpc version moneromooo-monero 2018-06-27 23:23:45 +01:00
  • 2329d2f4c8
    Merge pull request #3907 luigi1111 2018-06-27 16:32:33 -05:00
  • 8a27caeb22
    Merge pull request #3998 luigi1111 2018-06-27 16:30:38 -05:00
  • 9453573581
    Merge pull request #3995 luigi1111 2018-06-27 16:28:57 -05:00
  • c28a2b0d7d
    Merge pull request #3992 luigi1111 2018-06-27 16:26:23 -05:00
  • 5eb2e01216
    Merge pull request #3991 luigi1111 2018-06-27 16:25:03 -05:00
  • cbfa0a2a7e
    Merge pull request #3987 luigi1111 2018-06-27 16:23:17 -05:00
  • 87d7612311
    Merge pull request #3986 luigi1111 2018-06-27 16:22:03 -05:00
  • 3ad4ecd4ff
    Merge pull request #3982 luigi1111 2018-06-27 15:38:23 -05:00
  • dcbc17e97e
    wallet: include a suggested number of confirmations based on amount moneromooo-monero 2018-06-02 13:06:41 +01:00
  • 2d92fa5d69
    Merge pull request #3979 luigi1111 2018-06-27 15:36:54 -05:00
  • 06b0f9e870
    Merge pull request #3976 luigi1111 2018-06-27 15:35:13 -05:00
  • a844844cda
    Merge pull request #3716 luigi1111 2018-06-27 15:33:01 -05:00
  • 13851b28c7
    simplewallet.sweep_all: show usage when parsing fails stoffu 2018-06-27 20:33:26 +09:00
  • 80d7c6c730
    blockchain_utilities: report file offset where a read error occurs moneromooo-monero 2018-06-27 14:11:35 +01:00
  • e6f4d4acf0
    unit_tests: do not recreate the same base rct sig all the time moneromooo-monero 2018-06-27 11:09:33 +01:00
  • 0e4c7d0fae
    wallet2: cache ringdb key while refreshing moneromooo-monero 2018-04-27 11:08:24 +01:00
  • 2771a18e85
    threadpool: allow leaf functions to run concurrently moneromooo-monero 2018-04-26 11:44:47 +01:00
  • 2704624eae
    wallet2: remove unneeded divisions moneromooo-monero 2018-04-24 01:04:35 +01:00
  • 5d3e70229e
    wallet2: remove old blockchain size cache hack moneromooo-monero 2018-04-24 01:03:34 +01:00
  • dcfd299239
    wallet2: speedup refresh moneromooo-monero 2018-04-21 12:33:02 +01:00
  • ef2cb63287
    blockchain: simplify/speedup handle_get_objects moneromooo-monero 2018-04-18 11:41:52 +01:00
  • f025ae9760
    wallet2: avoid re-parsing blocks when refreshing in a loop moneromooo-monero 2018-04-18 10:28:35 +01:00
  • 41be339655
    wallet2: avoid duplicate parsing of tx extra moneromooo-monero 2018-04-18 09:33:46 +01:00
  • f7f1917ed4
    wallet2: remove useless device locking moneromooo-monero 2018-04-18 09:31:11 +01:00