11245 Commits (079d9e6a575e34386aaad91994e9384e802e5d5b)
 

Author SHA1 Message Date
Homu 079d9e6a57 Auto merge of #3149 - str4d:release-v1.1.0-rc1, r=str4d 6 years ago
Jack Grigg ecf544d062
Set Overwinter protocol version to 170005 6 years ago
Homu 600c4acee1 Auto merge of #3151 - bitcartel:fix_alertnotify_test, r=str4d 6 years ago
Simon 6901d30830 Fix test to check for sanitized string from alertnotify. 6 years ago
Jack Grigg 776b494aec
make-release.py: Updated release notes and changelog for 1.1.0-rc1. 6 years ago
Jack Grigg 13d491c7bf
make-release.py: Updated manpages for 1.1.0-rc1. 6 years ago
Jack Grigg 5e11533408
make-release.py: Versioning changes for 1.1.0-rc1. 6 years ago
Homu f6d09aa822 Auto merge of #2814 - str4d:2074-node-bloom, r=str4d 6 years ago
Jack Grigg 3fe2f3d143
Update -enforcenodebloom RPC test with filterclear vs filteradd 6 years ago
R E Broadley 4f31d82395
Allow filterclear messages for enabling TX relay only. 8 years ago
Jack Grigg 2b7fcab8fc
Move bloom filter filtering logic back into command "switch" 6 years ago
Jack Grigg 0a284ecaf6
Fix NODE_BLOOM documentation errors 6 years ago
Jack Grigg b77e46fe01
Add RPC test for -enforcenodebloom 6 years ago
Matt Corallo 1c82adeb87
Don't do mempool lookups for "mempool" command without a filter 9 years ago
Patick Strateman b976ce7cee
Document both the peerbloomfilters and enforcenodebloom options. 9 years ago
Patick Strateman f07ad43553
Add enforcenodebloom option. 9 years ago
Patick Strateman d06ae252a0
Move bloom filter filtering logic outside of command "switch" (giant if/else). 9 years ago
Wladimir J. van der Laan 935f9f713c
doc: update release-notes and bips.md for BIP111 9 years ago
Matt Corallo 8bc4461326
Add NODE_BLOOM service bit and bump protocol version 9 years ago
Homu f5b1082f9c Auto merge of #3148 - str4d:DOS-mitigation-tx-expiry, r=str4d 6 years ago
Jack Grigg 10e97b8f00
test: Add missing Overwinter fields to mininode's CTransaction 6 years ago
Homu dc57d6a7bc Auto merge of #3146 - str4d:bc-7956-dbwrapper-tests, r=str4d 6 years ago
Jack Grigg 8a22734ec1
test: Check return value of snprintf 6 years ago
Simon 7cc423522f Bump MIT Licence copyright header. 6 years ago
Simon 2742b20833 Use range based for loop 6 years ago
Lauda 923f2579b1 [Trivial] Grammar and typo correction 7 years ago
Wladimir J. van der Laan 64b4790789 test: Replace remaining sprintf with snprintf 7 years ago
Jack Grigg 162cc4240e
Fix typo 6 years ago
Matt Corallo cf00779278
Add test for dbwrapper iterators with same-prefix keys. 8 years ago
Wladimir J. van der Laan 54a9734897
test: Add more thorough test for dbwrapper iterators 8 years ago
Wladimir J. van der Laan 7b1acda395
chain: Add assertion in case of missing records in index db 8 years ago
Daira Hopwood 473a113241 Don't increase banscore if the transaction only just expired. 6 years ago
Daira Hopwood a0ea82301a Test that receiving an expired transaction does not increase the peer's ban score. 6 years ago
Daira Hopwood 697140ede5 Add support for Overwinter v3 transactions to mininode framework. 6 years ago
Jay Graber e4dff510b4 Set ban score for expired txs to 0 6 years ago
Homu 77669b952b Auto merge of #2598 - str4d:2074-dbwrapper, r=str4d 6 years ago
Jack Grigg 2d7bae5b33
Update CBlockTreeDB::EraseBatchSync for dbwrapper refactor 6 years ago
Homu 599c847818 Auto merge of #2820 - str4d:darwin-build-patches, r=str4d 6 years ago
Pavel Janík 56aa25684c
Do not shadow members in dbwrapper 8 years ago
Wladimir J. van der Laan 3923bcca7c
dbwrapper: Move `HandleError` to `dbwrapper_private` 8 years ago
Wladimir J. van der Laan 809a429ecf
dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator 8 years ago
Jeff Garzik e3da7a572d
leveldbwrapper file rename to dbwrapper.* 9 years ago
Jeff Garzik f345c41ec4
leveldbwrapper symbol rename: Remove "Level" from class, etc. names 9 years ago
Jeff Garzik 7249ee6d7c
leveldbwrapper: Remove unused .Prev(), .SeekToLast() methods 9 years ago
Daniel Kraft c77586964a
trivial: use constants for db keys 9 years ago
Jack Grigg 26cdb83add
Update blockchain.py RPC test for Zcash 7 years ago
Pieter Wuille f95bf4c417
Fix chainstate serialized_size computation 9 years ago
James O'Beirne 79272bfaf9
Add tests for gettxoutsetinfo, CLevelDBBatch, CLevelDBIterator 9 years ago
James O'Beirne 0d9524ba6b
Minor bugfixes 9 years ago
Pieter Wuille 1ebf50b6da
Encapsulate CLevelDB iterators cleanly 9 years ago