Age | Commit message (Expand) | Author | Files | Lines |
2017-07-27 | blockchain: pass correct height to get_block_longhash | moneromooo-monero | 1 | -4/+2 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 1 | -0/+5 |
2017-06-01 | Don't copy blockchain for coinbase_tx_sum | Howard Chu | 1 | -2/+2 |
2017-05-30 | Merge pull request #1982 | Riccardo Spagni | 1 | -3/+71 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -3/+71 |
2017-04-24 | Merge pull request #1968 | Riccardo Spagni | 1 | -1/+3 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 1 | -2/+2 |
2017-04-12 | Fix block_longhash_worker thread | hyc | 1 | -1/+3 |
2017-03-24 | Fixed typo in v5 hard fork finalized date | Derek Zhang | 1 | -1/+1 |
2017-03-24 | blockchain: offset v5 addition date on testnet | moneromooo-monero | 1 | -1/+1 |
2017-03-20 | blockchain: lower the relay fee by 2% | moneromooo-monero | 1 | -1/+1 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 1 | -14/+19 |
2017-03-05 | blockchain: don't try to load an empty block hash set | moneromooo-monero | 1 | -1/+1 |
2017-03-03 | core: quantize per kB fee to 8 decimals | moneromooo-monero | 1 | -1/+19 |
2017-02-23 | core: protect precomputed block hashes with SHA256 | moneromooo-monero | 1 | -1/+28 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-21 | Merge pull request #1727 | Riccardo Spagni | 1 | -22/+69 |
2017-02-21 | Merge pull request #1724 | Riccardo Spagni | 1 | -1/+1 |
2017-02-18 | Add a few read txns to streamline | Howard Chu | 1 | -0/+4 |
2017-02-13 | blockchain_db: add "raw" blobdata getters for block and transaction | moneromooo-monero | 1 | -22/+69 |
2017-02-13 | blockchain_db: do not throw on expected partial results getting keys | moneromooo-monero | 1 | -1/+1 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -6/+5 |
2017-01-22 | Replace BOOST_REVERSE_FOREACH with ranged for | Miguel Herranz | 1 | -1/+2 |
2017-01-22 | rpc: fix orphan_status when getting blocks | moneromooo-monero | 1 | -1/+5 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -128/+132 |
2017-01-15 | Merge pull request #1577 | Riccardo Spagni | 1 | -0/+8 |
2017-01-15 | Merge pull request #1576 | Riccardo Spagni | 1 | -6/+3 |
2017-01-15 | Merge pull request #1571 | Riccardo Spagni | 1 | -8/+8 |
2017-01-15 | Merge pull request #1565 | Riccardo Spagni | 1 | -0/+2 |
2017-01-15 | Merge pull request #1506 | Riccardo Spagni | 1 | -2/+12 |
2017-01-14 | Must wait for previous batch to finish before starting new one | Howard Chu | 1 | -1/+6 |
2017-01-14 | Use batch transactions when syncing | Howard Chu | 1 | -2/+7 |
2017-01-14 | core: check block version for alt chains too | moneromooo-monero | 1 | -0/+8 |
2017-01-14 | rct: split rct checks between semantics and other | moneromooo-monero | 1 | -6/+3 |
2017-01-14 | fix do_not_relay not preventing relaying on a timer | moneromooo-monero | 1 | -8/+8 |
2017-01-13 | core: ensure block size limit is set from the start | moneromooo-monero | 1 | -0/+2 |
2017-01-13 | Merge pull request #1555 | Riccardo Spagni | 1 | -3/+6 |
2017-01-10 | fix time stats mixin | luigi1111 | 1 | -3/+6 |
2017-01-09 | wallet cli: print originating block heights of mixin keys when making transfer | kenshi84 | 1 | -1/+1 |
2017-01-08 | Merge pull request #1534 | Riccardo Spagni | 1 | -1/+1 |
2017-01-08 | Merge pull request #1502 | Riccardo Spagni | 1 | -0/+1 |
2017-01-08 | Merge pull request #1493 | Riccardo Spagni | 1 | -5/+5 |
2017-01-07 | blockchain: allow marking "tx not found" without an exception | moneromooo-monero | 1 | -5/+5 |
2017-01-07 | tx_pool: better block template filling algorithm | moneromooo-monero | 1 | -1/+1 |
2016-12-25 | core: invalidate difficulty cache when resetting blockchain | moneromooo-monero | 1 | -0/+1 |
2016-12-21 | add tx hash to time stats | luigi1111 | 1 | -2/+5 |
2016-12-20 | Merge pull request #1467 | Riccardo Spagni | 1 | -0/+32 |
2016-12-20 | also use portable serializer for boost_serialization_helper.h and net_node.in... | kenshi84 | 1 | -2/+0 |
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 1 | -0/+32 |
2016-12-13 | blockchain: fix reorganizations past a hard fork boundary | moneromooo-monero | 1 | -0/+3 |
2016-12-10 | Merge pull request #1418 | Riccardo Spagni | 1 | -4/+4 |
2016-12-08 | blockchain: fix setting non trovial alternate chain as invalid | moneromooo-monero | 1 | -4/+4 |
2016-12-06 | blockchain: bring the v4 fork height one block forward | luigi1111 | 1 | -3/+3 |
2016-12-04 | Merge pull request #1398 | Riccardo Spagni | 1 | -3/+3 |
2016-12-04 | Merge pull request #1397 | Riccardo Spagni | 1 | -1/+20 |
2016-12-04 | Merge pull request #1392 | Riccardo Spagni | 1 | -1/+7 |
2016-12-04 | Fix a few minor typos | Pierre Boyer | 1 | -3/+3 |
2016-12-04 | Fix delayed exit when syncing | moneromooo-monero | 1 | -1/+20 |
2016-12-01 | blockchain: use high bound block reward on error where appropriate | moneromooo-monero | 1 | -1/+7 |
2016-11-28 | blockchain: reject invalid pubkeys from v4 | moneromooo-monero | 1 | -0/+13 |
2016-11-22 | Add a get_outs (fully text based) version of get_outs.bin | moneromooo-monero | 1 | -1/+1 |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 1 | -0/+30 |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 1 | -0/+52 |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 1 | -2/+2 |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 1 | -0/+3 |
2016-10-04 | Merge pull request #1177 | Riccardo Spagni | 1 | -1/+1 |
2016-10-04 | Merge pull request #1123 | Riccardo Spagni | 1 | -8/+0 |
2016-10-03 | blockchain: avoid using a reference to a temporary | moneromooo-monero | 1 | -1/+1 |
2016-10-03 | Moved logging to target functions rather than caller | NanoAkron | 1 | -6/+8 |
2016-09-24 | blockchain: do not reject chain histories matching only genesis | moneromooo-monero | 1 | -8/+0 |
2016-09-18 | fix v5 height | Riccardo Spagni | 1 | -1/+1 |
2016-09-18 | fix v5 fork date description | Riccardo Spagni | 1 | -1/+1 |
2016-09-18 | updated fork heights for v4 and v5 | Riccardo Spagni | 1 | -0/+7 |
2016-09-15 | compile errors fixed when PER_BLOCK_CHECKPOINT not defined | rckngOpossum | 1 | -1/+3 |
2016-09-15 | compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined | rckngOpossum | 1 | -1/+1 |
2016-09-01 | Merge pull request #1022 | Riccardo Spagni | 1 | -1/+1 |
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 1 | -6/+2 |
2016-08-31 | Remove blocks_per_sync limits | Howard Chu | 1 | -1/+1 |
2016-08-29 | core: allow empty global indices for txes with empty vout | moneromooo-monero | 1 | -1/+6 |
2016-08-28 | blockchain: testnet heights for v3, v4, and v5 | moneromooo-monero | 1 | -0/+4 |
2016-08-28 | wallet: transfer_selected_rct now also selects fake outs | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | increase minimum mixin to 4 on hard fork 5 | moneromooo-monero | 1 | -2/+3 |
2016-08-28 | core: allow v1 txes after HF 5 when sweeping unmixable outputs | moneromooo-monero | 1 | -1/+19 |
2016-08-28 | New "Halfway RingCT" outputs for coinbase transactions | moneromooo-monero | 1 | -14/+10 |
2016-08-28 | rct: rework v2 txes into prunable and non prunable data | moneromooo-monero | 1 | -9/+15 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 1 | -126/+96 |
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 1 | -3/+9 |
2016-08-28 | rct: avoid the need for the last II element | Shen Noether | 1 | -8/+6 |
2016-08-28 | core: add some locking around pool use | moneromooo-monero | 1 | -1/+3 |
2016-08-28 | change fork settings to allow pre-rct txes for one more fork cycle | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 1 | -4/+31 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 1 | -57/+155 |
2016-08-28 | mixable transactions must be rct for v3 | moneromooo-monero | 1 | -6/+28 |
2016-08-28 | move the rct commitments to the output_amounts database | moneromooo-monero | 1 | -23/+2 |
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 1 | -20/+67 |
2016-08-28 | Use the supplied hard fork version in validate_miner_transaction | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 1 | -67/+212 |
2016-08-28 | core: new /getrandom_rctouts.bin binary RPC call | moneromooo-monero | 1 | -0/+98 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -0/+19 |
2016-08-01 | new unlocked parameter to output_histogram | moneromooo-monero | 1 | -2/+2 |
2016-04-29 | Merge branch 'performance' of https://github.com/LMDB/bitmonero | Riccardo Spagni | 1 | -2/+3 |
2016-04-28 | add a --max-concurrency flag | moneromooo-monero | 1 | -3/+3 |
2016-04-17 | blockchain: add missing overflow check for already generated coins | moneromooo-monero | 1 | -1/+5 |
2016-04-17 | blockchain: update cumulative block limit when popping a block | moneromooo-monero | 1 | -0/+1 |
2016-04-14 | Merge pull request #784 | Riccardo Spagni | 1 | -0/+1 |
2016-04-06 | blockchain: remove the tx validation result cache | moneromooo-monero | 1 | -18/+0 |
2016-04-05 | Merge branch 'performance' into master | Howard Chu | 1 | -2/+3 |
2016-04-05 | Schema update: tx_indices - improve further with less indirection | warptangent | 1 | -2/+3 |
2016-04-02 | Fix potential race with parallel processing of txes/signatures/blocks | moneromooo-monero | 1 | -0/+1 |
2016-04-02 | Merge pull request #767 | Riccardo Spagni | 1 | -5/+10 |
2016-03-27 | Merge pull request #765 | Riccardo Spagni | 1 | -0/+5 |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 1 | -5/+10 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+5 |
2016-03-25 | blockchain: for v3, require miner tx to have well behaved outs | moneromooo-monero | 1 | -2/+11 |
2016-03-25 | Merge pull request #749 | Riccardo Spagni | 1 | -10/+39 |
2016-03-25 | Revert "Merge pull request #749" | Riccardo Spagni | 1 | -39/+10 |
2016-03-25 | Merge pull request #749 | Riccardo Spagni | 1 | -10/+39 |
2016-03-24 | Move checkpoint functions into checkpoints class | Thomas Winget | 1 | -5/+5 |
2016-03-22 | Remove unnecessary or defunct code | Thomas Winget | 1 | -1/+0 |
2016-03-22 | Updated documentation for blockchain.* | Thomas Winget | 1 | -5/+35 |
2016-03-22 | blockchain: fix partial block reward detection | moneromooo-monero | 1 | -1/+1 |
2016-03-21 | also maybe do the block height this time, you know, just so that it actually ... | Riccardo Spagni | 1 | -1/+1 |
2016-03-21 | also update the timestamp for the hard fork | Riccardo Spagni | 1 | -1/+1 |
2016-03-21 | set fork date for September, add hyc's GPG key, remove aabramov's | Riccardo Spagni | 1 | -0/+3 |
2016-03-19 | Fix issue #706 | Howard Chu | 1 | -0/+1 |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 1 | -3/+3 |
2016-03-03 | Blockchain: Omit verbose time stats messages by default | warptangent | 1 | -1/+1 |
2016-02-23 | Wrap some more actions in a larger read txn | Howard Chu | 1 | -11/+25 |
2016-02-23 | read txn/cursor stuff | Howard Chu | 1 | -0/+9 |
2016-02-08 | blockchain: initialize m_hardfork to NULL | moneromooo-monero | 1 | -1/+1 |
2016-02-08 | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 1 | -5/+15 |
2016-02-08 | blockchain: reset hardfork object when resetting blockchain | moneromooo-monero | 1 | -0/+1 |
2016-02-08 | Blockchain: Update comments on removing block | warptangent | 1 | -0/+5 |
2016-02-08 | Move HardFork DB update to BlockchainDB::add_block() | warptangent | 1 | -3/+0 |
2016-02-08 | Make HardFork object available to BlockchainDB and derived DB implementations | warptangent | 1 | -0/+2 |
2016-02-08 | Blockchain: Optionally pass in HardFork object | warptangent | 1 | -4/+20 |
2016-02-03 | blockchain: revert handle_get_objects adding block id on tx not found | moneromooo-monero | 1 | -1/+0 |
2016-02-02 | minor bugfixes and refactoring | Thomas Winget | 1 | -56/+77 |
2016-01-31 | Merge pull request #634 | Riccardo Spagni | 1 | -0/+1 |
2016-01-31 | Merge pull request #631 | Riccardo Spagni | 1 | -2/+1 |
2016-01-31 | blockchain: log number of outputs available for a new tx | moneromooo-monero | 1 | -0/+1 |
2016-01-30 | blockchain: remove unused timer | moneromooo-monero | 1 | -1/+0 |
2016-01-30 | blockchain: fix m_sync_counter uninitialized variable use | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 1 | -0/+19 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 1 | -6/+13 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | blockchain: kill ioservice on scope end, rather than manually | moneromooo-monero | 1 | -6/+7 |
2015-12-30 | Merge pull request #572 | Riccardo Spagni | 1 | -0/+2 |
2015-12-28 | blockchain: always stop the ioservice before returning | moneromooo-monero | 1 | -0/+2 |
2015-12-26 | blockchain: remove obsolete containers | moneromooo-monero | 1 | -5/+1 |
2015-12-26 | blockchain: Fix height in call to on_blockchain_dec | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: fix a few block addition bugs | moneromooo-monero | 1 | -34/+45 |
2015-12-25 | blockchain: fix an off by one error in unlocked time check | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: reinstate double spending checks in check_tx_inputs | moneromooo-monero | 1 | -3/+7 |
2015-12-25 | blockchain: make some flag twiddling code closer to the original | moneromooo-monero | 1 | -2/+2 |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 1 | -1/+4 |
2015-12-25 | blockchain: add missing m_tx_pool.on_blockchain_dec | moneromooo-monero | 1 | -0/+1 |
2015-12-25 | blockchain: fix switch to alternative blockchain for more than one block | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: add a missing validity check to rollback_blockchain_switching | moneromooo-monero | 1 | -0/+6 |
2015-12-25 | core: catch exceptions from get_output_key | moneromooo-monero | 1 | -2/+18 |
2015-12-25 | db: throw when given a non txout_to_key output to add | moneromooo-monero | 1 | -0/+5 |
2015-12-19 | Allow the wallet to access hard fork information | moneromooo-monero | 1 | -2/+2 |
2015-12-19 | Add missing semicolons after log statements | moneromooo-monero | 1 | -3/+3 |
2015-12-17 | replace std::auto_ptr with std::unique_ptr | moneromooo-monero | 1 | -1/+1 |
2015-12-15 | Fix typo | warptangent | 1 | -1/+1 |
2015-12-15 | blockchain.cpp: Change indentation from 4 to 2 spaces | warptangent | 1 | -2255/+2253 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 1 | -75/+75 |
2015-12-14 | Tone down a bit L0 logs during daemon sync | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 1 | -4/+7 |
2015-12-13 | blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED" | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | blockchain: fix off by one in get_blocks | moneromooo-monero | 1 | -1/+1 |
2015-12-06 | blockchain_db: fixup missing key images in early DB version | moneromooo-monero | 1 | -0/+3 |
2015-11-24 | hardfork: fix more major/minor issues | moneromooo-monero | 1 | -2/+2 |
2015-11-23 | blockchain: log versions as numbers, not characters | moneromooo-monero | 1 | -1/+1 |
2015-11-22 | fixed testnet fork point, added comment data back in | Riccardo Spagni | 1 | -3/+3 |
2015-11-21 | update v2 testnet fork height | Riccardo Spagni | 1 | -3/+6 |
2015-11-21 | Relay transactions when they linger too long in the pool | moneromooo-monero | 1 | -4/+16 |
2015-11-13 | More changes for 2-min blocks | Javier Smooth | 1 | -4/+7 |
2015-11-13 | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v... | Javier Smooth | 1 | -5/+8 |
2015-11-08 | hardfork: allow per-fork voting thresholds | moneromooo-monero | 1 | -6/+8 |
2015-10-27 | Remove some old/obsolete/unused code | moneromooo-monero | 1 | -49/+0 |
2015-10-26 | Merge pull request #444 | Riccardo Spagni | 1 | -0/+11 |
2015-10-26 | Merge pull request #442 | Riccardo Spagni | 1 | -0/+20 |
2015-10-25 | Fix leak on real output when using a very recent output | moneromooo-monero | 1 | -0/+11 |
2015-10-25 | Add functions to iterate through blocks, txes, outputs, key images | moneromooo-monero | 1 | -0/+20 |
2015-10-21 | hardfork: switch voting to block minor version | moneromooo-monero | 1 | -2/+2 |
2015-10-17 | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 1 | -5/+6 |
2015-10-11 | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 1 | -0/+17 |
2015-10-10 | from hard fork 2, claim a quantized reward in coinbase | moneromooo-monero | 1 | -2/+10 |
2015-09-27 | blockchain: on hardfork 2, require mixin 2 at least if possible | moneromooo-monero | 1 | -0/+37 |
2015-09-27 | hardfork: rescan speedup | moneromooo-monero | 1 | -1/+4 |
2015-09-27 | blockchain: on hardfork 2, allow miners to claim less money than allowed | moneromooo-monero | 1 | -3/+7 |
2015-09-27 | blockchain: use different hard fork settings for testnet and mainnet | moneromooo-monero | 1 | -3/+19 |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 1 | -13/+28 |
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -1/+6 |
2015-09-19 | blockchain: force a hardfork recalculation at load time | moneromooo-monero | 1 | -0/+3 |
2015-09-19 | core: add consts where appropriate | moneromooo-monero | 1 | -3/+3 |
2015-09-13 | core: moan when we think an update is needed to get latest hard fork info | moneromooo-monero | 1 | -0/+5 |
2015-09-12 | blockchain: use the new hardfork class | moneromooo-monero | 1 | -3/+23 |
2015-08-24 | blockchain: remove obsolete call to libc srand | moneromooo-monero | 1 | -1/+0 |