Commit Graph

  • dd8ec6ba81
    Tone down L0 logs during daemon sync some more moneromooo-monero 2015-12-14 17:45:32 +0000
  • f80dd9da11
    hardfork: only accept major versions we know about moneromooo-monero 2015-12-14 08:57:59 +0000
  • 56daa6e3ff
    Tone down a bit L0 logs during daemon sync moneromooo-monero 2015-12-14 00:36:37 +0000
  • 4dda10e004
    daemon: fix crash exiting with ^C moneromooo-monero 2015-12-13 23:56:02 +0000
  • dbe735e641
    posix_daemonizer: only create the main daemon object in the last child moneromooo-monero 2015-12-13 19:48:11 +0000
  • 39d09ef39e
    Add LMDB error string to database transaction exception message warptangent 2015-12-13 08:45:03 -0800
  • 135c5ab8c9
    core_tests: fix ring_signature_1 tests moneromooo-monero 2015-12-13 13:58:13 +0000
  • 435f7fc6e2
    core_tests: bump default test fee to 0.02 monero moneromooo-monero 2015-12-13 13:56:15 +0000
  • 03a26ae419
    add a --fakechain argument for tests moneromooo-monero 2015-12-13 11:38:37 +0000
  • d5165b5a68
    unit_tests: fix block reward test using post hard fork settings moneromooo-monero 2015-12-13 11:18:59 +0000
  • baf4e1fce7
    blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED" moneromooo-monero 2015-12-13 11:16:37 +0000
  • 170df600d1
    db_lmdb: implement BlockchainLMDB::reset moneromooo-monero 2015-12-13 11:12:34 +0000
  • 1ec4d6fd5e
    db_bdb: implement BlockchainBDB::reset moneromooo-monero 2015-12-13 11:12:00 +0000
  • 94d21027af
    tx_pool: fix "minumim" typo in message moneromooo-monero 2015-12-13 11:11:00 +0000
  • 64f21ca271
    tests: fix a typo in test name moneromooo-monero 2015-12-13 11:10:33 +0000
  • 2dcc36941b
    db_lmdb: create all needed directories, not just the leaf one moneromooo-monero 2015-12-13 11:09:43 +0000
  • b8401fae1d
    db_bdb: create all needed directories, not just the leaf one moneromooo-monero 2015-12-13 11:08:59 +0000
  • 2e406c6715 Stop displaying internal commands for --help luigi1111 2015-12-11 18:41:36 -0600
  • 2c8cf1803c simplewallet help & error cleanup luigi1111 2015-12-11 18:05:39 -0600
  • 391485b754 Fix data refs in read-only txns Howard Chu 2015-12-10 01:42:36 +0000
  • 438cfe6a4b
    tests: remove data-dir argument registration moneromooo-monero 2015-12-09 17:30:30 +0000
  • ab51d3136f
    wallet: make the 0MQ usage thread safe moneromooo-monero 2016-01-03 13:13:47 +0000
  • 0bf71f0cbd
    Register daemon command line arguments to core if they're used in core moneromooo-monero 2015-12-08 23:06:29 +0000
  • 7412276d73
    net_node: add a --offline argument moneromooo-monero 2015-12-07 20:21:45 +0000
  • fbcade82fb
    daemon: add mining status to the status command moneromooo-monero 2015-12-07 19:40:12 +0000
  • 305d1c057b
    db_bdb: move log_set_config call before open moneromooo-monero 2015-12-07 19:18:34 +0000
  • 8027384ad2
    db_bdb: support for libdb without DB_FORCESYNC moneromooo-monero 2015-12-07 09:31:53 +0000
  • d26e7d0b3a ARMv7 optimization flags are too aggressive Howard Chu 2016-01-03 12:58:08 +0000
  • a561afa18b ARM chars are unsigned Howard Chu 2016-01-03 11:57:35 +0000
  • 26aaf07650 Merge 6eabf40b9a into 59e0db15dd hyc 2016-01-03 08:45:06 +0000
  • 6eabf40b9a Use CMAKE_LINKER, not hardcoded "ld" Howard Chu 2016-01-03 08:22:38 +0000
  • d838960465 Fix release flags Howard Chu 2016-01-02 19:39:03 +0000
  • b21bc0cddb IP_TOS not supported before Windows7 Howard Chu 2016-01-01 02:47:48 +0000
  • ec96d6c9e2 Get rid of doubly-defined NDEBUG Howard Chu 2016-01-01 23:23:54 +0000
  • da0bce3472 Use CMAKE_LINKER, not hardcoded "ld" Howard Chu 2016-01-03 08:22:38 +0000
  • 28b82718ff Avoid cmake-3.x block comment syntax Howard Chu 2016-01-03 08:22:06 +0000
  • a52cf36010 fix: cmake parse error on Ubuntu 14.04 moneroexamples 2016-01-03 07:52:57 +0800
  • 26aac68095 Fix release flags Howard Chu 2016-01-02 19:39:03 +0000
  • 82235e387a
    p2p: failure to load p2pstate.bin is not fatal anymore moneromooo-monero 2015-12-07 00:20:00 +0000
  • 455c6a93a9
    console_handler: catch exception inside the input loop moneromooo-monero 2015-12-06 22:03:53 +0000
  • 773bc96e85
    blockchain_db: fixup missing key images in early DB version moneromooo-monero 2015-12-06 20:48:17 +0000
  • ee67d64c32
    wallet: make the wallet refresh type a wallet setting moneromooo-monero 2015-12-05 21:44:25 +0000
  • 737048da28
    wallet: default auto-refresh to true for old wallets moneromooo-monero 2015-12-05 21:10:12 +0000
  • 77840c077e
    blockchain_db: make the indexing base a BlockchainDB virtual function moneromooo-monero 2016-01-02 21:33:52 +0000
  • 915e2896a4
    wallet: add a stop_wallet RPC call moneromooo-monero 2015-12-05 14:53:37 +0000
  • 09a25f0084
    blockchain_dump: fix output key dump for BDB 1-based indices moneromooo-monero 2015-12-05 12:40:01 +0000
  • 0d574dc2a7
    db_bdb: read 32 bit heights from keys moneromooo-monero 2015-12-04 22:25:00 +0000
  • 8daa959fbd
    wallet2: default auto-refresh to true for preexisting wallets moneromooo-monero 2015-11-30 11:07:13 +0000
  • dc37a6a7b9
    wallet: cancellable refresh moneromooo-monero 2015-11-29 13:02:01 +0000
  • 38722cec39
    simplewallet: add tr markers in a few missing user visible strings moneromooo-monero 2015-11-29 22:24:15 +0000
  • cb6ab00a5a
    simplewallet: swap colors in show_transfers moneromooo-monero 2015-11-29 13:20:54 +0000
  • 10b9fe4b15
    wallet2: remove confirmed transactions from detached blocks moneromooo-monero 2015-11-29 11:41:37 +0000
  • 1f67d791b2
    wallet: optional automatic refresh from the daemon moneromooo-monero 2015-11-28 12:38:58 +0000
  • 5e615348c8
    rpc: add a --restricted-rpc option moneromooo-monero 2016-01-02 20:58:36 +0000
  • 22a27af3c8
    core_rpc_server: add a --restricted-rpc option moneromooo-monero 2015-11-27 18:24:29 +0000
  • df9fbf5c91
    util: use putenv instead of setenv for mingw moneromooo-monero 2015-11-25 21:37:05 +0000
  • 0cfec7388c
    wallet2: speed up wallet refresh for large miners moneromooo-monero 2015-11-28 19:05:49 +0000
  • b2ede1a4ba
    wallet2: parallelize pulling blocks and processing them on refresh moneromooo-monero 2016-01-02 19:01:10 +0000
  • 632bcf78bf
    wallet2: maintain the short chain manually when refreshing moneromooo-monero 2016-01-02 17:52:36 +0000
  • 655b8b69e8
    wallet2: split pull blocks between pulling and processing moneromooo-monero 2016-01-02 17:38:09 +0000
  • a35bf3e0e2
    rpc: pass current block target in rpc moneromooo-monero 2016-01-02 17:15:12 +0000
  • 1b652c806f More changes for 2-min blocks Use the correct block time for realtime fuzz on locktime Use the correct block time to calculate next_difficulty on alt chains (will not work as-is with voting) Lock unit tests to original block time for now Javier Smooth 2015-11-13 00:24:47 -0800
  • 1994baf6db Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block version 2 Javier Smooth 2015-11-05 01:58:47 -0800
  • 7f8e5ced47
    daemon: fix ban length using wrong parameter moneromooo-monero 2016-01-02 16:30:12 +0000
  • f7760bcc11
    add RPC calls and commands to get/set bans moneromooo-monero 2015-11-26 00:04:22 +0000
  • 592e8c3b13
    net_node: allow bans for custom amounts of time moneromooo-monero 2015-11-25 22:04:27 +0000
  • 7adb25b500
    daemon: remove a couple unused variables moneromooo-monero 2016-01-02 13:32:22 +0000
  • e2b29b4367
    wallet: use std::vector instead of std::list when syncing blocks moneromooo-monero 2016-01-02 13:04:31 +0000
  • 19fe865034
    ipc: make blocks retrieval not go via JSON moneromooo-monero 2015-11-12 22:09:23 +0000
  • 884185d0a0
    ipc: remove debug trace moneromooo-monero 2015-11-12 20:31:54 +0000
  • 7c15814dfa
    ipc: add new set_out_peers IPC, and revive out_peers daemon command moneromooo-monero 2015-11-12 20:30:42 +0000
  • e47b52312d
    ipc: add a "fast" flag to stop_daemon, and revive fast_exit moneromooo-monero 2015-11-12 17:32:04 +0000
  • bd62daf60f
    ipc: fix block refresh moneromooo-monero 2015-11-12 16:59:06 +0000
  • 8d53cd3225
    ipc: rename start to start_mining, stop to stop_mining moneromooo-monero 2015-11-12 15:51:25 +0000
  • 925b37741d
    ipc: add a get_tx_pool IPC, and revive print_pool/print_pool_sh moneromooo-monero 2015-11-12 15:18:01 +0000
  • a8caab1af1
    unit_tests: initialize db object in ctor, not open moneromooo-monero 2016-01-02 11:37:00 +0000
  • ee6f2cb71f IP_TOS not supported before Windows7 Howard Chu 2016-01-01 02:47:48 +0000
  • 462658df4f Get rid of doubly-defined NDEBUG Howard Chu 2016-01-01 23:23:54 +0000
  • 40aa6145f4
    hardfork: fix more major/minor issues moneromooo-monero 2015-11-24 20:46:10 +0000
  • 8c821ddaae
    hardfork: fix rescan on load moneromooo-monero 2015-11-23 21:12:55 +0000
  • 8c6df61e9c Add IP blocking for misbehaving nodes (adapted from Boolberry) Javier Smooth 2015-11-23 17:34:55 +0000
  • b9c0201080 quiet down p2p logging a bit Javier Smooth 2015-08-01 19:19:42 -0700
  • 7b5d6c2248
    blockchain: log versions as numbers, not characters moneromooo-monero 2015-11-23 15:53:59 +0000
  • 8a80566680
    hardfork: fix actual/voting confusion moneromooo-monero 2015-11-23 14:04:33 +0000
  • 5cfbb60076
    daemon: fix blockchain height display not updating after sync moneromooo-monero 2016-01-01 22:10:32 +0000
  • 32679e1cc3
    cn_deserialize: a new tool to decode blocks and transactions moneromooo-monero 2015-11-22 21:52:14 +0000
  • 037d402a5c add recent static checkpoint Javier Smooth 2015-11-22 13:28:23 -0800
  • f499d82cc4
    wallet: make the refresh optimizations selectable via command line moneromooo-monero 2015-11-22 19:03:10 +0000
  • ff7656e4d8
    wallet: speedup refresh from daemon moneromooo-monero 2015-11-22 17:52:31 +0000
  • 36b690f491
    wallet2: minor cleanup moneromooo-monero 2015-11-22 15:20:26 +0000
  • 90b3b528c3
    wallet2: speedup refresh a bit moneromooo-monero 2015-11-22 15:18:36 +0000
  • 579203daeb
    wallet: storing outgoing tx info now defaults to enabled moneromooo-monero 2015-11-22 12:40:03 +0000
  • 4ab4df568c
    wallet: rename store-tx-keys to store-tx-info moneromooo-monero 2015-11-22 12:26:27 +0000
  • 3a50ac1aaa
    wallet: improve show_transfers moneromooo-monero 2015-11-22 12:13:59 +0000
  • 4d55c61417
    wallet: use incoming blocks to keep track of payments too moneromooo-monero 2015-11-21 23:22:15 +0000
  • 8fc067ee6e
    simplewallet: lessen display flicker confusion moneromooo-monero 2015-11-21 11:52:35 +0000
  • 244b4d1fdc fixed testnet fork point, added comment data back in Riccardo Spagni 2015-11-22 19:40:38 +0200
  • cd22718172 disable time-stats by default, tweak fast-block-sync description Riccardo Spagni 2015-11-21 15:57:23 +0200
  • 44a34a7d30 update v2 testnet fork height Riccardo Spagni 2015-11-21 15:36:13 +0200
  • bd2c8231ae
    Fix gcc 4.9.2 command line with moneromooo-monero 2016-01-01 18:39:08 +0000