Commit Graph

  • 2bebba5a0e Use Debian 8.3 in gitian build guide fanquake 2016-01-30 10:10:11 +08:00
  • a5cb913081 c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally Cory Fields 2016-01-08 13:31:55 -05:00
  • e013f50397 c++11: CAccountingEntry must be defined before use in a list Cory Fields 2016-01-05 16:25:42 -05:00
  • 48feed03ef Merge pull request #19 from lateminer/ui-respendalert janko33bd 2018-01-09 21:34:03 +01:00
  • 2579687f83 c++11: don't throw from the reverselock destructor Cory Fields 2016-01-05 16:10:13 -05:00
  • 6229258723 c++11: detect and correct for boost builds with an incompatible abi Cory Fields 2016-01-05 15:58:48 -05:00
  • c3bddf47b2 UI to alert of respend attempt affecting wallet. lateminer 2018-01-09 23:25:37 +03:00
  • 3d485e491d Merge pull request #18 from lateminer/respendnotify janko33bd 2018-01-09 21:09:42 +01:00
  • 070424672b Add -respendnotify option, new RPC data, reg tests lateminer 2018-01-09 22:41:38 +03:00
  • 228b3a9d89 Merge pull request #17 from lateminer/wallet-updates-0.13 janko33bd 2018-01-08 21:18:52 +01:00
  • 765380cf35 Revert "Make RelayWalletTransaction attempt to AcceptToMemoryPool." lateminer 2018-01-08 22:35:33 +03:00
  • e8ad469c2c Remove unnecessary code lateminer 2018-01-08 22:25:00 +03:00
  • b06d926965 build: Enumerate ctaes rather than globbing Cory Fields 2016-05-27 14:14:44 -04:00
  • aa0181e44e crypter: shuffle Makefile so that crypto can be used by the wallet Cory Fields 2015-03-26 19:15:28 -04:00
  • d4b0ab2149 crypter: constify encrypt/decrypt Cory Fields 2015-03-26 17:37:29 -04:00
  • b1913e4dd2 crypter: add tests for crypter Cory Fields 2015-03-20 01:27:50 -04:00
  • df2b01b7cd crypter: add a BytesToKey clone to replace the use of openssl Cory Fields 2015-03-20 01:24:12 -04:00
  • f48a300f74 crypter: hook up the new aes cbc classes Cory Fields 2015-03-20 01:10:30 -04:00
  • 07f4b56b4c crypter: fix the stored initialization vector size Cory Fields 2015-03-20 01:05:47 -04:00
  • cb9ed6bc39 crypto: add aes cbc tests Cory Fields 2015-03-20 00:52:58 -04:00
  • 200954d962 crypto: add AES 128/256 CBC classes Cory Fields 2015-03-20 00:49:13 -04:00
  • 46910cb2d5 Add ctaes-based constant time AES implementation Pieter Wuille 2016-03-30 15:37:41 +02:00
  • 5f9e181833 Added ctaes lateminer 2018-01-08 21:55:56 +03:00
  • 77d8ddc6fb Stop treating importaddress'ed scripts as change Pieter Wuille 2016-03-14 18:55:19 +01:00
  • 8e2f81bb7f Prevent multiple calls to ExtractDestination Pedro Branco 2016-03-08 10:37:18 +00:00
  • 22bebdaacd [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds Jonas Schnelli 2016-09-20 16:18:24 +02:00
  • 2b9c31046b [wallet] rpc: Drop misleading option in importprunedfunds MarcoFalke 2016-08-24 19:21:27 +02:00
  • 8bca020397 Added companion removeprunedfunds call. instagibbs 2016-03-07 08:51:06 -05:00
  • c37ac7db87 Add importprunedfunds rpc call instagibbs 2016-02-18 16:31:12 -08:00
  • db3b5d964a Move BackupWallet to CWallet::BackupWallet Patrick Strateman 2016-05-16 17:31:16 -07:00
  • 261efcf69a Merge remote-tracking branch 'janko33bd/Blackcoin-Lore' into wallet-updates-0.13 lateminer 2018-01-08 19:45:45 +03:00
  • 26cbe6bc72 Merge pull request #16 from lateminer/wallet-mod janko33bd 2018-01-07 21:02:54 +01:00
  • 518e327e7c Merge pull request #14 from lateminer/rpc-updates-0.13 janko33bd 2018-01-07 21:02:38 +01:00
  • ee9edc8829 Make Lore work on testnet, first attempt lateminer 2018-01-07 19:17:53 +03:00
  • af7f906c74 Remove unused constants lateminer 2018-01-07 15:52:28 +03:00
  • b808896d4c [Wallet] refactor wallet/init interaction lateminer 2018-01-07 15:29:36 +03:00
  • aefae306e5 [Wallet] Bugfix: FRT: don't terminate when keypool is empty Jonas Schnelli 2016-12-06 13:45:56 +01:00
  • c1a0128033 Make RelayWalletTransaction attempt to AcceptToMemoryPool. Gregory Maxwell 2016-12-06 06:39:14 +00:00
  • 40ebee8dec CDB: fix debug output crowning- 2016-08-18 16:52:38 +02:00
  • ea219cd59d [Wallet] Trivial cleanup of HD wallet changes Jonas Schnelli 2016-08-01 15:18:15 +02:00
  • 77ea5eb519 wallet: Revert input selection post-pruning Wladimir J. van der Laan 2016-07-01 13:22:52 +02:00
  • e94e583f48 Improve CWallet API with new GetAccountPubkey function. Patrick Strateman 2016-06-02 23:16:42 -07:00
  • acf8c3d9ce Improve CWallet API with new AccountMove function. Patrick Strateman 2016-06-02 06:00:59 -07:00
  • 4db9e14749 Don't use assert for catching randomness failures Pieter Wuille 2016-04-23 18:07:35 +02:00
  • f9d2d353ff Always require OS randomness when generating secret keys Pieter Wuille 2016-04-16 12:25:12 +02:00
  • ee0b4321ff Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance Patrick Strateman 2016-05-16 17:11:24 -07:00
  • 26f8d58b92 Fix lockunspents help message João Barbosa 2016-03-23 15:44:18 +00:00
  • 395af2c291 Prevent multiple calls to CWallet::AvailableCoins João Barbosa 2016-03-08 00:15:17 +00:00
  • db8b7554fd Don't resend wallet txs that aren't in our own mempool Alex Morcos 2016-02-11 17:10:41 -05:00
  • 289e2f80b4 wallet: Warn on unexpected EOF while salvaging wallet Wladimir J. van der Laan 2016-02-15 16:09:13 +01:00
  • 412c8b9946 Reduce inefficiency of GetAccountAddress() Chris Moore 2015-12-28 16:56:53 -08:00
  • de1a0db4cf Merge pull request #15 from lateminer/show-password janko33bd 2018-01-07 00:00:07 +01:00
  • 3b0604b58d [ui] Add toggle for unblinding password fields Thomas Snider 2017-10-10 21:50:01 -07:00
  • b4b34ff770 Get rid of remaining auto_ptr mentions lateminer 2018-01-06 16:44:09 +03:00
  • 99238ff2c8 Merge remote-tracking branch 'janko33bd/Blackcoin-Lore' into rpc-updates-0.13 lateminer 2018-01-06 16:41:28 +03:00
  • 5deab0d5fa [Wallet] Bugfix: FRT: don't terminate when keypool is empty Jonas Schnelli 2016-12-06 13:45:56 +01:00
  • 20a60575fb [qa] Add getinfo smoke tests and rework versionbits test MarcoFalke 2016-09-25 15:01:31 +02:00
  • 5c6c445cf4 [rpc] Deprecate getinfo MarcoFalke 2016-09-21 21:01:42 +02:00
  • 2ddde6bf92 [rpc] ParseHash: Fail when length is not 64 MarcoFalke 2016-10-30 16:58:13 +01:00
  • e403754e15 fix getnettotals RPC description about timemillis. Masahiko Hyuga 2016-11-10 18:18:52 +09:00
  • 106dc385ee Change all instance of 'GMT epoch' to 'Unix epoch' matthias 2016-10-31 01:11:46 +01:00
  • 7307b5f5a1 Don't return the address of a P2SH of a P2SH. jnewbery 2016-09-26 17:01:10 -04:00
  • bf9cd01f5c rpc: Generate auth cookie in hex instead of base64 Wladimir J. van der Laan 2016-10-01 16:57:25 +02:00
  • 8d0a8afe73 Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block Luke Dashjr 2016-10-04 22:20:07 +00:00
  • 621f5f19d9 [RPC] Fix createrawtx sequence number unsigned int parsing Jonas Schnelli 2016-06-08 15:34:25 +02:00
  • bc7d750fd6 Refactor logic for converting mempool entries to JSON Suhas Daftuar 2016-01-04 13:43:17 -05:00
  • 9067422492 [rpc] fundrawtransaction feeRate: Use BTC/kB MarcoFalke 2016-06-06 17:50:50 +02:00
  • ac8653f486 [rpc] fundrawtransaction: Fix help text and interface MarcoFalke 2016-06-03 19:07:08 +02:00
  • 893db80a40 [Bitcoin-Tx] Add tests for sequence number support Jonas Schnelli 2016-06-07 17:37:35 +02:00
  • 6b045bd557 [bitcoin-tx] allow to set nSequence number over the in= command Jonas Schnelli 2015-12-03 16:29:45 +01:00
  • 3756163ce0 [RPC] createrawtransaction: add option to set the sequence number per input Jonas Schnelli 2015-12-22 13:52:57 +01:00
  • 3674e65b54 Add more clear interface for CoinControl.h regarding individual feerate Jonas Schnelli 2016-05-06 11:01:50 +02:00
  • 4aab709412 [RPC] add feerate option to fundrawtransaction Jonas Schnelli 2016-04-28 22:04:07 +02:00
  • 547dada2d4 Test for signing messages Andrew Chow 2016-04-27 12:18:20 -07:00
  • 7a685072ab Create signmessagewithprivkey rpc Andrew 2016-04-26 13:17:00 -04:00
  • ff53759be8 Fix: rpc: Register calls where they are defined lateminer 2018-01-06 14:19:30 +03:00
  • fe292ef786 Add lockUnspents option to fundrawtransaction João Barbosa 2016-04-06 15:56:14 +01:00
  • 0e8da90b0a Add change options to fundrawtransaction João Barbosa 2016-03-30 02:04:22 +01:00
  • 94c2d82643 Add strict flag to RPCTypeCheckObj João Barbosa 2016-03-30 00:59:29 +01:00
  • b460adbab0 rpc: Register calls where they are defined Wladimir J. van der Laan 2016-03-29 19:43:02 +02:00
  • c71b057f3b Merge pull request #12 from lateminer/remove-client-date janko33bd 2018-01-06 09:50:57 +01:00
  • 2b915f62e3 Merge pull request #13 from lateminer/build-fix janko33bd 2018-01-06 09:50:06 +01:00
  • fb6d61317d auto_ptr → unique_ptr Wladimir J. van der Laan 2016-04-28 13:40:20 +02:00
  • 36888feaff Fix: List solvability in listunspent output and improve help lateminer 2018-01-06 03:21:24 +03:00
  • b8609fc6e3 removing forgotten height janko33bd 2018-01-06 00:44:43 +01:00
  • 71c4f88bf9 fixing to compile janko33bd 2018-01-06 00:37:31 +01:00
  • 564defb161 Turn blockchain.cpp and mining.cpp into their real shape lateminer 2018-01-06 02:00:23 +03:00
  • 780775d5bd move rpc* to rpc/ Daniel Cousens 2016-01-15 11:55:17 +11:00
  • 135dab2ee4 Prepare rpcblockchain.cpp and rpcmining.cpp for further actions lateminer 2018-01-06 01:57:40 +03:00
  • 6bab17dc2d [RPC, Wallet] Move RPC dispatch table registration to wallet/ code Jonas Schnelli 2016-01-07 08:33:49 +01:00
  • ce7f082de5 remove unnecessary LOCK(cs_main) Daniel Cousens 2016-06-23 12:44:53 +10:00
  • fe710e3612 RPC: Hide softfork if timeout is 0 jl2012 2016-06-25 00:55:07 +08:00
  • 6df97ea819 [rpcwallet] Don't use floating point MarcoFalke 2016-07-08 12:01:39 +02:00
  • d312c5b847 Reduce unnecessary hashing in signrawtransaction Jonas Nick 2016-05-30 11:43:53 +02:00
  • d6c228b173 rpc: Add relaytxes flag to getnetworkinfo Wladimir J. van der Laan 2016-05-12 14:09:43 +02:00
  • e0de81556a net: Add fRelayTxes flag Wladimir J. van der Laan 2016-05-12 14:00:22 +02:00
  • 541225b63a push back getaddednodeinfo dead value instagibbs 2016-04-22 11:20:06 -07:00
  • c23ecc1256 List solvability in listunspent output and improve help Pieter Wuille 2016-03-14 19:22:11 +01:00
  • f2fe8fc5df [ZMQ] append a message sequence number to every ZMQ notification Jonas Schnelli 2016-03-29 14:30:02 +02:00
  • b23b02abfb Update zmq_test.py lateminer 2018-01-06 01:01:27 +03:00