Commit Graph

  • cfea525ea3
    simplewallet: reword "seed encryption" to "seed offset" moneromooo-monero 2018-07-07 11:09:59 +0100
  • e26ff45dfb
    Merge pull request #42 from stoffu/aeon-bump-0.12.4 aeonix 2018-07-07 02:35:36 -0700
  • 1f5d06eed2
    Merge pull request #41 from stoffu/aeon-ignore-fractional-outputs aeonix 2018-07-07 02:35:24 -0700
  • 40530b294e
    Merge pull request #4102 Riccardo Spagni 2018-07-06 12:04:49 +0200
  • 424bfdc8d7
    bump version to 12.3 Riccardo Spagni 2018-07-06 07:58:07 +0200
  • 15f48b1958 Fix double-counting of ins/outs on web wallet transactions Jason Rhinelander 2018-07-01 16:13:37 -0300
  • 1ce04b7574
    Merge pull request #4092 Riccardo Spagni 2018-07-05 21:05:44 +0200
  • 3a1ad04234
    docker: update to new versions of dependencies HomDx 2018-07-03 19:44:03 +0300
  • fc8726f1c3 fix sha256sum check, which requires two spaces. added set -ex to catch this, and other, errors in the future. cornfeedhobo 2018-03-18 18:07:10 -0500
  • 8c331a6d26
    wallet2: fix double counting outs if the tx pubkey is duplicated moneromooo-monero 2018-06-11 12:01:41 +0100
  • 2daf54deeb
    abstract_tcp_server2: fix use after free moneromooo-monero 2018-06-29 15:40:19 +0100
  • 41662ebcc7
    device_ledger: fix buffer underflow on bad data from device moneromooo-monero 2018-06-23 15:43:31 +0100
  • e389101cb2
    device: misc cleanup moneromooo-monero 2018-06-23 15:26:55 +0100
  • 076b7e1076
    device_ledger: fix potential buffer overflow from bad size calc moneromooo-monero 2018-06-23 15:26:22 +0100
  • 0429cabefd
    simplewallet: init trusted daemon flag to false when autodetecting moneromooo-monero 2018-06-23 09:53:09 +0100
  • b323d90f67
    wallet2: fix read buffer overflow in import_key_images moneromooo-monero 2018-06-23 09:20:34 +0100
  • 47b42f8b01
    wallet-rpc.getaddress: throw if index is out of bound stoffu 2018-06-21 10:49:03 +0900
  • 223429f0fd
    zmq_server: fix bind call when address and/or port are empty moneromooo-monero 2018-06-17 13:48:12 +0100
  • 280e1a64bd
    Fix RPC crashes that didn't check for an open wallet Howard Chu 2018-06-15 20:13:19 +0100
  • 43a124979a
    wallet2: fix out of sync account tag cache moneromooo-monero 2018-06-15 20:17:25 +0100
  • e5ac16b077
    abstract_tcp_server2: restart async accept on error moneromooo-monero 2018-06-12 07:25:01 +0100
  • bea06d1a32
    epee.string_tools: add conversion between UTF-8 and UTF-16 stoffu 2018-06-25 09:44:07 +0900
  • e93058b41c
    wallet_api: fixups to build on the branch moneromooo-monero 2018-07-03 11:58:54 +0100
  • 8fb50b738f
    Wallet API: add support for wallet creation from hardware device stoffu 2018-06-04 16:58:13 +0900
  • 9e9cd108a3
    Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp stoffu 2018-06-04 16:54:35 +0900
  • 37f5d9b305
    Merge 2226046694 into 40f85f478e homdx 2018-07-03 16:39:16 +0000
  • 2226046694 updated new versions of dependencies HomDx 2018-07-03 19:37:24 +0300
  • 0761ba612f
    Merge 73e6df47c4 into 40f85f478e homdx 2018-07-03 15:02:57 +0000
  • 73e6df47c4 Merge remote-tracking branch 'upstream/master' HomDX 2018-07-03 17:58:44 +0300
  • e00019a6ab Dockerfile with new updated deps versions HomDx 2018-06-20 00:35:22 +0300
  • 43f16a9a06
    Bump version to 0.12.4 stoffu 2018-07-03 20:45:12 +0900
  • fbdc30966b
    wallet2: lower default for subaddress lookahead when restoring with hardware stoffu 2018-06-04 19:18:18 +0900
  • ed366efb8c
    add disclaimer about 3rd party packages Jethro Grassie 2018-05-09 21:48:19 -0400
  • afa669656b
    wallet: allow unspendable unmixable outputs to be discarded stoffu 2018-06-12 12:44:40 +0900
  • e70d80e820
    wallet2: use decoded amount when reporting repeated output key stoffu 2018-06-13 01:06:44 +0900
  • 5e180c73f8
    wallet2: use correct fee for split txes stoffu 2018-06-12 12:06:51 +0900
  • d099dba9e1
    epee: adaptive connection timeout system moneromooo-monero 2018-06-07 12:43:10 +0100
  • 04abe99f81
    simplewallet: don't confirm missing payment ID when sending to only subaddresses stoffu 2018-06-10 20:00:59 +0900
  • 9c2f09df51
    epee: fallback to a counter if gmtime fails when rotating logs moneromooo-monero 2018-05-26 23:38:08 +0100
  • 505fde2e09
    Update readme to include pcslite dependency Gingeropolous 2018-06-08 16:05:50 -0400
  • 009feaca79
    wallet2: fix get_approximate_blockchain_height for stagenet stoffu 2018-06-06 20:33:01 +0900
  • 7ce841cc2f
    wallet: do not log by default if we're not asked to log to console moneromooo-monero 2018-06-06 10:12:45 +0100
  • 4e2b279a94
    tx_pool: initialize bitflags padding since it gets written to storage moneromooo-monero 2018-06-05 19:59:45 +0100
  • b85169a5b6
    README: mention --untrusted-daemon moneromooo-monero 2018-06-05 16:54:46 +0100
  • 082e0a1bef
    util: consider Tor/I2P addresses to be non local moneromooo-monero 2018-06-05 11:32:35 +0100
  • 85d2ae4ad7
    simplewallet: add optional trusted/untrusted argument to set_daemon moneromooo-monero 2018-06-05 10:45:01 +0100
  • 233a1ead22
    blockchain: pop forked blocks only when DB is not read-only stoffu 2018-06-04 20:46:24 +0900
  • 1380b70e74
    Fixes #3645: error on freebsd lambda return values forced to std::string rockhouse@users.noreply.github.com 2018-06-04 12:02:06 +0200
  • 8e64b61663
    blockchain: return error when requesting non existent output moneromooo-monero 2018-06-01 21:52:04 +0100
  • 1d3874dabf
    epee: fix detection of 172.16.0.0/172.31.255.255 local IP range moneromooo-monero 2018-06-01 21:09:46 +0100
  • 740085271b
    daemon: fix readline interfering with std::cerr usage moneromooo-monero 2018-05-31 12:13:03 +0100
  • 81e3926304
    disable file size sanity check when loading the wallet cache moneromooo-monero 2018-05-28 14:55:09 +0100
  • e04ae088e8
    fix build with GCC 8.1.0 moneromooo-monero 2018-05-24 09:12:16 +0100
  • f6896d9974
    core: lock incoming tx lock when checking the txpool and chain moneromooo-monero 2018-05-18 09:38:38 +0100
  • f6dbb967f8
    simplewallet: add --untrusted-daemon option moneromooo-monero 2018-03-21 19:00:27 +0000
  • be297b5d46
    Allow fractional outputs to be ignored /monero#4071 stoffu 2018-06-28 11:31:50 +0900
  • 82c085917d Merge branch 'master' into dev jcktm 2018-07-03 11:35:41 +1000
  • de7235e146 Revert "blockchain_db - remove fixup" jcktm 2018-07-03 11:28:22 +1000
  • cc0ed9df90 blockchain_db - remove fixup jcktm 2018-06-28 11:49:35 +1000
  • 8a92407f5f
    servicenodes: Added service node list jcktm 2018-06-29 14:47:00 +1000
  • 06b0f9e870
    Merge pull request #3976 luigi1111 2018-06-27 15:35:13 -0500
  • a18c06546a
    Merge pull request #40 from stoffu/aeon-bump-0.12.3 aeonix 2018-06-26 02:19:46 -0700
  • 42eb24984f
    Bump version to 0.12.3 stoffu 2018-06-26 18:01:11 +0900
  • 1472103709
    device_ledger: fix bad memory access on connect error /monero#3977 moneromooo-monero 2018-06-09 20:49:05 +0100
  • 6822414db4
    blockchain: avoid duplicate db query for height /monero#3975 moneromooo-monero 2018-06-09 19:49:58 +0100
  • d2f3d2b3ee
    cryptonote_protocol_handler: log when dropping a peer /monero#3974 moneromooo-monero 2018-05-01 16:21:43 +0100
  • 5fd78f7b4e
    epee: fallback to a counter if gmtime fails when rotating logs /monero#3972 moneromooo-monero 2018-05-26 23:38:08 +0100
  • 4bedb5b7b0
    epee: fix include for ofstream /monero#3971 moneromooo-monero 2018-05-30 15:55:22 +0100
  • af45893330
    simplewallet: grammar fix in warning message /monero#3966 moneromooo-monero 2018-06-08 21:28:11 +0100
  • 6ecd57efef
    Update readme to include pcslite dependency /monero#3963 Gingeropolous 2018-06-08 16:05:50 -0400
  • 84ac252bb6
    epee: adaptive connection timeout system /monero#3962 moneromooo-monero 2018-06-07 12:43:10 +0100
  • aa5817726b
    password: flush cout when prompting for password without newline /monero#3957 moneromooo-monero 2018-06-07 13:48:30 +0100
  • caac113426
    wallet2: fix bulletproof cold signing /monero#3955 moneromooo-monero 2018-06-07 12:28:23 +0100
  • d6b40367ba
    blockchain_import: warn+delay about using --dangerous-unverified-import /monero#3948 moneromooo-monero 2018-06-06 17:56:01 +0100
  • b3eae8fe32
    snap: strip metadata from icon.png /monero#3947 moneromooo-monero 2018-06-06 15:29:18 +0100
  • adda1fec91
    tx_pool: initialize bitflags padding since it gets written to storage /monero#3936 moneromooo-monero 2018-06-05 19:59:45 +0100
  • 72b2d56cb6
    Wallet API: add support for wallet creation from hardware device /monero#3921 stoffu 2018-06-04 16:58:13 +0900
  • e446510ad5
    Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp /monero#3921 stoffu 2018-06-04 16:54:35 +0900
  • 6bf96e7c7a
    wallet2: lower default for subaddress lookahead when restoring with hardware /monero#3921 stoffu 2018-06-04 19:18:18 +0900
  • 2c2a69ccd9
    fix typos in language files and rpc_args.cpp /monero#3677 ordtrogen 2018-06-13 12:49:49 +0200
  • 5670a31fe0
    fix string handling for donation message /monero#3407 cryptochangements34 2018-06-20 15:57:23 -0400
  • 4eeffc48c3
    don't limit miner threads in wallet /monero#3784 cryptochangements34 2018-05-08 19:09:14 -0400
  • f7a60db95c
    wallet: do not log by default if we're not asked to log to console /monero#3939 moneromooo-monero 2018-06-06 10:12:45 +0100
  • b4eed66910
    ringct: remove an unnecessary scalarmultBase in zeroCommit /monero#3938 moneromooo-monero 2018-06-06 10:05:14 +0100
  • 0fdaf1f12d
    readme - explain building master vs. release /monero#3933 Gingeropolous 2018-06-05 08:31:55 -0400
  • e9f999e25f
    README: mention --untrusted-daemon /monero#3932 moneromooo-monero 2018-06-05 16:54:46 +0100
  • fd7869de6d
    util: consider Tor/I2P addresses to be non local /monero#3932 moneromooo-monero 2018-06-05 11:32:35 +0100
  • e98b3d7dff
    simplewallet: add optional trusted/untrusted argument to set_daemon /monero#3932 moneromooo-monero 2018-06-05 10:45:01 +0100
  • f0aeb10455
    Update Readme to indicate recommended version /monero#3927 Gingeropolous 2018-06-04 22:32:43 -0400
  • 7624563a1a
    Fixes #3645: error on freebsd lambda return values forced to std::string /monero#3924 S 2018-06-04 12:02:06 +0200
  • 8a6bc379b6
    blockchain: pop forked blocks only when DB is not read-only /monero#3919 stoffu 2018-06-04 20:46:24 +0900
  • 21e8387cc0
    blockchain: return error when requesting non existent output /monero#3904 moneromooo-monero 2018-06-01 21:52:04 +0100
  • cb6f6e90f8
    tx_pool: hold off parsing a tx blob till we actually need it /monero#3903 moneromooo-monero 2018-06-01 21:50:46 +0100
  • fde68c3146
    unit_tests: add tests for local IP range detection /monero#3902 moneromooo-monero 2018-06-01 21:10:20 +0100
  • ce92b9e002
    epee: fix detection of 172.16.0.0/172.31.255.255 local IP range /monero#3902 moneromooo-monero 2018-06-01 21:09:46 +0100
  • 811f685754
    mlog: --max-log-files to set the max number of rotated log files /monero#3897 stoffu 2018-06-01 12:29:26 +0900
  • d94f848431
    simplewallet.sign_transfer: rename export to export_raw, add help message /monero#3896 stoffu 2018-06-01 08:45:20 +0900
  • 172223e8ae
    daemon: fix readline interfering with std::cerr usage /monero#3888 moneromooo-monero 2018-05-31 12:13:03 +0100
  • c5b1704319
    handle optional miner params better /monero#3757 cryptochangements34 2018-05-06 12:28:57 -0400
  • 0178a046ae
    adding win building details. /monero#3880 k1nghat 2018-05-29 12:20:35 -0500