Commit Graph

  • 7a66b8bbcf
    BlockchainDB: Add virtual function declarations for batch transactions warptangent 2015-02-11 15:55:53 -0800
  • b7a2d84919
    BlockchainLMDB: Add check for open database to two functions warptangent 2015-02-18 20:52:44 -0800
  • 58ecc58be1
    BlockchainLMDB: Add support for batch transactions warptangent 2015-02-11 15:55:53 -0800
  • 8909d7d82e
    Improve block and tx processing efficiency by less repeat hashing warptangent 2015-02-11 15:55:53 -0800
  • 3676ac5841
    Add profiling to block and tx processing warptangent 2015-02-11 15:55:53 -0800
  • ce71abd0fe
    Move LMDB storage to subfolder warptangent 2015-02-19 06:37:00 -0800
  • 42f8fe5c7f
    Fix formatting warptangent 2015-02-11 15:55:53 -0800
  • aa82f786c7
    Fix log statement warptangent 2015-02-11 15:55:53 -0800
  • 26873db199
    Remove unused variable warptangent 2015-02-11 15:55:53 -0800
  • 4b90fd389d
    Add log statement warptangent 2015-02-11 15:55:53 -0800
  • 2531aa31f8
    Add and extend log statements warptangent 2015-02-11 15:55:53 -0800
  • 59305d3137
    Blockchain: match original function declaration from blockchain_storage warptangent 2015-02-10 15:25:15 -0800
  • cd972bdcc2
    Update year and formatting in license warptangent 2015-02-10 19:54:27 -0800
  • b7d112f601 Merge pull request #31 from warptangent/fix/fix_get_tail_id Thomas Winget 2015-02-22 18:06:44 -0500
  • b88ab643ca
    Fix Blockchain::get_tail_id() to set parameter to last block number instead of height warptangent 2015-02-22 10:38:23 -0800
  • 963bc09087
    Revert "Bounds error, should fix #27" warptangent 2015-02-22 10:31:11 -0800
  • 6f1c4b4c2c
    Bounds error, should fix #27 Thomas Winget 2015-02-20 21:09:32 -0500
  • ae2a50659f 2014 network limit 1.2 +utils +toc -doc -drmonero rfree2monero 2015-02-20 22:28:03 +0100
  • 0f06dca831 fixed size_t on windows rfree2monero 2015-02-12 21:53:52 +0100
  • 39fc63f48d removed not needed <netinet/in.h> rfree2monero 2015-02-12 21:34:00 +0100
  • 5ce4256e3d 2014 network limit 1.1 +utils +toc -doc -drmonero rfree2monero 2015-02-12 20:59:39 +0100
  • eabb519605 2014 network limit 1.0a +utils +toc -doc -drmonero rfree2monero 2015-01-05 20:30:17 +0100
  • e728992803
    Merge pull request #229 Riccardo Spagni 2015-02-20 00:59:47 +0200
  • 7b01a076b9
    added tx size to incoming_transfers RPC Call Riccardo Spagni 2015-02-20 00:57:26 +0200
  • fc62af5cf8
    Merge remote-tracking branch 'monero-project/master' into blockchain Thomas Winget 2015-02-05 08:51:19 -0500
  • 6e5797dc11
    Merge pull request #221 Riccardo Spagni 2015-02-03 20:15:02 +0200
  • cbb0742264
    changed MM logo Riccardo Spagni 2015-02-03 13:13:36 +0200
  • f103e0d8f0
    added donation and sponsor info to readme Riccardo Spagni 2015-02-03 13:05:28 +0200
  • d1f40506fa
    Merge PR #26 Thomas Winget 2015-02-03 04:47:33 -0500
  • 84fe5fbd65
    Add compile-time support for both db implementations: in-memory and LMDB warptangent 2015-01-25 21:36:09 -0800
  • a4f5344024
    Merge PR 25 into blockchain Thomas Winget 2015-02-02 01:25:57 -0500
  • 8bd1983cdc
    Blockchain: reflect log updates from blockchain_storage warptangent 2015-02-01 17:51:37 -0800
  • 7f9b070165
    Blockchain: reflect log and assert updates from blockchain_storage warptangent 2015-02-01 18:34:04 -0800
  • 70342ecada
    Blockchain: reflect log level of blockchain_storage warptangent 2015-01-30 17:33:00 -0800
  • c8d27fb38d
    Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_gindexs() warptangent 2015-01-30 17:28:38 -0800
  • d00ee784db
    Update recently added log statement to fix possible null dereference warptangent 2015-01-28 09:46:04 -0800
  • eeb0634f60
    Merge remote-tracking branch 'origin/pr/24' into blockchain Thomas Winget 2015-02-01 06:05:16 -0500
  • 79ea1f6ff0
    Merge upstream warptangent 2015-01-30 16:19:22 -0800
  • 3ece1584f0
    make fallback compatible with newer slow-hash Riccardo Spagni 2015-01-28 11:32:52 +0200
  • 17d81f24c3 Merge branch 'master' of https://github.com/fluffypony/bitmonero Riccardo Spagni 2015-01-27 14:07:05 +0200
  • 497a514bd3 replaced 64-bit multiplication in difficulty.cpp with a portable version Riccardo Spagni 2015-01-27 14:04:23 +0200
  • 709bbc52c4
    replaced 64-bit multiplication in difficulty.cpp with a portable version Riccardo Spagni 2015-01-27 14:04:23 +0200
  • bd143e0c2f
    Merge pull request #220 Riccardo Spagni 2015-01-27 09:44:17 +0200
  • 9b3673a54c
    added portable slow-hash, updated makefile targets, fixed readme Riccardo Spagni 2015-01-27 09:43:15 +0200
  • de8a1291ce
    Merge pull request #219 Riccardo Spagni 2015-01-27 09:16:34 +0200
  • e70bc3d369
    fixed sse2 ifdef Riccardo Spagni 2015-01-27 09:15:14 +0200
  • bd10324f0d
    Merge pull request #218 Riccardo Spagni 2015-01-27 09:08:09 +0200
  • 2b3b70a261
    remove aes flag, detect no sse2 Riccardo Spagni 2015-01-27 09:05:47 +0200
  • bb85fea35a
    fixed AES support flag Riccardo Spagni 2015-01-27 07:45:21 +0200
  • 615079e2f4
    allow for explicitly disabling AES-NI Riccardo Spagni 2015-01-26 23:19:53 +0200
  • 9d52378029
    Merge to keep up with upstream Thomas Winget 2015-01-21 11:25:48 -0500
  • acd4c369e4
    Should fix std::min issues related to size_t Thomas Winget 2015-01-19 17:39:38 -0500
  • 34883599bc
    Add in-source lmdb to build process Thomas Winget 2015-01-18 18:30:31 -0500
  • 4e45fae9c3
    Initial import of lmdb source Thomas Winget 2015-01-18 16:18:15 -0500
  • 9e0516c1dd
    Merge pull request #215 Riccardo Spagni 2015-01-15 14:03:35 +0200
  • 580e003357
    Merge pull request #214 Riccardo Spagni 2015-01-15 13:59:37 +0200
  • 5149286c0b
    Merge #216 Thomas Winget 2015-01-14 20:39:57 -0500
  • 40e0b70075
    Merge #22 Thomas Winget 2015-01-14 17:41:46 -0500
  • f74792b778
    Fix seed node threaded DNS lookup warptangent 2015-01-14 13:14:01 -0800
  • 800d9b9247
    Remove code previously made unused and marked unused warptangent 2015-01-14 13:41:37 -0800
  • d43782f041 Merge pull request #21 from warptangent/fix_block_reorg Thomas Winget 2015-01-12 14:24:18 -0500
  • 0840c2fd7e
    Fix height assertion in Blockchain::handle_alternative_block() warptangent 2015-01-11 19:07:27 -0800
  • 63051bea1c
    Fix comparison between main and alternate chain's cumulative difficulty. warptangent 2015-01-11 18:46:08 -0800
  • 909ea81067
    Remove a have_block() check so alternate block can be processed warptangent 2015-01-11 18:19:01 -0800
  • 4d0a94b20c
    Complete implementation of transaction removal warptangent 2015-01-11 18:04:04 -0800
  • 1701c26750
    Use block index when obtaining block's difficulty for log statement warptangent 2015-01-11 16:59:59 -0800
  • 23c3d382c8
    added monoermooo's gpg key Riccardo Spagni 2015-01-11 15:49:07 +0200
  • 24d500ce8e
    Add a --restricted-rpc flag to simplewallet moneromooo-monero 2015-01-11 11:06:35 +0000
  • 87839cd484
    Allow get_bulk_payments to return all payments regardless of payment ID moneromooo-monero 2015-01-10 19:32:08 +0000
  • 030eab7a49 Merge pull request #20 from warptangent/fix_transfers Thomas Winget 2015-01-09 20:04:47 -0500
  • 4eba21fd48
    Fix transfers to support mixins warptangent 2015-01-09 13:01:22 -0800
  • d045dfa7ce
    Fix transfers (without mixins) warptangent 2015-01-09 12:57:33 -0800
  • 429a740562
    throw inline functions need to keep exception type Thomas Winget 2015-01-09 07:29:05 -0500
  • 14555eefd5
    Fixes segfault in Blockchain::handle_alternative_block Thomas Winget 2015-01-09 05:56:51 -0500
  • 24ddfa792e
    Merge pull request #206 Riccardo Spagni 2015-01-08 12:17:08 +0200
  • 5086ca1db5
    add BlockchainDB tests to new cmake Thomas Winget 2015-01-07 00:48:45 -0500
  • 6600966e30
    Merge pull request #211 Riccardo Spagni 2015-01-06 18:39:16 +0200
  • 7de1a2d57a
    previous hash added to GBT Riccardo Spagni 2015-01-06 18:37:10 +0200
  • 7374b81b23 Merge pull request #19 from warptangent/fix_tx_output Thomas Winget 2014-12-31 16:40:22 -0500
  • 4fa1a83f6e Merge pull request #18 from moneromooo-monero/blockchain Thomas Winget 2014-12-31 16:35:48 -0500
  • c5c100c69b Obtain tx hash and tx output index from amount and output offset warptangent 2014-12-27 06:40:17 -0800
  • ad8200a573 db_lmdb: fix global index calculation off by 1 moneromooo-monero 2014-12-20 18:36:22 +0000
  • 57b80c541e db_lmdb: remove redundant checks moneromooo-monero 2014-12-20 18:35:54 +0000
  • 1362846dd7 blockchain_converter: add --testnet for converting testnet blockchain moneromooo-monero 2014-12-19 18:18:21 +0000
  • c50cd95674 Fixes a bug with getting output metadata from BlockchainDB Thomas Winget 2014-12-14 15:20:41 -0500
  • c3fa07b44b update comments to reflect changed code Thomas Winget 2014-12-14 14:30:38 -0500
  • 5baf9d9eb3 Merge pull request #17 from moneromooo-monero/blockchain Thomas Winget 2014-12-12 18:45:29 -0500
  • 59d2b0ed1c db_lmdb: do not give the group database write permissions moneromooo-monero 2014-12-12 23:24:10 +0000
  • 4c2a45288a db_lmdb: catch attempt to remove block from an empty blockchain moneromooo-monero 2014-12-12 23:20:41 +0000
  • eaaaada797 Merge pull request #16 from moneromooo-monero/blockchain Thomas Winget 2014-12-12 16:56:35 -0500
  • 81c28c211c Merge pull request #15 from moneromooo-monero/blockchain Thomas Winget 2014-12-12 16:08:37 -0500
  • 3a3459d59b db_lmdb: factor all the log+throw code paths moneromooo-monero 2014-12-12 21:34:45 +0000
  • 3fcb8daf6e db_lmdb: factor the MDB_val setup code moneromooo-monero 2014-12-12 13:27:05 +0000
  • 609cf7fc92 blockchain_converter: a bit more user friendly output moneromooo-monero 2014-12-12 11:01:17 +0000
  • 2b9f737872 blockchain_converter: only call data path function once moneromooo-monero 2014-12-12 10:28:46 +0000
  • 1860658eec blockchain: do not append "testnet" to the data directory moneromooo-monero 2014-12-11 19:37:07 +0000
  • 1c578ad3f8 db_lmdb: remove block timestamp too when removing a block moneromooo-monero 2014-12-11 19:36:27 +0000
  • c93a186637 db_lmdb: do not cast const away moneromooo-monero 2014-12-11 19:30:55 +0000
  • 53ce3c95d9 Merge pull request #14 from moneromooo-monero/blockchain Thomas Winget 2014-12-08 15:38:55 -0500
  • 198368b2e1 blockchain: fix wallet syncing from scratch moneromooo-monero 2014-12-07 13:17:25 +0000