Cozz Lovan
8dfd8c62dc
pass nBytes as parameter to GetMinFee(..)
11 years ago
Wladimir J. van der Laan
6ad44f5693
configure: lupdate is not needed for Qt build
...
Don't require lupdate to build with Qt. Like xgettext it is only
needed to update translations, not for normal builds.
This fixes the gitian build (broken by fcfbf547d
).
11 years ago
Wladimir J. van der Laan
5ce4361077
Merge pull request #3244 from laanwj/2013_11_mingw_c99_printf
...
Use C99 printf statements in mingw
11 years ago
Wladimir J. van der Laan
194aa6cfdf
Merge pull request #3246 from laanwj/2013_11_rpc_help
...
Clean up RPC help messages (rebased)
11 years ago
Wladimir J. van der Laan
c82788efff
tests: add testcases for strprintf
11 years ago
Wladimir J. van der Laan
d6f690f7da
Use C99 printf statements in mingw
...
Otherwise, format specifiers such as %llu will not work on XP or
earlier.
This bug was introduced with 51ed9ec9
.
http://sourceforge.net/apps/trac/mingw-w64/wiki/gnu%20printf
11 years ago
sje
a6099ef319
Issue #1865 - Clean up RPC help messages
...
Based on the proposal, update the help message of rpc methods
- strings arguments are in double quotes rather than square brackets
- numeric arguments have no quotes (and no default value)
- optional parameters are surrounded by round brackets
- json arguments are strings but don't use double quotes
Added 3 sections for the details
- Arguments: lists each argument, it's type, required or not, a default, and a description
- Result: The method result, with json format if applicable, type, and a description
- Examples: examples calls using bitcoin-cli and curl for json rpc call
Problems
- maybe this is too verbose
- lines might be too long
- description are not good or complete
- examples may be too much
11 years ago
Wladimir J. van der Laan
2830a9051d
Merge pull request #3240 from laanwj/2013_11_rebase_no_wallet
...
Introduce disable-wallet / no-wallet mode (rebased)
11 years ago
Wladimir J. van der Laan
146ba964e4
qt: GUI support for -disablewallet mode
11 years ago
Jeff Garzik
e6b7e3dc79
Add -disablewallet option, to disable wallet support (and BDB)
11 years ago
Wladimir J. van der Laan
d6c434d97e
Merge pull request #3241 from laanwj/2013_11_uri_scheme_case_insensitive
...
qt: make URI scheme comparison case insensitive
11 years ago
Wladimir J. van der Laan
b3e579713f
qt: make URI scheme comparison case insensitive
...
Fixes ancient issue #1460 .
11 years ago
Jeff Garzik
f9ee7a032b
init.cpp: cosmetic indent changes, preparing for no-wallet mode
11 years ago
Wladimir J. van der Laan
abf34606c0
Merge pull request #3238 from Diapolo/guiutil
...
[Qt] remove GUIUtil::getSaveFileName() default arguments
11 years ago
Wladimir J. van der Laan
309f783fce
Merge pull request #3235 from Diapolo/misc
...
misc small changes to polish after include cleanup
11 years ago
Gavin Andresen
07866e3cd6
Merge pull request #2980 from wtogami/silenceunusedwarning
...
Silence useless warning in src/json/json_spirit_writer_template.h to mak...
11 years ago
Philip Kaufmann
4f7d496b82
[Qt] remove GUIUtil::getSaveFileName() default arguments
...
- harmonize function with GUIUtil::getOpenFileName()
- also make PNG Image singular (grammar)
11 years ago
Philip Kaufmann
cd696e64df
misc small changes to polish after include cleanup
11 years ago
Wladimir J. van der Laan
a6aa179699
Merge pull request #3187 from Diapolo/netManager
...
[Qt] paymentserver: start netManager in uiReady()
11 years ago
Wladimir J. van der Laan
2b8c4410c1
Merge pull request #3138 from super3/master
...
Squash README
11 years ago
Wladimir J. van der Laan
c2468c1542
Merge pull request #3215 from laanwj/2013_11_openuridialog
...
qt: add Open URI dialog
11 years ago
Wladimir J. van der Laan
4c60358604
qt: add Open URI dialog
11 years ago
super3
a11dd1e67c
Space saving in /doc README.
...
Fixed. Split off build, and bootstrap link.
11 years ago
Philip Kaufmann
7634e0d8de
[Qt] paymentserver: start netManager in uiReady()
...
- remove explicit init of netManager as this is done in the constructor
anyway
- move initNetManager() call to uiReady(), which removes an assert() and
allows us to use message() in initNetManager() (currently unused but
could be necessary because of proxy related messages)
- make initNetManager() private
- update paymentservertests.cpp
11 years ago
Wladimir J. van der Laan
3a8915d9a8
doc: replace DOS with MSYS shell to be more consistent
...
A plain DOS window doesn't have the right path settings, whereas
the MSYS shell window does.
11 years ago
Wladimir J. van der Laan
bb8f9179ad
Merge pull request #3233 from laanwj/2013_11_autoconf
...
Autoconf improvements
11 years ago
Luke Dashjr
fcfbf547d3
configure: Automatically disable bitcoin-qt by default, if dependencies are not met
11 years ago
Wladimir J. van der Laan
59be91ae1e
Merge pull request #3231 from brandondahler/doc-autotool-update
...
Update build docs that refer to old makefile.* files.
11 years ago
Luke Dashjr
eb12a14da7
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
11 years ago
Wladimir J. van der Laan
fb4a31a26c
Merge pull request #3232 from laanwj/2013_11_ubuntu1310
...
doc: add note about building on Ubuntu 13.10
11 years ago
Wladimir J. van der Laan
7a6fed86d3
doc: add note about building on Ubuntu 13.10
...
Also mention `autoconf` as required package.
11 years ago
Brandon Dahler
2b91707469
Update build docs that refer to old makefile.* files.
...
Also update pull-tester's error message.
11 years ago
Gavin Andresen
7d7df381f8
Merge pull request #3199 from sipa/mempoolmove
...
Cleanup refactoring of coins/mempool
11 years ago
Gavin Andresen
16d5f2c5e0
Merge pull request #3185 from gavinandresen/reject
...
Reject p2p message
11 years ago
Gavin Andresen
69aada346f
Bump protocol version to 70002
11 years ago
Gavin Andresen
feaec80cb0
Test alerts high at high PROTOCOL_VERSIONs
...
I regenerated the alert test data; now alerts are tested
against a protocol version way above the current protocol
version.
So we won't have to regenerate them every time we bump
PROTOCOL_VERSION in the future.
11 years ago
Gavin Andresen
358ce2664d
New reject p2p message
11 years ago
Gavin Andresen
17faf56262
Refactor: pull alert string sanitization into util
11 years ago
Gavin Andresen
0f90613cbe
Improve logging of failed connections
11 years ago
Gavin Andresen
3a6faabecf
Fix struct/class declaration mismatches
11 years ago
Pieter Wuille
a0fa20a12b
Move CCoins-related logic to coins.{cpp.h}
11 years ago
Pieter Wuille
84674082b0
Make CCoinsView use block hashes instead of indices
11 years ago
Pieter Wuille
f76c122e2e
Merge pull request #2767
...
51ed9ec
Cleanup code using forward declarations. (Brandon Dahler)
11 years ago
Brandon Dahler
51ed9ec971
Cleanup code using forward declarations.
...
Use misc methods of avoiding unnecesary header includes.
Replace int typedefs with int##_t from stdint.h.
Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h.
Normalize QT_VERSION ifs where possible.
Resolve some indirect dependencies as direct ones.
Remove extern declarations from .cpp files.
11 years ago
Pieter Wuille
7c4c207be8
Merge pull request #3211
...
b64187d
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. (Brandon Dahler)
11 years ago
Brandon Dahler
b64187d05f
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
11 years ago
Wladimir J. van der Laan
995cb284cf
Merge pull request #3223 from TheBlueMatt/master
...
Test changes
11 years ago
Matt Corallo
eacc6f4a26
Add a few more basic script/tx test-cases.
11 years ago
Wladimir J. van der Laan
9a165e5714
Merge pull request #3155 from wtogami/split_proto_var
...
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION
11 years ago
Wladimir J. van der Laan
7f0ccea768
Merge pull request #3222 from Diapolo/debug-window
...
[Qt] rename rpcconsole window
11 years ago