Commit Graph

  • 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
  • 3dd19c4cd4 prompt for seed language and error handling - "seed" simplewallet command was only displaying seed if wallet was newly generated warptangent 2014-11-06 14:36:36 -0800
  • 3300ae5f4e remove unused display variable warptangent 2014-11-06 14:36:37 -0800
  • 0e0e55714d return true on success warptangent 2014-11-06 14:36:36 -0800
  • 2e11eb1504 deterministic wallet use of twelve words fixed warptangent 2014-11-07 14:02:39 -0800
  • 21a3c46a1b ensure that keccak is called on view spend key, not a possibly pre-sc_reduce32 version of it - for deriving view secret key warptangent 2014-11-07 13:37:41 -0800
  • e1555fdf8b
    Merge pull request #192 Riccardo Spagni 2014-12-01 21:25:41 +0200
  • affde29754
    moved rapidjson to external folder, fixed CMake Riccardo Spagni 2014-12-01 21:15:50 +0200
  • 4cd15cdde5
    Merge pull request #1 Riccardo Spagni 2014-12-01 20:14:58 +0200
  • 7935e49529
    Merge pull request #191 Riccardo Spagni 2014-12-01 20:01:31 +0200
  • 685dd4a5d3
    don't build tests unless we're building all-* or *-test builds Riccardo Spagni 2014-12-01 20:00:22 +0200
  • 892e2b14da
    updated readme to include libevent / libgtest deps Riccardo Spagni 2014-11-27 09:41:00 +0200
  • 40971b4ee6
    Merge pull request #188 Riccardo Spagni 2014-11-26 22:45:39 +0200
  • ab7c6c07e7
    Merge pull request #180 Riccardo Spagni 2014-11-25 21:48:54 +0200
  • ce71c01f11 cmake: work around a bug with implicit link directories Ben Boeckel 2014-11-18 17:04:47 -0500
  • de4fc40576 mingw: copy required libraries to the build tree Ben Boeckel 2014-11-18 17:03:14 -0500
  • ec54e2f82b cmake: place binaries together in the build tree Ben Boeckel 2014-11-18 17:02:28 -0500
  • 18c56abe4b msys: don't use LTO Ben Boeckel 2014-11-17 18:10:52 -0500
  • 5680c9cac7 msys: factor out -Werror on msys Ben Boeckel 2014-11-17 18:10:07 -0500
  • 475154255a msys: look in msys' directory for files Ben Boeckel 2014-11-17 18:09:21 -0500
  • dde7897fd4 Disable legacy fees for now iamsmooth 2014-11-11 02:03:00 +0000
  • d855fe4e89 miniupnpc: bump the _POSIX_C_SOURCE feature macro Ben Boeckel 2014-11-10 11:13:15 -0500
  • cc74b43651 Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee iamsmooth 2014-11-09 10:53:29 +0000
  • 2b93288fd7
    Merge pull request #184 Riccardo Spagni 2014-11-06 22:11:39 -0700
  • d2287d3108 per kb fees not passing correct fee to transfer() Thomas Winget 2014-11-03 14:35:48 -0500
  • dc67b12ea9 Should now properly do per-kb fee Thomas Winget 2014-10-30 18:53:56 -0400
  • 557e27fd21 per kb fees Thomas Winget 2014-10-02 16:44:55 -0400
  • 250254c338 Exception handling while refreshing in rpc wallet (credits to QCN) Sammy Libre 2014-11-01 11:30:53 +0500
  • c696492549 unbound: fix getaddrinfo detection for 32-bit windows Ben Boeckel 2014-10-24 17:39:15 -0400
  • e3776876af cmake: Windows and static builds need this Ben Boeckel 2014-10-24 15:52:01 -0400
  • 01895dd067 cmake: fix up link lines Ben Boeckel 2014-10-24 15:30:57 -0400
  • 4b6515cfb5 unbound: fix type checking Ben Boeckel 2014-10-24 15:30:44 -0400
  • d43a20f8f4 unbound: plumb the libdir up Ben Boeckel 2014-10-24 15:29:56 -0400
  • 7d708e4223 cmake: support 2.8.7 Ben Boeckel 2014-10-24 14:48:14 -0400
  • 464c2805e5 cmake: fix up miniupnpc's define Ben Boeckel 2014-10-23 16:34:42 -0400
  • 9689df925c cmake: clean up EXTRA_LIBRARIES Ben Boeckel 2014-10-23 14:04:08 -0400
  • 3b7bdcb790 cmake: set the project name Ben Boeckel 2014-10-23 14:03:54 -0400
  • 0f0efc4af2 cmake: prepend to CMAKE_MODULE_PATH Ben Boeckel 2014-10-22 15:17:52 -0400
  • 031e3da724 cmake: remove scream-make (all-caps functions) Ben Boeckel 2014-10-22 15:17:32 -0400
  • abbd5c0bdb unbound: import cmake build system Ben Boeckel 2014-10-21 18:39:15 -0400
  • e59b5b7078 miniupnpc: clean up build system Ben Boeckel 2014-10-21 14:32:22 -0400
  • 475fe209a8 cmake: minor cleanups (indentation and typos) Ben Boeckel 2014-10-21 14:24:49 -0400
  • 799e8b241f cmake: use option() for STATIC Ben Boeckel 2014-10-21 14:20:26 -0400
  • c24d22b44e cmake: clean up if auto-dereferencing Ben Boeckel 2014-10-21 14:17:32 -0400
  • 9ed415ad43 build: inform the build of what generates version.h Ben Boeckel 2014-10-21 14:03:54 -0400
  • eba180a1c7 cmake: support git info in released tarballs Ben Boeckel 2014-10-21 13:52:24 -0400
  • eeffac6839 cmake: fix up BOOST_IGNORE_SYSTEM_PATHS Ben Boeckel 2014-10-21 13:41:10 -0400
  • a43f1a88d8 cmake: remove configuration variables Ben Boeckel 2014-10-21 13:38:21 -0400
  • a87ce09461 cmake: factor out error messages Ben Boeckel 2014-10-21 13:33:26 -0400
  • 9aa48b6c50 miniupnpc: clear out else/endfoo command arguments Ben Boeckel 2014-10-21 13:31:17 -0400
  • 8a86ac8439 daemon_tests: update cmake code Ben Boeckel 2014-10-21 13:28:48 -0400
  • fa3ff75862 gtest: support an external gtest Ben Boeckel 2014-10-21 13:27:47 -0400
  • 7bfcffadb9 cmake: put each test executable in its own directory Ben Boeckel 2014-10-21 13:01:56 -0400
  • f53f04724c cmake: handle private vs. public headers Ben Boeckel 2014-10-21 12:38:00 -0400
  • 55ca7d3b34 cmake: refactor common code with libraries Ben Boeckel 2014-10-21 11:24:14 -0400