aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-2110-10/+10
* Fix core_tests breaking on startupmoneromooo-monero2017-02-211-0/+2
* core: add p2p bind port options from net_nodemoneromooo-monero2017-02-211-0/+4
* Merge pull request #1727Riccardo Spagni2017-02-214-41/+119
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-134-41/+119
* | Merge pull request #1724Riccardo Spagni2017-02-211-1/+1
|\ \
| * | blockchain_db: do not throw on expected partial results getting keysmoneromooo-monero2017-02-131-1/+1
| |/
* | Merge pull request #1731Riccardo Spagni2017-02-211-1/+1
|\ \
| * | core: add a missing newline on a string to be loggedmoneromooo-monero2017-02-141-1/+1
| |/
* | core: updates can now be downloaded (and SHA256 hash checked)moneromooo-monero2017-02-201-0/+30
* | core: test key images against validity domainmoneromooo-monero2017-02-202-0/+28
* | Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-202-0/+64
* | core: display any fork warning at startup toomoneromooo-monero2017-02-201-1/+1
* | Merge pull request #1748Riccardo Spagni2017-02-213-58/+4
|\ \
| * | Get rid of directory lockHoward Chu2017-02-182-58/+0
| * | Add a few read txns to streamlineHoward Chu2017-02-181-0/+4
| |/
* / tx_pool: revert template filling changesmoneromooo-monero2017-02-201-0/+16
|/
* tx_pool: add a debug message when adding a tx to the poolmoneromooo-monero2017-02-121-0/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-0830-5388/+616
* bugfix: infinite recursion in get_account_address_from_str_or_urlkenshi842017-02-051-1/+1
* Merge pull request #1664Riccardo Spagni2017-02-041-0/+2
|\
| * core: fix integrated addresses breaking with auto zero changemoneromooo-monero2017-02-021-0/+2
* | Merge pull request #1641Riccardo Spagni2017-02-021-1/+11
|\ \ | |/ |/|
| * Separate data per P2P portMiguel Herranz2017-01-281-1/+11
* | Merge pull request #1642Riccardo Spagni2017-02-021-0/+1
|\ \
| * | core: set missing verifivation_failed flag when rejecting a txmoneromooo-monero2017-01-281-0/+1
| |/
* | Merge pull request #1631Riccardo Spagni2017-02-021-4/+8
|\ \
| * | Blockfill - Sort tx pool correctlyAlexis Enston2017-01-251-2/+2
| * | Blockfill - Take TX fees into account properlyAlexis Enston2017-01-251-1/+1
| * | Consider empty block when filling with TXsAlexis Enston2017-01-251-1/+5
| |/
* | Merge pull request #1627Riccardo Spagni2017-02-022-1/+43
|\ \
| * | moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi842017-01-242-1/+43
| |/
* | Merge pull request #1617Riccardo Spagni2017-02-027-32/+28
|\ \ | |/ |/|
| * Remove boost/foreach.cpp includesMiguel Herranz2017-01-225-5/+0
| * Replace BOOST_REVERSE_FOREACH with ranged forMiguel Herranz2017-01-221-1/+2
| * Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-224-26/+26
* | Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron2017-01-231-5/+4
|/
* Merge pull request #1615Riccardo Spagni2017-01-222-0/+10
|\
| * core: cache tx hashes of failing semantics txesmoneromooo-monero2017-01-222-0/+10
* | Merge pull request #1610Riccardo Spagni2017-01-224-5/+10
|\ \
| * | rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-224-5/+10
| |/
* / core: early out in handle_incoming_tx if already in pool or blockchainmoneromooo-monero2017-01-211-0/+12
|/
* core: don't try to deserialize an empty extra to remove a fieldmoneromooo-monero2017-01-161-0/+2
* Change logging to easylogging++moneromooo-monero2017-01-1611-178/+210
* Merge pull request #1577Riccardo Spagni2017-01-153-0/+36
|\
| * core: check block version for alt chains toomoneromooo-monero2017-01-143-0/+36
* | Merge pull request #1576Riccardo Spagni2017-01-152-6/+47
|\ \
| * | rct: split rct checks between semantics and othermoneromooo-monero2017-01-142-6/+47
* | | Merge pull request #1571Riccardo Spagni2017-01-155-27/+40
|\ \ \
| * | | fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-145-27/+40
| |/ /