Commit Graph

143 Commits (02097c87ebca12c34329acab89899a633db1d8ba)

Author SHA1 Message Date
Riccardo Spagni 78a99fe7da
Merge pull request #1820
7 years ago
moneromooo-monero 7a44f38a7f
Add support for the wallet to refresh pruned blocks
7 years ago
moneromooo-monero b49c6ab45d
rpc: add a default category for daemon rpc
7 years ago
moneromooo-monero ea873ceb2c
daemon/rpc: updates command and RPC
7 years ago
moneromooo-monero 8262da8137
rpc: make mining_status RPC work when syncing
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
Riccardo Spagni 49efd3add9
Merge pull request #1727
7 years ago
Riccardo Spagni d2059dfab2
Merge pull request #1737
7 years ago
Dion Ahmetaj 69ab14d91e More robust battery status handling.
7 years ago
moneromooo-monero 9925edcb1e
rpc: fix some RPC calls not returning OK status when needed
7 years ago
moneromooo-monero 0288310e3b
blockchain_db: add "raw" blobdata getters for block and transaction
7 years ago
Riccardo Spagni b0e992237e
Merge pull request #1712
7 years ago
moneromooo-monero 38a1b9c956
rpc: fix daemon mixed style set_log 2,category:level
7 years ago
Dion Ahmetaj ad95e65028 Added a note about smart mining to status command. Fixed up a bug where I was resetting bg mining enabled instead of started. Upped the miner threshold. Also moved setting of enabled on start above miner thread creation since starting with true, then stopping, then starting with false resulted in race condition.
7 years ago
Dion Ahmetaj 345ed4823c Background/smart mining. If a users' computer is plugged into a power
7 years ago
Riccardo Spagni eacf2124b6 Merge pull request #1689
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
Lee Clagett ce7fcbb4ae Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
7 years ago
Riccardo Spagni 72aa788a0e
Merge pull request #1636
7 years ago
Riccardo Spagni 5bb95fc613
Merge pull request #1634
7 years ago
Ashley Perpetual cc1462e0b7 Add concurrency check to rpc mining to ensure not too many threads. number of cores times 4 or 257.
7 years ago
Timothy D. Prime 99f584376e Fix invalid + of std::string and int
7 years ago
Miguel Herranz 0644eed772 Remove boost/foreach.cpp includes
7 years ago
Miguel Herranz 629e3101ab Replace BOOST_FOREACH with C++11 ranged for
7 years ago
moneromooo-monero b70ab128fc
rpc: fix orphan_status when getting blocks
7 years ago
Riccardo Spagni ab69d5b367
Merge pull request #1569
7 years ago
kenshi84 16b8b66adc specify restore height by YYYY-MM-DD format
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
7 years ago
Riccardo Spagni 10c6afd316
Merge pull request #1571
7 years ago
moneromooo-monero 81c384e408
fix do_not_relay not preventing relaying on a timer
7 years ago
moneromooo-monero 5b5017e267
rpc: add a command to get info about the current blockchain
7 years ago
Riccardo Spagni 0b6031adbf
Merge pull request #1543
7 years ago
Miguel Herranz 19be7225cc Add start_time to get_info methods and show uptime
7 years ago
kenshi84 f1dde1a429 wallet cli: print originating block heights of mixin keys when making transfer
8 years ago
moneromooo-monero 9731b4e54f
rpc: add block size to GET_BLOCK_HEADER RPC
8 years ago
moneromooo-monero 9188b3468c
rpc: add current block size to the getinfo call
8 years ago
moneromooo-monero 55fa0479a0
rpc: new function and RPC to get alternative chain info
8 years ago
moneromooo-monero 1d9e223944
rpc: do not include output indices for pool txes
8 years ago
moneromooo-monero 2c0173c722
Add a get_outs (fully text based) version of get_outs.bin
8 years ago
moneromooo-monero e05907b3e7
rpc: add output indices to gettransactions
8 years ago
moneromooo-monero e6deb8abda
rpc: add a dynamic fee estimation RPC call
8 years ago
Riccardo Spagni b9f31bbc10
Merge pull request #1222
8 years ago
Riccardo Spagni 7426b5374f
Merge pull request #1221
8 years ago
moneromooo-monero 88faec75fe
wallet: select part of the fake outs from recent outputs
8 years ago
moneromooo-monero 5e10fb042d
rpc: add blockchain cumulative difficulty to getinfo call
8 years ago
moneromooo-monero 094f4c8cc6
rpc: add missing top block hash to json getinfo call
8 years ago
Dion Ahmetaj 7db29d6903 print_coinbase_tx_sum now breaks output into fee and emission components
8 years ago
Dion Ahmetaj dd6c44327b changed params from start/end index to height/count
8 years ago
Dion Ahmetaj e95d3f359b attempted to remove whitespace spam
8 years ago
Dion Ahmetaj 412da63622 added print_coinbase_tx_sum option
8 years ago