7520 Commits (5e3557b8e36308a27dbeb528569abe638c4d01dd)

Author SHA1 Message Date
Jorge Timón 764d237772 Globals: Explicitly pass const CChainParams& to UpdateTip() 9 years ago
MarcoFalke fa10ce6a6d Move ui_interface.cpp to libbitcoin_server_a_SOURCES 9 years ago
Jonas Schnelli 0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification 9 years ago
mrbandrews 87049e832d Speed up getchaintips. 9 years ago
Wladimir J. van der Laan b30fb42e49 test: Rename wallet.dat to wallet_test.dat 9 years ago
Wladimir J. van der Laan a25a4f5b04 wallet_ismine.h → script/ismine.h 9 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 9 years ago
Wladimir J. van der Laan de39c95c24 test: move accounting_tests and rpc_wallet_tests to wallet/test 9 years ago
Wladimir J. van der Laan a3310b4d48 txdb: Fix assert crash in new UTXO set cursor 9 years ago
Cory Fields e9fc71e5fa net: require lookup functions to specify all arguments 9 years ago
Chris Moore 3107c475a7 fix spelling mistake 9 years ago
Chris Moore dc0693f637 add missing newline 9 years ago
Chris Moore fc95f6ecb6 fix typo in help text 9 years ago
Kaz Wesley a7af72a697 prevector::swap: fix (unreached) data corruption 9 years ago
Kaz Wesley 4ed41a2b61 test prevector::swap 9 years ago
Kaz Wesley 1e2c29f263 prevector: destroy elements only via erase() 9 years ago
Wladimir J. van der Laan 76212bbc6a rpc: make sure `gettxoutsetinfo` hash has txids 9 years ago
Wladimir J. van der Laan 99e70751f2 Break circular dependency main ↔ txdb 9 years ago
Wladimir J. van der Laan 9ad1a51857 crypto: bytes counts are 64 bit 9 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 9 years ago
João Barbosa f2d0944eb3 Add lockUnspents option to fundrawtransaction 9 years ago
João Barbosa af4fe7fd12 Add change options to fundrawtransaction 9 years ago
João Barbosa 41e835dd50 Add strict flag to RPCTypeCheckObj 9 years ago
Jonas Schnelli de821d56e1
[ZMQ] refactor message string 9 years ago
Jonas Schnelli 90604f16af
add bip32 pubkey serialization 9 years ago
MarcoFalke fa7abe0a00 [test] bctest.py: Revert faa41ee 9 years ago
Pieter Wuille 38c310299c Change mapRelay to store CTransactions 9 years ago
Alex Morcos c6cb6f7d4c Avoid unnecessary database access for unknown transactions 9 years ago
Rusty Russell 85c807c9ea getblockchaininfo: make bip9_softforks an object, not an array. 9 years ago
Alexander Regueiro 41dbc4849e Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`. 9 years ago
Suhas Daftuar 7e91f632c7 Use txid as key in mapAlreadyAskedFor 9 years ago
Gregory Maxwell 66b07247a7 Only send one GetAddr response per connection. 9 years ago
MarcoFalke faa41ee204 [qa] py2: Unfiddle strings into bytes explicitly 9 years ago
Pieter Wuille 5eeb913d6c Clean up lockorder data of destroyed mutexes 9 years ago
MarcoFalke facf5a4947 [amount] tests: Fix off-by-one mistake 9 years ago
Pavel Janík 62a6486058 RPC: do not print ping info in getpeerinfo when no ping received yet, fix help 9 years ago
Wladimir J. van der Laan 4521f005a1 tests: add varints_bitpatterns test 9 years ago
Matthew English 03c77fdc14 Doc: Update isStandardTx comment 9 years ago
MarcoFalke fa2da2cb60 [amount] Add support for negative fee rates 9 years ago
MarcoFalke 11114a69c8 [amount] test negative fee rates and full constructor 9 years ago
Suhas Daftuar e4ba9f6b04 Version 2 transactions remain non-standard until CSV activates 9 years ago
instagibbs f8536a62c3 Corrected values 9 years ago
instagibbs 617deeb06e Gave miner test values constants for less error-prone values. 9 years ago
Wladimir J. van der Laan 62b9a557fc Reduce block timeout to 10 minutes 9 years ago
Pieter Wuille 0e24bbf679 Self check after the last peer is removed 9 years ago
Pieter Wuille 2d1d6581ec Track block download times per individual block 9 years ago
Jorge Timón bf477bcc79 Trivial: Globals: Explicitly pass const CChainParams& to ProcessMessage() 9 years ago
Jonas Schnelli 9f7336b457
[Wallet] slightly refactor GetOldestKeyPoolTime() 9 years ago
Jonas Schnelli 4f7c959af1
Refactor IsRBFOptIn, avoid exception 9 years ago
Wladimir J. van der Laan 07398e8e9d init: allow shutdown during 'Activating best chain...' 9 years ago