summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #800Riccardo Spagni2016-04-142-19/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | blockchain: remove the tx validation result cachemoneromooo-monero2016-04-062-19/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #797Riccardo Spagni2016-04-144-12/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | rpc: print human readable time since received when printing poolmoneromooo-monero2016-04-051-11/+33
| * | | | | | | | rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-053-1/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #796Riccardo Spagni2016-04-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | tx_pool: ensure no txes that fail check_inputs get in the block templatemoneromooo-monero2016-04-051-1/+1
| |/ / / / / / /
* | | / / / / / rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero2016-04-094-12/+74
| |_|/ / / / / |/| | | | | |
* | | | | | | tx_pool: fix (hopefully) save/load of kept_by_blockmoneromooo-monero2016-04-061-0/+2
|/ / / / / /
* | | | | | bumped version numberRiccardo Spagni2016-04-021-1/+1
* | | | | | Merge pull request #779Riccardo Spagni2016-04-021-5/+1
|\| | | | |
| * | | | | core: remove the block reward accumulation loopmoneromooo-monero2016-04-011-5/+1
* | | | | | Merge pull request #778Riccardo Spagni2016-04-021-1/+3
|\ \ \ \ \ \
| * | | | | | Detect map resize failuresHoward Chu2016-03-301-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #777Riccardo Spagni2016-04-022-0/+4
|\ \ \ \ \ \
| * | | | | | add blockhashing blob to getblocktemplateHoward Chu2016-03-302-0/+4
| |/ / / / /
* | | | | | Merge pull request #772Riccardo Spagni2016-04-021-0/+34
|\ \ \ \ \ \
| * | | | | | simplewallet: always gracefully exit on EOFmoneromooo-monero2016-03-291-0/+34
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #769Riccardo Spagni2016-04-024-63/+121
|\ \ \ \ \ \
| * | | | | | wallet: make load_keys check types when loading JSONmoneromooo-monero2016-03-272-22/+37
| * | | | | | wallet: make the JSON reading type safemoneromooo-monero2016-03-271-41/+31
| * | | | | | common: new json_util.hmoneromooo-monero2016-03-271-0/+53
| |/ / / / /
* | | | | | Merge pull request #767Riccardo Spagni2016-04-0210-23/+98
|\ \ \ \ \ \
| * | | | | | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-2710-23/+98
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #766Riccardo Spagni2016-04-021-0/+42
|\ \ \ \ \ \
| * | | | | | simplewallet: default to trusted daemon for loopback addressmoneromooo-monero2016-03-271-0/+42
| |/ / / / /
* | | | | | Merge pull request #764Riccardo Spagni2016-04-022-74/+374
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | minor corrections/clarificationsThomas Winget2016-03-302-4/+6
| * | | | | Transaction pool documentation (and some cleanup)Thomas Winget2016-03-242-74/+372
* | | | | | wallet: fix --generate-from-keys saving as watch onlymoneromooo-monero2016-03-281-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #765Riccardo Spagni2016-03-2722-54/+389
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | wallet: pass std::function by const ref, not valuemoneromooo-monero2016-03-262-2/+2
| * | | | wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero2016-03-265-8/+11
| * | | | wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-266-30/+129
| * | | | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-2615-0/+243
| * | | | wallet: handle rare case where fee adjustment can bump to the next kBmoneromooo-monero2016-03-261-2/+3
| * | | | wallet: factor fee calculationmoneromooo-monero2016-03-261-22/+11
* | | | | blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2016-03-252-3/+13
* | | | | core: fix miner tx block reward with feesmoneromooo-monero2016-03-251-8/+7
|/ / / /
* | | | remove connectivity tool, comment it out from munin plugins tooRiccardo Spagni2016-03-253-424/+0
* | | | Merge pull request #749Riccardo Spagni2016-03-2514-587/+2902
* | | | Revert "Merge pull request #749"Riccardo Spagni2016-03-2514-2902/+587
* | | | Merge pull request #756Riccardo Spagni2016-03-254-10/+192
|\ \ \ \
| * | | | wallet: add a --generate-from-json flagmoneromooo-monero2016-03-254-10/+192
* | | | | Merge pull request #749Riccardo Spagni2016-03-2514-587/+2902
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Update BlockchainDB documentationThomas Winget2016-03-241-155/+937
| * | | | remove defunct code from cryptonote::coreThomas Winget2016-03-242-22/+0
| * | | | cryptonote::core doxygen documentationThomas Winget2016-03-242-26/+617
| * | | | doxygen documentation for difficulty functionsThomas Winget2016-03-242-2/+16
| * | | | Move checkpoint functions into checkpoints classThomas Winget2016-03-249-359/+327