Commit Graph

  • e51bd1b556 Auto merge of #1990 - str4d:1985-replace-json-spirit-with-univalue, r=str4d zkbot 2017-02-10 05:15:53 +00:00
  • 44788f9990 Auto merge of #2080 - ebfull:libsnark-update, r=bitcartel zkbot 2017-02-10 03:51:13 +00:00
  • f54db399f2 Get rid of fPlus argument to FormatMoney in Zcash-specific code Jack Grigg 2017-02-10 01:39:34 +00:00
  • c24109ecc3 UniValue::getValues const reference Jack Grigg 2017-02-10 00:33:34 +00:00
  • 2cc6bab201 Update UniValue includes in Zcash-specific code Jack Grigg 2017-02-10 00:28:29 +00:00
  • 1dc626314d build: match upstream build change Cory Fields 2015-10-08 00:09:44 -04:00
  • a8c22cc4d1 util: use locale-independent parsing in ParseDouble Wladimir J. van der Laan 2015-07-18 08:16:21 +02:00
  • 2aee461930 univalue: Avoid unnecessary roundtrip through double for numbers Wladimir J. van der Laan 2015-07-18 07:44:19 +02:00
  • d5bf1afae9 rpc: Make ValueFromAmount always return 8 decimals Wladimir J. van der Laan 2015-07-18 07:42:23 +02:00
  • fed500e2dd rpc: Accept scientific notation for monetary amounts in JSON Wladimir J. van der Laan 2015-07-06 10:49:24 +02:00
  • e76a3849c6 Changes necessary now that zero values accepted in AmountFromValue Wladimir J. van der Laan 2015-06-06 09:41:12 +02:00
  • a5beb3a51b Get rid of fPlus argument to FormatMoney Wladimir J. van der Laan 2015-06-04 14:43:02 +02:00
  • c66dff3dc7 Don't go through double in AmountFromValue and ValueFromAmount Wladimir J. van der Laan 2015-06-04 14:22:26 +02:00
  • fbc98d7720 remove $(@F) and subdirs from univalue make Jonas Schnelli 2015-10-01 13:01:58 +02:00
  • a10a6e2a0e [Univalue] add univalue over subtree Jonas Schnelli 2015-09-04 16:11:34 +02:00
  • 0025fb4b0e Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' Jack Grigg 2017-02-10 02:18:46 +00:00
  • a4071034f6 Squashed 'src/univalue/' content from commit 9ef5b78 Jack Grigg 2017-02-10 02:18:44 +00:00
  • 7fc7bab25d remove univalue, prepare for subtree Jonas Schnelli 2015-09-04 16:59:04 +02:00
  • 02972a1bcd [cleanup] Simplify test code Jack Grigg 2017-02-09 21:10:08 +00:00
  • 873c40365a [cleanup] Remove unused import Jack Grigg 2017-02-09 17:54:16 +00:00
  • cc71666a51 unsigned int -> size_t for comparing with UniValue.size() Jack Grigg 2017-02-07 00:43:10 +00:00
  • 0821ddb0de Remove JSON Spirit from contrib/debian/copyright Jack Grigg 2017-02-06 14:39:14 +00:00
  • 5fb326d41d Manually iterate over UniValue arrays in tests Jack Grigg 2017-01-07 10:11:31 +01:00
  • 0d37ae3a59 Migrate Zcash-specific code to UniValue Jack Grigg 2017-01-06 19:15:56 +01:00
  • f70084cf06 fix rpcmining/getblocktemplate univalue transition logic error Jonas Schnelli 2015-06-04 21:39:44 +02:00
  • b60e9f230f fix util_tests.cpp clang warnings Jonas Schnelli 2015-06-05 17:04:56 +02:00
  • 6b1e42bbfa univalue: add type check unit tests Jonas Schnelli 2015-06-04 13:58:14 +02:00
  • 4bcb9c9099 univalue: add strict type checking Wladimir J. van der Laan 2015-06-04 11:40:03 +02:00
  • 5960d70002 util: Add ParseInt64 and ParseDouble functions Wladimir J. van der Laan 2015-06-04 12:03:09 +02:00
  • ff67da37cd Simplify RPCclient, adapt json_parse_error test Wladimir J. van der Laan 2015-06-04 10:31:22 +02:00
  • c288192b19 fix univalue json parse tests Jonas Schnelli 2015-06-04 10:35:36 +02:00
  • b47f3aea36 fix missing univalue types during constructing Jonas Schnelli 2015-06-02 12:28:54 +02:00
  • bf3f56025d fix rpc batching univalue issue Jonas Schnelli 2015-06-02 11:41:00 +02:00
  • d014114d67 Remove JSON Spirit wrapper, remove JSON Spirit leftovers Jonas Schnelli 2015-05-18 14:02:18 +02:00
  • 851f58f94e remove JSON Spirit UniValue wrapper Jonas Schnelli 2015-05-13 21:29:19 +02:00
  • 565d26737a fix rpc unit test, plain numbers are not JSON compatible object Jonas Schnelli 2015-05-10 15:55:32 +02:00
  • 9ccfdd9a01 univalue: correct bool support Jonas Schnelli 2015-05-10 15:54:11 +02:00
  • 49a5df0ef3 univalue: add support for real, fix percision and make it json_spirit compatible Jonas Schnelli 2015-05-10 15:53:54 +02:00
  • 23f71dc740 special threatment for null,true,false because they are non valid json Jonas Schnelli 2015-05-10 14:49:18 +02:00
  • 38fc4b7090 expicit set UniValue type to avoid empty values Jonas Schnelli 2015-05-10 14:48:35 +02:00
  • 9756b7bd29 extend conversion to UniValue Jonas Schnelli 2015-05-10 13:35:44 +02:00
  • ed21d5bd4b Convert tree to using univalue. Eliminate all json_spirit uses. Jeff Garzik 2014-08-20 15:15:16 -04:00
  • 03912600e8 UniValue: export NullUniValue global constant Jeff Garzik 2014-08-20 11:13:52 -04:00
  • ec57cc0ffe UniValue: prefer .size() to .count(), to harmonize w/ existing tree Jeff Garzik 2014-08-20 09:59:31 -04:00
  • f52293b982 Auto merge of #2078 - ebfull:uaf, r=bitcartel zkbot 2017-02-10 00:29:57 +00:00
  • 3df7c4c8c0 Address @str4d's comment about the case where -gen is not set. Also avoid shadowing mineToLocalWallet variable. Daira Hopwood 2017-02-09 23:59:56 +00:00
  • 7d4ced95ed Auto merge of #2056 - str4d:2035-experimental-mode, r=bitcartel zkbot 2017-02-09 23:39:02 +00:00
  • 6605125d4e Add comment about fix for #2026. Simon 2017-02-09 15:17:21 -08:00
  • d32511c72c Auto merge of #2054 - str4d:2030-decoderawtransaction-joinsplit-fields, r=bitcartel zkbot 2017-02-09 22:56:01 +00:00
  • 91270dcfbc Update test to check for more joinsplit related fields in getrawtransaction Simon 2017-02-09 14:48:58 -08:00
  • 69566ad756 Update libsnark. Sean Bowe 2017-02-09 15:30:09 -07:00
  • b8eb37757b Require -experimentalmode for wallet encryption Jack Grigg 2017-02-08 12:46:01 +00:00
  • 1f015f6afa Add a flag for enabling experimental features Jack Grigg 2017-01-31 23:28:33 +01:00
  • 263c62cb17 Auto merge of #2077 - ebfull:protover, r=bitcartel zkbot 2017-02-09 22:06:27 +00:00
  • 05ec7887f1 Fix use after free in transaction_tests. Sean Bowe 2017-02-09 14:34:53 -07:00
  • 0d317cd522 Bump protocol version in release process if necessary. Sean Bowe 2017-02-09 14:25:20 -07:00
  • 0c78782662 Auto merge of #1965 - str4d:1955-single-address-mining, r=bitcartel zkbot 2017-02-09 20:58:00 +00:00
  • 253c610783 Auto merge of #2050 - str4d:2020-zmq, r=bitcartel zkbot 2017-02-09 20:08:15 +00:00
  • 9bba9b37c8 Better error reporting for the !ENABLE_WALLET && ENABLE_MINING case. Daira Hopwood 2017-02-09 19:31:47 +00:00
  • b2e2dccc64 Auto merge of #2068 - bitcartel:2045_sendmany_fee_zero, r=bitcartel zkbot 2017-02-09 18:56:44 +00:00
  • 80a32b2845 Auto merge of #1863 - str4d:1795-config-flag-disable-miner, r=bitcartel zkbot 2017-02-09 17:43:43 +00:00
  • 8db0dd93e4 Add test to check for presence of vpub_old & vpub_new in getrawtransaction Jack Grigg 2017-02-09 16:38:01 +00:00
  • 9bbc220641 fix rpc-tests.sh Jonas Schnelli 2015-09-17 15:45:14 +02:00
  • f49bcdf92b Add -minetolocalwallet flag, enforced on -mineraddress Jack Grigg 2017-01-30 17:24:07 +01:00
  • 75bb764bb8 Add test for z_sendmany with fee of 0 Simon 2017-02-08 15:26:33 -08:00
  • edcec148a8 Bump suggested ZMQ Debian package to 4.1 series Jack Grigg 2017-02-08 22:18:48 +00:00
  • 7c8845edda Clarify that user only needs libzmq if not using depends system Jack Grigg 2017-02-08 22:18:17 +00:00
  • 602407de95 [depends] ZeroMQ 4.2.1 Jack Grigg 2017-02-06 14:10:13 +00:00
  • 05e6ead8da Add ZeroMQ license to contrib/debian/copyright Jack Grigg 2017-02-06 13:15:22 +00:00
  • 4fbc46c2ff Bitcoin -> Zcash in ZMQ docs Jack Grigg 2017-01-31 14:48:34 +01:00
  • 5dfea488e4 [copyright] add MIT License copyright header to zmq_sub.py isle2983 2016-09-11 15:26:53 -06:00
  • 00bcf2230d [depends] ZeroMQ 4.1.5 fanquake 2016-06-22 17:56:07 +08:00
  • c3c55e10e8 [depends] ZeroMQ 4.1.4 fanquake 2016-05-03 20:52:10 +08:00
  • 3ba2e19e2b [ZMQ] append a message sequence number to every ZMQ notification Jonas Schnelli 2016-03-29 14:30:02 +02:00
  • abf8020443 [ZMQ] refactor message string Jonas Schnelli 2016-03-29 11:34:25 +02:00
  • c7cb3c13ea [qa] py2: Unfiddle strings into bytes explicitly in ZMQ RPC test Jack Grigg 2017-01-31 14:12:19 +01:00
  • a9445db62f Fix python syntax in ZMQ RPC test Jack Grigg 2017-01-31 14:10:25 +01:00
  • d4cca6a320 Fixes ZMQ startup with bad arguments. mrbandrews 2016-02-29 13:34:09 -05:00
  • 63303d025d zmq: prepend zmq to debug messages Daniel Cousens 2015-11-19 13:27:18 +11:00
  • 6550e97224 init: add zmq to debug categories Daniel Cousens 2015-11-19 13:17:36 +11:00
  • 57c6ef01d9 init: amend ZMQ flag names Daniel Cousens 2015-11-19 12:34:19 +11:00
  • 6a793d9c27 use CBlockIndex* insted of uint256 for UpdatedBlockTip signal Jonas Schnelli 2015-09-16 16:42:23 +02:00
  • 6702d371c5 [depends] zeromq 4.0.7 fanquake 2015-11-11 17:53:34 +08:00
  • 5015d2b27f Fix ZMQ Notification initialization and shutdown João Barbosa 2015-11-01 18:09:17 +00:00
  • 678b614ab5 zmq: point API link to 4.0 as that is what we are conforming to [Trivial] Johnathan Corgan 2015-10-12 13:39:47 -07:00
  • 007148fafa build: Make use of ZMQ_CFLAGS Cory Fields 2015-10-08 00:00:03 -04:00
  • d5f4dc15a9 zmq: update docs to reflect feature is compiled in automatically if possible Johnathan Corgan 2015-10-05 20:09:04 -07:00
  • effe8a5f9d autotools: move checking for zmq library to common area in configure.ac Johnathan Corgan 2015-10-03 12:21:55 -07:00
  • 1afb84314b [Trivial] start the help texts with lowercase paveljanik 2015-09-30 08:40:20 +02:00
  • 9540b0c61a zmq: update and cleanup build-unix, release-notes, and zmq docs Johnathan Corgan 2015-09-29 10:48:45 -07:00
  • b197605e08 zmq: require version 4.x or newer of libzmq Johnathan Corgan 2015-09-29 10:18:07 -07:00
  • 5088de4bb8 travis: install a recent libzmq and pyzmq for tests Cory Fields 2015-09-29 17:01:43 -04:00
  • 5c7f84cf26 [travis] add zmq python module Jonas Schnelli 2015-09-17 16:32:00 +02:00
  • 8b99caa3e6 Add ZMQ libs to zcash-gtest Jack Grigg 2016-08-30 19:46:14 +12:00
  • 0388c23a76 depends: fix platform specific packages variable Jonas Schnelli 2015-09-17 14:30:46 +02:00
  • da0e7aa1d7 QA: Add ZeroMQ RPC test Jonas Schnelli 2015-05-05 13:19:19 +02:00
  • f200002cf3 Add ZeroMQ support. Notify blocks and transactions via ZeroMQ Jeff Garzik 2014-11-18 12:06:32 -05:00
  • cce7754eb8 Depends: Add ZeroMQ package Cory Fields 2015-05-05 20:30:20 -04:00
  • 7e6ec078fa Add UpdatedBlockTip signal to CMainSignals and CValidationInterface João Barbosa 2015-05-07 15:49:00 +01:00
  • 904c19dca6 Auto merge of #2069 - bitcartel:2024_document_test_method_field_getoperationstatus, r=bitcartel zkbot 2017-02-08 20:52:36 +00:00