- 07 Jul, 2016 1 commit
-
-
Suhas Daftuar authored
Moves the IsStandard check to happen after the premature-witness check, so that adding a witness to a transaction can't prevent mempool acceptance. Note that this doesn't address the broader category of potential mempool DoS issues that affect transactions after segwit activation.
-
- 06 Jul, 2016 8 commits
-
-
Jonas Schnelli authored
4f44cb61 qt: Network-specific example address (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
efd1d833 doc: Mention dbcache increase in release notes (Wladimir J. van der Laan) 32cab912 Bump `-dbcache` default to 300MiB (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Also cap the allocation for the leveldb-specific cache for the UTXO set to 8MiB. This avoids that the extra cache memory goes to the much less effective leveldb cache instead of our application-level cache.
-
Wladimir J. van der Laan authored
ab8be98f Remove bad chain alert partition check (BtcDrak)
-
Wladimir J. van der Laan authored
20f3cd75 wallet: Revert input selection post-pruning (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
4fbdc436 Revert "net: Avoid duplicate getheaders requests." PR #8054 (Gregory Maxwell)
-
- 05 Jul, 2016 1 commit
-
-
Gregory Maxwell authored
This reverts commit f93c2a1b. This can cause synchronization to get stuck.
-
- 04 Jul, 2016 1 commit
-
-
MarcoFalke authored
36f1b9df Tests: Increase sync_blocks() timeouts in pruning.py (Suhas Daftuar)
-
- 01 Jul, 2016 2 commits
-
-
Wladimir J. van der Laan authored
This reverts PR #4906, "Coinselection prunes extraneous inputs from ApproximateBestSubset". Apparently the previous behavior of slightly over-estimating the set of inputs was useful in cleaning up UTXOs. See also #7664, #7657, as well as 2016-07-01 discussion on #bitcoin-core-dev IRC.
-
Wladimir J. van der Laan authored
975a41dc windows: Add testnet icon for testnet link (Wladimir J. van der Laan) 0ce8e99e windows: Add testnet link to installer (Wladimir J. van der Laan)
-
- 30 Jun, 2016 1 commit
-
-
Wladimir J. van der Laan authored
Overhauled testnet icon by Jonas Schnelli
-
- 29 Jun, 2016 3 commits
-
-
Wladimir J. van der Laan authored
Generate an (invalid) example address for in the bitcoin address widgets, based on the network prefix, instead of hardcoding a mainnet address. - `1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L` for mainnet (same as now) - `n2wxQmfexkjwEPgdD6iJA7T7RtzkmHxhFc` for testnet
-
Wladimir J. van der Laan authored
-
Jonas Schnelli authored
a7897c02 qt: Remove client name from debug window (Wladimir J. van der Laan)
-
- 28 Jun, 2016 7 commits
-
-
Wladimir J. van der Laan authored
Remove the client name from the debug window in the GUI. It is already part of the user agent, so adding it separately doesn't add anything.
-
Suhas Daftuar authored
-
Wladimir J. van der Laan authored
2129fcea The bit field is shown only when status is "started" (Pavel Janík)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Fetch the 0.13 translations, not the 0.12 translations.
-
Pavel Janík authored
-
Wladimir J. van der Laan authored
1acf1db7 Do not ask a UI question from bitcoind (Pieter Wuille)
-
- 27 Jun, 2016 1 commit
-
-
Wladimir J. van der Laan authored
409f8332 RPC: Hide softfork if timeout is 0 (jl2012)
-
- 25 Jun, 2016 2 commits
-
-
Wladimir J. van der Laan authored
27f8126f remove unnecessary LOCK(cs_main) (Daniel Cousens)
-
Wladimir J. van der Laan authored
b0be3a01 doc: Mention Windows XP end of support in release notes (Wladimir J. van der Laan)
-
- 24 Jun, 2016 11 commits
-
-
jl2012 authored
-
Wladimir J. van der Laan authored
Closes #7681.
-
Wladimir J. van der Laan authored
f70bcfc6 [trivial] Add aarch64 to depends .gitignore (fanquake)
-
Wladimir J. van der Laan authored
f8528134 BIP9 parameters for testnet (Johnson Lau) 070dbc48 --- [SEGWIT] begin: deployment --- (Pieter Wuille) fdb43df2 [qa] Add GetTransactionSigOpCost unit tests (Jonas Nick) d846e023 [qa] script_tests: witness tests can specify tx amount (Suhas Daftuar) 330b0f31 [qa] p2p segwit tests (Suhas Daftuar) 4f7ff004 [qa] Add rpc test for segwit (Alex Morcos) 66cca791 [qa] Autogeneration support for witness in script_tests (Pieter Wuille) 06d3805c [qa] Add segwit support to script_tests (Pieter Wuille) 00f46cbc [qa] Add transaction tests for segwit (NicolasDorier) 0aa92074 [qa] Witness version 0 signing unit tests (Pieter Wuille) 978e2004 --- [SEGWIT] begin: tests --- (Pieter Wuille) 745eb678 [RPC] signrawtransaction can sign P2WSH (NicolasDorier) f4691ab3 [RPC] Add wallet support for witness transactions (using P2SH) (Pieter Wuille) 605e8473 BIP143: Signing logic (Pieter Wuille) 9757b57c --- [SEGWIT] begin: wallet --- (Pieter Wuille) af87a67e Do not use compact blocks when segwit is enabled (Pieter Wuille) 6032f693 Add rewind logic to deal with post-fork software updates (Pieter Wuille) b7dbeb24 [libconsensus] Script verification API with amounts (Thomas Kerin) 2b1f6f9c BIP141: Other consensus critical limits, and BIP145 (Pieter Wuille) 7c4bf779 [RPC] Return witness data in blockchain RPCs (Johnson Lau) 3dd41029 BIP143: Verification logic (Pieter Wuille) 0ef1dd3e Refactor script validation to observe amounts (Pieter Wuille) b8a97498 BIP144: Handshake and relay (receiver side) (Pieter Wuille) 8b490408 BIP141: Commitment structure and deployment (Pieter Wuille) 449f9b8d BIP141: Witness program (Pieter Wuille) 7030d9eb BIP144: Serialization, hashes, relay (sender side) (Pieter Wuille) ecacfd98 --- [SEGWIT] begin: P2P/node/consensus --- (Pieter Wuille)
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
d7828abd check that transactionView->selectionModel()->selectedRows(0) exists (fsb4000)
-
fsb4000 authored
-
Wladimir J. van der Laan authored
133deb83 Mark my dnsseed as supporting filtering (Pieter Wuille)
-
MarcoFalke authored
d2414874 [doc] Add OS X ZMQ requirement to QA readme (fanquake)
-
fanquake authored
-
fanquake authored
-
- 23 Jun, 2016 2 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
d80efec3 Update petertodd's testnet seed (Peter Todd)
-