Commit Graph

  • 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 v0.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 v0.8.8.5 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
  • c773f465ca cmake: refactor common code with executables Ben Boeckel 2014-10-21 11:21:28 -0400
  • 89cff7bddc cmake: put each library into its own directory Ben Boeckel 2014-10-21 11:13:59 -0400
  • 699d932461
    Merge pull request #182 Riccardo Spagni 2014-10-23 16:43:34 +0200
  • 8eb2375799
    Apple and BSD don't need malloc.h Riccardo Spagni 2014-10-20 14:16:16 +0200
  • f1eaf88ba6
    Prints seed after wallet upgrade. Removed iostream include. Oran Juice 2014-10-19 14:39:45 +0530
  • 70971be96b
    Doxygen comments Oran Juice 2014-10-19 01:08:21 +0530
  • 031ca23ce9
    Rewrites to old wallet file correctly Oran Juice 2014-10-19 01:00:18 +0530
  • 1f833dcf77
    Doxygen comments in Oran Juice 2014-10-18 23:11:05 +0530
  • 0bd88ff256
    Writes seed language while generating wallet. Wallet open fix. Oran Juice 2014-10-18 23:01:43 +0530
  • 09a659edb5
    Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility Oran Juice 2014-10-18 02:21:37 +0530
  • d6346365c3
    removed unecessary mnemonics test Riccardo Spagni 2014-10-15 15:31:32 +0200
  • acb29cdb0f
    fixed errant > Riccardo Spagni 2014-10-15 12:21:09 +0200
  • 2de2c52c02
    Merge pull request #178 Riccardo Spagni 2014-10-15 12:15:35 +0200
  • db5ca73fdd
    Merge pull request #176 Riccardo Spagni 2014-10-15 12:14:44 +0200
  • 0790aea6c8
    Merge pull request #174 Riccardo Spagni 2014-10-15 11:32:10 +0200
  • 206f2b8028
    Merge branch 'moneromooo-monero-memmem' Riccardo Spagni 2014-10-15 11:26:50 +0200
  • 98a592bc44
    fixed conflict in tests CMakeLists Riccardo Spagni 2014-10-15 11:10:04 +0200
  • b032619a9c Commented most of src/serialization/ going to read up more on variant's and finish off the job/add last touchs next jebes 2014-10-13 16:00:09 -0400
  • 1795c381c0
    fixed unit tests Riccardo Spagni 2014-10-08 21:38:55 +0200
  • b94b8cd798
    Added unit test. Fails for Japanese for some reason. Oran Juice 2014-10-08 00:44:26 +0530
  • 4c8a628de2
    Remove iostream header put in during testing Oran Juice 2014-10-07 16:14:03 +0530
  • 9875f5b875
    Variable unique prefix lengths for seed Oran Juice 2014-10-07 12:49:36 +0530
  • bc537ac095
    miniupnpc static define change Riccardo Spagni 2014-10-07 00:44:44 +0200
  • 6f65ab1904
    Merge pull request #175 Riccardo Spagni 2014-10-07 00:21:40 +0200
  • b41907574a
    added hardcoded checkpoint at block 249380 Riccardo Spagni 2014-10-07 00:08:47 +0200
  • 7c1d3b5090
    fixed miniupnpc dynamic target Riccardo Spagni 2014-10-06 23:54:48 +0200
  • 28dfb4b178 capitalize Keccak everywhere David G. Andersen 2014-10-06 17:44:23 -0400