Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-23 | daemon: fix min/max tracking using the wrong size | moneromooo-monero | 1 | -4/+4 | |
Reported by iDunk | |||||
2016-10-23 | daemon: even when switching branches, compile the damn thing ffs | moneromooo-monero | 1 | -1/+1 | |
2016-10-23 | daemon: do not divide by 0 when the pool is empty | moneromooo-monero | 1 | -2/+2 | |
2016-10-23 | Merge pull request #1250 | Riccardo Spagni | 1 | -0/+56 | |
839280d daemon: add a print_pool_stats daemon command (moneromooo-monero) | |||||
2016-10-23 | daemon: add a print_pool_stats daemon command | moneromooo-monero | 1 | -0/+56 | |
Helps see what's going on now that Monero is getting used | |||||
2016-10-23 | daemon: report transaction relay status in print_pool* commands | moneromooo-monero | 1 | -0/+2 | |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 1 | -2/+4 | |
25% of the outputs are selected from the last 5 days (if possible), in order to avoid the common case of sending recently received outputs again. 25% and 5 days are subject to review later, since it's just a wallet level change. | |||||
2016-10-10 | print_coinbase_tx_sum now breaks output into fee and emission components | Dion Ahmetaj | 1 | -1/+3 | |
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 1 | -5/+5 | |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 1 | -17/+17 | |
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 1 | -17/+50 | |
2016-10-04 | Merge pull request #1164 | Riccardo Spagni | 1 | -12/+8 | |
179b1f4 daemon: implement missing print_bc and matching RPC (moneromooo-monero) | |||||
2016-10-04 | Merge pull request #1171 | Riccardo Spagni | 1 | -28/+0 | |
6390673 Removed all code related to fast_exit (NanoAkron) | |||||
2016-10-04 | Merge pull request #1149 | Riccardo Spagni | 1 | -1/+1 | |
25be1d3 Noticed two spellings of the word 'response' in the codebase, one 'responce' and the other 'response'. (NanoAkron) | |||||
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 1 | -28/+0 | |
2016-10-02 | daemon: implement missing print_bc and matching RPC | moneromooo-monero | 1 | -12/+8 | |
2016-09-29 | Noticed two spellings of the word 'response' in the codebase, one 'responce' ↵ | NanoAkron | 1 | -1/+1 | |
and the other 'response'. Fixed to the standard spelling 'response'. This may fix some functionality - some calls had mixed spellings. | |||||
2016-09-24 | daemon: report status at 99.9% rather than 100% when not quite synced | moneromooo-monero | 1 | -1/+11 | |
Less confusing for users. | |||||
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 1 | -0/+1 | |
This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged. | |||||
2016-09-10 | Daemon: fix hashrate display in diff command output | iDunk5400 | 1 | -1/+1 | |
2016-09-03 | fix remaining bitmonero and simplewallet bits | Riccardo Spagni | 1 | -2/+2 | |
2016-08-12 | daemon: print time to next fork | moneromooo-monero | 1 | -1/+23 | |
2016-07-10 | daemon: fix ban seconds being misinterpreted as absolute | moneromooo-monero | 1 | -3/+1 | |
Absolute to relative conversion is already done by the callee. | |||||
2016-04-14 | Merge pull request #797 | Riccardo Spagni | 1 | -11/+33 | |
d662ab5 rpc: print human readable time since received when printing pool (moneromooo-monero) 5c9dd23 rpc: add a do_not_relay boolean to tx submission (moneromooo-monero) | |||||
2016-04-09 | rpc: add pool/blockchain and block height results to gettransactions | moneromooo-monero | 1 | -3/+13 | |
2016-04-05 | rpc: print human readable time since received when printing pool | moneromooo-monero | 1 | -11/+33 | |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+36 | |
This is a list of existing output amounts along with the number of outputs of that amount in the blockchain. The daemon command takes: - no parameters: all outputs with at least 3 instances - one parameter: all outputs with at least that many instances - two parameters: all outputs within that many instances The default starts at 3 to avoid massive spamming of all dust outputs in the blockchain, and is the current minimum mixin requirement. An optional vector of amounts may be passed, to request histogram only for those outputs. | |||||
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -2/+1 | |
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | |||||
2016-03-20 | Merge pull request #735 | Riccardo Spagni | 1 | -1/+1 | |
d2aa427 rpc: fix print_tx in command line mode (moneromooo-monero) | |||||
2016-03-19 | rpc: fix print_tx in command line mode | moneromooo-monero | 1 | -1/+1 | |
It was only filling the input in non rpc mode | |||||
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -1/+2 | |
Useful for debugging users' logs | |||||
2016-03-14 | fix formatting error on bitmonero print_block return | Mike C | 1 | -1/+1 | |
Example of current return for `print_block 912345`: timestamp: 1452793716 previous hash: b61c58b2e0be53fad5ef9d9731a55e8a81d972b8d90ed07c04fd37ca6403ff78 nonce: 1646 is orphan: 0 height: 912345 depth: 85434 hash: e22cf75f39ae720e8b71b3d120a5ac03f0db50bba6379e2850975b4859190bc6difficul ty: 815625611 reward: 7388968946286 { "major_version": 1, "minor_version": 2, … Without `std::endl`, the difficulty gets smashed on the end of the hash. | |||||
2016-02-05 | daemon: remove leftover debug log | moneromooo-monero | 1 | -1/+0 | |
2016-01-31 | Merge pull request #631 | Riccardo Spagni | 1 | -29/+43 | |
bcac101 daemon: fix a few issues reported by valgrind (moneromooo-monero) a7e8174 tx_pool: fix serialization of new relayed data (moneromooo-monero) 601ad76 hardfork: fix mixup in indexing variable in get_voting_info (moneromooo-monero) 444e22f blockchain: remove unused timer (moneromooo-monero) 7edfdd8 blockchain: fix m_sync_counter uninitialized variable use (moneromooo-monero) d97582c epee: use generate_random_bytes for new random uuids (moneromooo-monero) 17c7c9c epee: remove dodgy random code that nobody uses (moneromooo-monero) | |||||
2016-01-30 | daemon: fix a few issues reported by valgrind | moneromooo-monero | 1 | -29/+43 | |
In particular, ensure we check the status of RPC response structures, as some functions will return success, but with a BUSY status, when the daemon is not yet synced, and the response will not filled. | |||||
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 1 | -0/+30 | |
It can flush a particular tx, or the whole pool (the RPC command can flush a list of transactions too) | |||||
2016-01-28 | add received time to print_pool and print_pool_sh | Riccardo Spagni | 1 | -1/+3 | |
2016-01-14 | 'max limit of...' is redundant wording, rephrase | binaryFate | 1 | -1/+1 | |
2016-01-14 | Print msg when successfully updating out_peers | binaryFate | 1 | -0/+2 | |
2016-01-11 | daemon: fix status command when run from command line | moneromooo-monero | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-18 | print top block hash in daemon diff command | moneromooo-monero | 1 | -0/+1 | |
and add top block hash in get_info RPC | |||||
2015-12-07 | daemon: add mining status to the status command | moneromooo-monero | 1 | -8/+22 | |
2015-11-30 | Merge pull request #503 | Riccardo Spagni | 1 | -2/+2 | |
55e5a33 rpc: pass current block target in rpc (moneromooo-monero) | |||||
2015-11-26 | rpc: pass current block target in rpc | moneromooo-monero | 1 | -2/+2 | |
This fixes the hash rate being wrong on testnet after the switch to 2 minute blocks | |||||
2015-11-26 | add RPC calls and commands to get/set bans | moneromooo-monero | 1 | -0/+106 | |
2015-11-23 | daemon: fix blockchain height display not updating after sync | moneromooo-monero | 1 | -1/+1 | |
2015-10-28 | rpc: fix start_mining and status RPC crashes | moneromooo-monero | 1 | -4/+4 | |
They check whether they're running on testnet by accessing the m_rpc_server object, which does not exist when in RPC mode. Also, fix hard_fork_info being called with the wrong API. | |||||
2015-10-26 | Merge pull request #448 | Riccardo Spagni | 1 | -7/+9 | |
06c65cb rpc: fix hard_fork_info RPC (moneromooo-monero) 6f5c129 rpc: fix a few commands not working as command line (moneromooo-monero) | |||||
2015-10-26 | rpc: fix hard_fork_info RPC | moneromooo-monero | 1 | -4/+6 | |
I had never tested it, obviously | |||||
2015-10-26 | rpc: fix a few commands not working as command line | moneromooo-monero | 1 | -3/+3 | |
The method name to the "json_rpc" commands are names, not part of URLs. | |||||
2015-10-25 | daemon: add a status command | moneromooo-monero | 1 | -0/+55 | |
Displays current block height and target, net hash, hard fork basic info, and connections. Useful as a basic user friendly "what's going on here" command. | |||||
2015-10-13 | core_rpc_server: add a getblock RPC command, and fix print_block | moneromooo-monero | 1 | -8/+10 | |
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -0/+31 | |
2015-08-11 | Add a is_key_image_spent daemon command and RPC call | moneromooo-monero | 1 | -0/+36 | |
2015-08-09 | daemon: omit extra set of <> in error message | moneromooo-monero | 1 | -1/+1 | |
The string conversion already adds them | |||||
2015-08-09 | daemon: print a decoded tx in print_tx | moneromooo-monero | 1 | -0/+18 | |
in addition to the raw hex representation | |||||
2015-08-09 | daemon: fix print_tx not find transactions | moneromooo-monero | 1 | -0/+1 | |
It was not even trying to | |||||
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -7/+7 | |
2015-05-28 | rpc_command_executor: fix mining in testnet mode | moneromooo-monero | 1 | -2/+1 | |
2015-05-17 | print limits when running limit commands with no arguments | moneromooo-monero | 1 | -0/+23 | |
It's more user friendly that an error message saying the command does not exist. | |||||
2015-04-23 | Add mempool output to daemon via command and RPC | warptangent | 1 | -13/+50 | |
This is for the "print_pool" command and "get_transaction_pool" RPC method. Add mempool's spent key images to the results. | |||||
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 1 | -1/+2 | |
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again | |||||
2015-04-10 | Fixes start_mining in cli interactive mode | Thomas Winget | 1 | -2/+16 | |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -12/+140 | |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -75/+351 | |
Daemon interactive mode is now working again. RPC mapped calls in daemon and wallet have both had connection_context removed as an argument as that argument was not being used anywhere. | |||||
2015-02-24 | RPC calls for background daemon added in | Thomas Winget | 1 | -26/+7 | |
The RPC calls the daemon executable uses to talk to the running daemon instance have mostly been added back in. Rate limiting has not been added in upstream, but is on its way in a separate effort, so those calls are still NOPed out. | |||||
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -0/+435 | |
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something. |