Commit Graph

  • 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
  • 1d23db220a db_lmdb: do not keep a dangling pointer to stack objects moneromooo-monero 2014-12-07 11:36:44 +0000
  • 29b5876ad1 db_lmdb: make cursor internal members private moneromooo-monero 2014-12-07 11:23:40 +0000
  • a3157d7b69 blockchain_storage: refactor genesis block creation moneromooo-monero 2014-12-07 11:10:24 +0000
  • 8e41b1e735 blockchain_storage: add consts where appropriate moneromooo-monero 2014-12-06 23:35:26 +0000
  • 98bdadcad7 blockchain_converter: delete blockchain on succesful exit moneromooo-monero 2014-12-06 22:53:27 +0000
  • 256162fcd5 checkpoints: add consts where appropriate moneromooo-monero 2014-12-06 22:46:51 +0000
  • b7270ab60e blockchain: add consts where appropriate moneromooo-monero 2014-12-06 22:40:33 +0000
  • 23f3cb4c0e blockchain_db: add consts where appropriate moneromooo-monero 2014-12-06 21:37:22 +0000
  • 10fd6cab6c blockchain_db: factor some exception code moneromooo-monero 2014-12-06 21:21:17 +0000
  • e285ee5aec Merge pull request #13 from moneromooo-monero/blockchain Thomas Winget 2014-12-06 13:54:00 -0500
  • 11129b9ee4 blockchain_converter: use the actual blockchain location moneromooo-monero 2014-12-06 16:12:25 +0000
  • 0886183568 build: add liblmdb to the cmake autodetection system moneromooo-monero 2014-12-06 15:47:49 +0000
  • 215e63b79f extraneous semicolon in Blockchain::complete_timestamps_vector Thomas Winget 2014-11-16 15:19:48 -0500
  • 8e1b7e2ad4 raised maximum mapsize for lmdb to ~16GB Thomas Winget 2014-11-12 18:27:25 -0500
  • 6c8b8acfe4 more blockchain height-related fixes, syncing other nodes code this time Thomas Winget 2014-11-05 21:35:51 -0500
  • 9455e0cd58 ~ didn't work, need hard path. debug print. Thomas Winget 2014-11-01 21:13:15 -0400
  • 4af0918501
    very, VERY primitive blockchain converter Thomas Winget 2014-11-01 20:55:22 -0400
  • 26a7db38eb add new checkpointing behavior to Blockchain class Thomas Winget 2014-11-01 19:03:37 -0400
  • 767aac274b Remove unused dependency Thomas Winget 2014-10-31 17:36:26 -0400
  • 006e106ae9 Store output pubkeys separately, bug fixes Thomas Winget 2014-10-31 17:34:15 -0400
  • ab7951d99a Minor bugfixes, redundancy removal Thomas Winget 2014-10-30 18:33:35 -0400
  • 71b18d7166 moar bug fixes, removed debug prints Thomas Winget 2014-10-30 14:57:39 -0400
  • 0915913111 BlockchainLMDB seems to be working*! Thomas Winget 2014-10-30 00:58:14 -0400
  • 1a546e3222 some bug fixes, but still needs work Thomas Winget 2014-10-28 22:25:03 -0400
  • 006afe2172 Minor bug fixes and debug prints Thomas Winget 2014-10-28 15:30:16 -0400
  • 90f402e258 minor fixes to Blockchain.cpp Thomas Winget 2014-10-28 13:43:50 -0400
  • 74a1a89e27
    Integrate BlockchainDB into cryptonote_core Thomas Winget 2014-10-27 23:44:45 -0400
  • d8c570b588 All LMDB BlockchainDB implemented, not tested Thomas Winget 2014-10-27 20:45:33 -0400
  • e47e343a1c LMDB blockchain: remove outputs and spent keys Thomas Winget 2014-10-23 20:32:31 -0400
  • a0af217d9a Adding block data to LMDB BlockchainDB coded Thomas Winget 2014-10-23 19:47:36 -0400
  • db00ce0173 Parts of LMDB impl of BlockchainDB done and working Thomas Winget 2014-10-23 15:37:10 -0400
  • 1240cf805b
    BlockchainDB unit tests, lmdb linker flag Thomas Winget 2014-10-23 15:35:49 -0400
  • b98b96489f Initial commit of lmdb BlockchainDB impl Thomas Winget 2014-10-21 16:33:43 -0400
  • bc44bc19f4 Initial commit of BlockchainDB tests, other misc Thomas Winget 2014-10-15 18:33:53 -0400
  • 90d6f8bf62 Adding libglim as an external library Thomas Winget 2014-10-13 18:52:45 -0400
  • 07733f98c0 update new blockchain to build with new changes Thomas Winget 2014-10-13 00:31:21 -0400
  • 1ffbeb2d2e stupid past me, fixing typos and shit... Thomas Winget 2014-10-06 19:56:31 -0400
  • 67515b8b19 missing typedef Thomas Winget 2014-10-06 19:54:46 -0400
  • aba548cbf7 import of BlockchainDB files Thomas Winget 2014-10-06 19:46:25 -0400
  • 54fbf2afb3
    Merge pull request #208 Riccardo Spagni 2015-01-02 18:54:22 +0200
  • f4b69d553a
    year updated in license Riccardo Spagni 2015-01-02 18:52:46 +0200
  • 1b462261b8
    std::atomic_flag has no copy/move constructor, can't have a vector Thomas Winget 2014-12-15 17:43:12 -0500
  • df53c0a595
    small typo in previous commit Thomas Winget 2014-12-15 17:28:11 -0500
  • 4a53898764
    DNS seed timeout and fallback Thomas Winget 2014-12-15 17:23:42 -0500
  • f4675dc05d
    Merge pull request #203 Riccardo Spagni 2014-12-13 13:52:27 +0200
  • c3ec723882
    Merge pull request #202 Riccardo Spagni 2014-12-13 13:52:01 +0200
  • c1bf8fb94b
    Merge pull request #201 Riccardo Spagni 2014-12-13 13:51:39 +0200
  • f5c2a5ec9c
    Merge pull request #200 Riccardo Spagni 2014-12-13 13:51:11 +0200
  • 04294d5856
    Merge pull request #205 Riccardo Spagni 2014-12-13 13:50:44 +0200
  • 5ace99a1b2 Merge branch 'master' of https://github.com/fluffypony/bitmonero Riccardo Spagni 2014-12-13 13:49:08 +0200
  • a956f07c2d added gpg key for warptangent Riccardo Spagni 2014-12-13 13:48:49 +0200
  • ac19084480 revert the removal of the 'arch' flag from the release-static target Riccardo Spagni 2014-12-10 20:04:08 +0200
  • d5620851f9 onwards to 0.8.8.7 Riccardo Spagni 2014-12-13 13:45:57 +0200
  • 583cf0ad8a Document existing function warptangent 2014-12-11 02:48:04 -0800
  • 95eb944ead
    Repeat prompt for wallet path if invalid warptangent 2014-12-11 02:47:24 -0800
  • b26144859c
    revert the removal of the 'arch' flag from the release-static target Riccardo Spagni 2014-12-10 20:04:08 +0200
  • d7aafd555a
    wallet2::rewrite update to not require bin file warptangent 2014-12-10 02:51:45 -0800
  • 9b7e0a06b5
    wallet2::load correctly initialize m_blockchain for wallet loaded without bin file warptangent 2014-12-10 02:38:35 -0800
  • cfc8c55036
    Add simple_wallet::seed_set_language method warptangent 2014-12-06 06:58:33 -0800
  • 26b87dfdc2
    Add wallet2::verify_password method warptangent 2014-12-06 06:55:56 -0800
  • efad735145
    version bump to 0.8.8.6 Riccardo Spagni 2014-12-08 22:55:28 +0200
  • ebb117c7b6
    Merge pull request #196 Riccardo Spagni 2014-12-08 20:39:26 +0200
  • 1925eeffa8
    Merge pull request #183 Riccardo Spagni 2014-12-08 20:01:19 +0200
  • f9822c483e wallet JSON update for non-deterministic wallet data warptangent 2014-12-06 03:09:46 -0800
  • 4c6230d6cf Checking and handling for deterministic vs non-deterministic wallet warptangent 2014-12-06 01:48:33 -0800
  • 1beedb9dd4 Extract check for deterministic keys to wallet2::is_deterministic() warptangent 2014-12-06 01:59:13 -0800
  • 359ede3958 indentation warptangent 2014-12-06 01:47:54 -0800
  • 2290eff6d6 replace lines with call to recently added print_seed() warptangent 2014-12-06 01:46:41 -0800
  • 831933425b
    update unbound from upstream Riccardo Spagni 2014-12-04 23:10:49 +0200
  • 9f74cc8e19
    increased version number for tagged release Riccardo Spagni 2014-12-02 11:42:40 +0200
  • a144997c48
    fixed CMake version matching Riccardo Spagni 2014-12-02 08:36:01 +0200
  • ef2a2b42c9
    Merge pull request #186 Riccardo Spagni 2014-12-02 07:34:27 +0200
  • 220832b791
    Merge pull request #187 Riccardo Spagni 2014-12-02 07:25:13 +0200