Wladimir J. van der Laan
74e4d80068
Merge pull request #2210 from Diapolo/Qt_header_cpp_cleanup
...
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17 22:58:37 -07:00
Gavin Andresen
d3e8c6a9d3
Update unit test to match rule enforcement starts 21 March
2013-03-17 22:01:59 -04:00
Gavin Andresen
f817c496a1
Checkpoint at first block in 11 March chain fork
2013-03-17 21:53:17 -04:00
Gavin Andresen
402f19b645
Before 15 May, limit created block size to 500K
2013-03-17 21:53:01 -04:00
Gavin Andresen
8c222dca4f
CheckBlock rule until 15-May for 10,000 BDB lock compatibility
2013-03-17 21:52:47 -04:00
Philip Kaufmann
32af5266cf
Bitcoin-Qt: massive header and cpp cleanup
...
- try to enforce the same style to all Qt related files
- remove unneeded includes from the files
- add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE
- prepares for a pull-req to include Qt5 compatibility
2013-03-17 18:28:00 +01:00
Philip Kaufmann
e1ca89df1f
harmonize 2 init messages and remove one
...
- harmonize the database related init messages
- as we have a thread for importing blocks, that init message is obsolete
2013-03-13 09:17:59 +01:00
Gavin Andresen
1a9ee5da32
Merge pull request #2336 from petertodd/invalid-opcode-coverage
...
Explicitly unittest the canonical prunable txout format
2013-03-11 16:16:51 -07:00
Gavin Andresen
5d6f36296e
Merge pull request #2337 from petertodd/gitignore-test-files
...
Minor: Add two unittest-related files to .gitignore
2013-03-11 16:08:22 -07:00
Gavin Andresen
bd80c66ac0
Merge pull request #2348 from freewil/crpccommand-table
...
make vRPCCommands comment match property names
2013-03-11 16:07:43 -07:00
David Griffith
4db114667f
Also copy the address to the X11 clipboard (the one you middle-click to paste)
2013-03-09 00:37:21 -08:00
freewil
10ef361169
CRPCCommand.unlocked -> CRPCCommand.threadSafe
...
unlocked could be confused with wallet encryption
2013-03-07 06:18:55 -05:00
freewil
dcf8b8fd9e
make vRPCCommands comment match property names
2013-03-07 05:29:18 -05:00
Wladimir J. van der Laan
a0db772d13
Merge pull request #2335 from petertodd/readme-typo
...
Minor: Fix typo in README.md
2013-03-01 06:11:06 -08:00
Peter Todd
091f184190
Test canonical prunable txout format explicitly
2013-03-01 02:41:28 -05:00
Peter Todd
6131d1d9df
Add coverage for all invalid ops
...
0xba thru 0xff
2013-03-01 02:24:08 -05:00
Gavin Andresen
65497f4ee7
Merge pull request #2338 from TheBlueMatt/bloom
...
Short-circuit bloom checking if we will always return true.
2013-02-26 07:30:37 -08:00
Matt Corallo
cbfc77352d
Short-circuit bloom checking if we will always return true.
...
This allows full nodes to use bloom filters as an optimization.
2013-02-24 20:36:59 -05:00
Peter Todd
32ba00f84b
Add two unittest-related files to .gitignore
2013-02-24 17:20:38 -05:00
Peter Todd
3770896e76
Fix typo
2013-02-24 16:22:38 -05:00
Wladimir J. van der Laan
0bd573d666
Merge pull request #2186 from Diapolo/misc_stuff
...
small changes in init, main, checkpoints.h and bitcoin-qt.pro
2013-02-23 23:52:27 -08:00
Wladimir J. van der Laan
7ea7c94cf9
Merge pull request #2299 from gavinandresen/localsocketuri
...
Reimplement click-to-pay. Support OSX.
2013-02-23 23:47:31 -08:00
Gavin Andresen
cc67f1e2b4
Merge pull request #2221 from sipa/perfo
...
Various performance tweaks to CCoinsView
2013-02-22 09:01:30 -08:00
Gavin Andresen
b8f4e42e1b
Merge pull request #2229 from sipa/prealloc
...
Native versions for AllocateFileRange()
2013-02-22 09:00:13 -08:00
Gavin Andresen
9dca7190f9
Merge pull request #2310 from sipa/progressbar
...
Progressbar based on time-based estimation of transactions.
2013-02-22 08:59:36 -08:00
Gavin Andresen
aaeb443791
Merge pull request #2312 from gmaxwell/random_random
...
ApproximateBestSubset internal RNG to prevent degenerate behavior.
2013-02-22 08:57:38 -08:00
Gavin Andresen
1167af7e5c
Merge pull request #2308 from apoelstra/safemode-privkey
...
Enable dumpprivkey in safe mode
2013-02-22 08:50:12 -08:00
Gavin Andresen
69c5609699
Merge pull request #2026 from colindean/doc/reformat-and-update-osx-instructions
...
reformat OS X build instrcs, add 10.8 + Homebrew
2013-02-22 08:48:52 -08:00
Gavin Andresen
802a3dfdcc
Merge pull request #2160 from petertodd/add-adjustedtime-to-rpc-getinfo
...
Add adjustedtime to getinfo RPC call
2013-02-22 08:47:45 -08:00
Gavin Andresen
49e332f6fc
Merge pull request #1974 from kjj2/walletnotify
...
Add -walletnotify to call an external script on wallet transactions
2013-02-22 08:47:04 -08:00
Gavin Andresen
123acb9a1b
Fix qt unit test build on OSX
2013-02-22 11:41:23 -05:00
Wladimir J. van der Laan
3809482e68
Merge pull request #2325 from mikehearn/shortenmsg
...
Shorten a startup message. It was getting truncated and looks ugly.
2013-02-20 08:57:13 -08:00
Mike Hearn
0556bb22e1
Shorten a startup message. It was getting truncated and looks ugly.
2013-02-20 16:35:30 +01:00
Philip Kaufmann
69e0774714
small changes in init, main, checkpoints.h and bitcoin-qt.pro
...
- remove an unneeded MODAL flag, as MSG_ERROR sets MODAL
- re-order an if-clause in main to have bool checks before a function call
- fix some log messages that used wrong function names
- make a log message use a correct ellipsis
- remove some unneded spaces, brackets and line-breaks
- fix style for adding files in the Qt project
2013-02-20 08:46:38 +01:00
Colin Dean
68cb1cd6b6
reformat OS X build instrcs, add 10.8 + Homebrew
...
* reformatted the entire document to look pretty in both standard text and
Markdown
* incorporated [my OS X 10.8 build instructions with Homebrew as the package
manager](http://bitcoin.stackexchange.com/questions/3672/trouble-compiling-bitcoind-on-osx-with-homebrew/5253#5253 )
* incorporated @gavinandresen's MacPorts and release build instructions based on
an earlier revision of this commit
* added makefile patch necessary for Homebrew compilation to `contrib`
2013-02-19 21:45:39 -05:00
Gavin Andresen
44d7f4cbeb
Set CC/CXX properly for gitian build
2013-02-18 18:38:34 -05:00
Gavin Andresen
1c3924df37
Merge pull request #2311 from gavinandresen/master
...
Pass compiler flags to leveldb make
2013-02-18 14:31:53 -08:00
Gavin Andresen
dbac38170a
Merge pull request #2315 from sipa/loaderror
...
Improve block database load error reporting
2013-02-18 14:31:20 -08:00
Gregory Maxwell
907a2aa4c7
Internal RNG for approximateBestSubset to prevent degenerate behavior.
...
This fixes test_bitcoin failures on openbsd reported by dhill on IRC.
On some systems rand() is a simple LCG over 2^31 and so it produces
an even-odd sequence. ApproximateBestSubset was only using the least
significant bit and so every run of the iterative solver would be the
same for some inputs, resulting in some pretty dumb decisions.
Using something other than the least significant bit would paper over
the issue but who knows what other way a system's rand() might get us
here. Instead we use an internal RNG with a period of something like
2^60 which is well behaved. This also makes it possible to make the
selection deterministic for the tests, if we wanted to implement that.
2013-02-18 14:13:39 -08:00
Pieter Wuille
f7f3a96b74
Improve block database load error reporting
2013-02-17 23:25:42 +01:00
Gavin Andresen
1d83141803
Merge branch 'loaderror' of git://github.com/sipa/bitcoin
2013-02-16 19:08:57 -05:00
Pieter Wuille
398774181a
Improve block database load error reporting
2013-02-16 19:46:00 +01:00
Wladimir J. van der Laan
06bbb7a166
Merge pull request #2314 from laanwj/2013_01_remove_outdated_buildinst
...
remove outdated QT windows build instructions
2013-02-16 09:59:44 -08:00
Wladimir J. van der Laan
4e70db2a03
remove outdated windows Qt build instructions
2013-02-16 18:59:02 +01:00
Wladimir J. van der Laan
5258fbe492
Merge pull request #2283 from Diapolo/translations
...
translations update (bitcoinstrings.cpp + bitcoin_en.ts)
2013-02-16 07:36:50 -08:00
Pieter Wuille
9f2467ad62
Transactions-based verification progress
2013-02-16 14:51:00 +01:00
Wladimir J. van der Laan
24cde0b7d1
Change progress bar from block-based to time-based
...
This is less confusing to most people, and doesn't rely on estimates
of the total number of blocks received from other nodes.
2013-02-16 14:51:00 +01:00
Gavin Andresen
efb6d9aae7
Minor build fixes
...
Two changes: make some linux-specific linker options linux and linker specific.
And in the cross-compile environment, prefer the $HOME/qt/bin tools to
whatever might be somewhere else in the path.
2013-02-15 19:55:44 -05:00
Gavin Andresen
fbd860287e
Pass compiler flags down into leveldb make
...
Fixes issue#2288. Includes cleanups from Luke's pull 2243.
2013-02-15 19:55:44 -05:00
Andrew Poelstra
3913a99087
Enable dumpprivkey in safe mode
2013-02-14 11:55:55 -08:00