Gregory Maxwell
d40c164369
Merge pull request #1872 from gmaxwell/listaddrnotmine
...
In listaddressgroupings push down the IsMine check to run on each input.
12 years ago
Gavin Andresen
ea0a2b18f2
Merge pull request #2193 from Diapolo/Qt_parseBitcoinURI
...
Bitcoin-Qt: extend parseBitcoinURI() pre-check
12 years ago
Gavin Andresen
0d89669fe9
Merge pull request #2179 from gavinandresen/osx_codesign
...
Update mac packaging tool to create code-signed .app packages
12 years ago
Gavin Andresen
5fca58cb8e
Merge pull request #2190 from sipa/fixgenesis
...
Bugfix + simplify special case for genesis
12 years ago
Philip Kaufmann
446cbf5fe9
Bitcoin-Qt: extend parseBitcoinURI() pre-check
...
- add check to verify if an URI is valid
12 years ago
Wladimir J. van der Laan
7327716a95
Merge pull request #2194 from Diapolo/UTF8-bitcoinrpc.cpp
...
make bitcoinrpc.cpp UTF-8 conformant again
12 years ago
Philip Kaufmann
6e65420bd5
make bitcoinrpc.cpp UTF-8 conformant again
...
- just replaces a character in a comment, which I had problems with when
opening the file in Qt Creator IDE
12 years ago
Wladimir J. van der Laan
bd85cf3df7
Merge pull request #2157 from Diapolo/Qt_addrlist
...
Bitcoin-Qt: fix known addressbook bugs
12 years ago
Wladimir J. van der Laan
0c16cc73ef
Merge pull request #2171 from Diapolo/init
...
add InitMessage() to noui and use debug.log for GUI
12 years ago
Wladimir J. van der Laan
ac3907bf27
Merge pull request #2109 from Diapolo/qt-pro-file-win32
...
Bitcoin-Qt: ensure all Windows scopes use win32 as identifier
12 years ago
Pieter Wuille
8301ff5077
Bugfix + simplify special case for genesis
12 years ago
Gavin Andresen
db8ca3fc2e
Code-signing certificates (no private keys) from Apple and Comodo
12 years ago
Gavin Andresen
33b377a016
Port macdeployqtplus to OSX 10.8
...
Use 'osascript' to run AppleScript, instead of using (broken-in-10.8)
python appscript package.
And added support for code-signing the .app bundle, to make OSX's
GateKeeper happy.
12 years ago
Gavin Andresen
2c7847349d
Merge pull request #2149 from sipa/fixtxoutrpc
...
Make output of gettxout RPC more consistent
12 years ago
Gavin Andresen
0e31ae9818
Merge pull request #2060 from sipa/parallel
...
Parallel script verification
12 years ago
Gavin Andresen
91f70a75da
Merge pull request #1795 from TheBlueMatt/bloom
...
Bloom filters
12 years ago
Wladimir J. van der Laan
a1f4909e0b
Merge pull request #2181 from Diapolo/translations
...
update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14)
12 years ago
Matt Corallo
c51694eb9b
Filter mempool command
12 years ago
Matt Corallo
e1a4f3778c
Add nFlags to CBloomFilter to make filter updating optional.
12 years ago
Matt Corallo
21aaf255ff
Use CPartialMerkleTree for CMerkleBlock transactions.
12 years ago
Pieter Wuille
4bedfa9223
Add CPartialMerkleTree
...
This adds a compact representation for a subset of a merkle tree's
nodes.
12 years ago
Matt Corallo
b1f99bed6f
Add a nTweak to bloom filters to tweak the seed.
12 years ago
Matt Corallo
4c8fc1a588
Let a node opt out of tx invs before we get a their bloom filter
...
Note that the default value for fRelayTxes is false, meaning we
now no longer relay tx inv messages before receiving the remote
peer's version message.
12 years ago
Matt Corallo
b02ddbedcb
Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK
12 years ago
Matt Corallo
2878c67cb5
Add test cases for CMerkleBlock and CBloomFilter.
12 years ago
Matt Corallo
9fb106e757
Add a CMerkleBlock to store merkle branches of filtered txes.
12 years ago
Matt Corallo
587f0f855e
Add a CBlock.GetBlockHeader
12 years ago
Matt Corallo
d3b26f7077
Automatically add any matching outputs to a filter during matching.
12 years ago
Matt Corallo
269d9c6492
Replace RelayMessage with RelayTransaction.
12 years ago
Matt Corallo
422d122537
Add a filter field in CNode, add filterload+filteradd+filterclear
12 years ago
Matt Corallo
133a546074
Bump PROTOCOL_VERSION for filter messages.
12 years ago
Matt Corallo
bd21612c37
Add a CBloomFilter class for use as a transaction filter.
12 years ago
Matt Corallo
7ab026f449
Add MurmurHash3 implementation to hash.h/add hash.cpp.
12 years ago
Matt Corallo
68feac96b6
Add const versions of base_uint.end()/begin(), make size() const.
12 years ago
Gavin Andresen
5f04881618
Fix clang warnings
12 years ago
Philip Kaufmann
3a2e07493b
update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14)
12 years ago
Gavin Andresen
c83c3cbe97
Merge pull request #2172 from Diapolo/init_messages
...
make database init messages more valuable
12 years ago
Gavin Andresen
e4f2b6b08f
Merge pull request #2159 from petertodd/display-nlocktime-correctly
...
Display tx nLockTime correctly when set to block #
12 years ago
Gavin Andresen
9980d118ee
Merge pull request #2129 from gmaxwell/wallet_less_frequent_fees
...
If the prio. will be enough after the next block don't force fees. [wallet]
12 years ago
Gavin Andresen
1eca3a0f0d
Merge branch 'macdeployqt_fix' of git://github.com/themighty1/bitcoin
12 years ago
Gavin Andresen
1b72229797
Merge pull request #2161 from sipa/noclient
...
Remove fClient
12 years ago
Gavin Andresen
dd46c88f2f
Merge pull request #2099 from gavinandresen/blkfile_upgrade
...
Upgrading to 0.8: re-use blkNNNN.dat files.
12 years ago
Gavin Andresen
40e31fd373
Merge pull request #2142 from gavinandresen/utilprint
...
OutputDebugStringF code cleanup
12 years ago
Gavin Andresen
7a08ee7c6d
Merge branch 'devprocess'
12 years ago
Gavin Andresen
b67b9e7077
Update development process README to reflect current reality
12 years ago
Philip Kaufmann
06494cabb4
make database init messages more valuable
...
- it was bad, that quite some messages were just talking about a database,
I think a user should know, if we are talking about wallet db or
block/coin db
- also adds a new init message for "Verifying block database integrity..."
12 years ago
Wladimir J. van der Laan
6213b25cd4
Merge pull request #2166 from Diapolo/Qt_signverify
...
Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM()
12 years ago
Philip Kaufmann
bb41a87d57
add InitMessage() to noui and use debug.log for GUI
...
- this pull adds an InitMessage() function to noui.cpp, which outputs init
messages to debug.log (this allows to remove some printf() calls from
init.cpp)
- change InitMessage() in bitcoin.cpp to also write init messages to
debug.log to ensure nothting is missing in the log because of the
removal of printf() calls in init.cpp
12 years ago
Jeff Garzik
e0c8fbac35
Merge pull request #2169 from Diapolo/small_main_h_cleanup
...
small main.h cleanup (no code changes)
12 years ago
Philip Kaufmann
ec95a809af
small main.h cleanup (no code changes)
...
- removes some obsolete comments about CTransaction::FetchInputs(), a
space and a few new-lines
12 years ago