144 Commits (f8b751d9934a05116e3947688fc49e71ae790b01)

Author SHA1 Message Date
Sean Bowe 2140639309 Remove scriptPubKey/scriptSig from CPourTx, and add randomSeed. 8 years ago
Sean Bowe 5961dcb6da Change ciphertext length to match protocol spec, and refactor the use of constants. 8 years ago
Sean Bowe 6c36a9fe03 NoteEncryption implementation and integration, removal of ECIES and crypto++ dependencies. 8 years ago
Sean Bowe 1760b3cd88 Deprecate the old tree and remove old tree tests from the test suite. 8 years ago
Taylor Hornby a1cd1a27ac Add verify equihash benchmark 8 years ago
Taylor Hornby d44feea44c Add JoinSplit verification benchmarks 8 years ago
Taylor Hornby bf8def9749 Add equihash solving benchmarks 8 years ago
Taylor Hornby 6962bb3df0 Add automated performance measurement system. 8 years ago
Sean Bowe 9ce86bec59 Remove type check on zcrawpour which is not necessary and causes errors with the RPC. 9 years ago
Nathan Wilcox 8cb250885c Replace magic 2s in rpcwallet and change > to != for arity checks. Replace magic 2's with named constants in test cases. 9 years ago
Nathan Wilcox f15b9549dc Implement online help for zcraw* commands. 9 years ago
Sean Bowe a8ac403db0 Added mapAnchors consensus rules, finished zcrawpour/zcrawreceive. 9 years ago
Sean Bowe 730790f7a4 Added primitive zcrawkeygen/zcrawpour implementations 9 years ago
Veres Lajos 45bfa137ef PARTIAL: typofixes (found by misspell_fixer) 9 years ago
Cory Fields 60457d3c2f locking: fix a few small issues uncovered by -Wthread-safety 9 years ago
Tom Harding c9fd9078ce
Fix getbalance * 9 years ago
Peter Todd 75a4d512cf
Fix off-by-one error w/ nLockTime in the wallet 9 years ago
Cory Fields 8b08d9530b wallet: fix boost::get usage with boost 1.58 9 years ago
Gregory Maxwell 219953ce50 Show zero value txouts in listunspent. 9 years ago
Jonas Schnelli ea9e82df73 [squashme] fix listunspent code indentation 9 years ago
Jonas Schnelli b9fb692d04 Push down RPC reqWallet flag 9 years ago
Jonas Schnelli 0b9dc9c8f5 [move] move listunspent to wallet/rpcwallet.cpp 9 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 9 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Philip Kaufmann 25cf6f3d41 minor rework of SendMoney in rpcwallet 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Pavel Janík 91a9fe094b Fix typo - sentence starts with capital letter 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields 856e862f4a namespace: drop most boost namespaces and a few header cleanups 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
Luke Dashjr 8f6860a083 Bugfix: RPCWallet: Docs: Booleans aren't quoted 10 years ago
Luke Dashjr 7b782f5b01 RPCWallet: Notate all account stuff as deprecated 10 years ago
Gregory Maxwell 8024d67dae Add immature balances to getwalletinfo. 10 years ago
azeteki d44c545673 Add unconfirmedbalance field to getwalletinfo 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Pavel Janík 4be639eaec Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount. 10 years ago
Pavel Janík b93173dee9 Move SendMoney() to rpcwallet.cpp. 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Michael Ford 5617267cd5 Fix typo in listreceivedbyaddress and listaccounts help text 10 years ago
Yoichi Hirai e743678d5a fix a typo 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Eric Shaw 31d6390fd1 Fixed setaccount accepting foreign address 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Benedict Chan 57e1716de6 update rpc help message for gettransaction to add includeWatchonly param 10 years ago