Wladimir J. van der Laan
452955f5be
Move `validateaddress` from rpcwallet to rpcmisc
...
Enables it in --disable-wallet compiles.
Delimit wallet-using part using #ifdef ENABLE_WALLET.
11 years ago
Wladimir J. van der Laan
cd7fa8bb43
Move `nTransactionFee` from main.cpp to wallet.cpp
...
Transaction fee is only used by the wallet.
No need for it to be in main.cpp.
11 years ago
Wladimir J. van der Laan
a943bde6f0
Move `settxfee` from rpcblockchain to rpcwallet
...
`settxfee` only affects the wallet, not the block chain.
11 years ago
Wladimir J. van der Laan
16bc9aaf8a
Move `getinfo` from rpcnet to rpcmisc
...
`getinfo` is a general info method which shows information
from multiple sources, it doesn't belong in rpcnet.cpp or
any of the other current RPC implementation files.
11 years ago
Wladimir J. van der Laan
652e156951
add new RPC implementation file `rpcmisc.cpp`
11 years ago
Wladimir J. van der Laan
6bfaf2ac37
Merge pull request #3411
...
08b93f9
fixed documetation on hardening flags (HaltingState)
11 years ago
HaltingState
08b93f9a65
fixed documetation on hardening flags
11 years ago
Wladimir J. van der Laan
5e2fb330fd
Merge pull request #3409
...
a9a37c8
update help for -blockmaxsize and blockprioritysize (Philip Kaufmann)
11 years ago
Philip Kaufmann
a9a37c8bb5
update help for -blockmaxsize and blockprioritysize
...
- was left out in #3326
11 years ago
Wladimir J. van der Laan
22f0135df0
Rebrand to `Bitcoin Core`
...
Only messages for now, executable names and other file names
can be changed later if necessary and safe.
Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to
be kept:
- Applicationname: this is used to determine the registry entry names,
we don't want to lose settings over a silly name change.
- Where it refers to the executable name instead of the product name.
11 years ago
Wladimir J. van der Laan
666225f687
Merge pull request #3387
...
3e01c00
Add tests for correct and incorrect order of signatures for a multisig (P2SH) (Tamas Blummer)
11 years ago
Wladimir J. van der Laan
150771c4f3
Merge pull request #3326
...
ad898b4
Increase default -blockmaxsize/prioritysize to 750K/50K (Gavin Andresen)
11 years ago
Wladimir J. van der Laan
d670cdd698
Merge pull request #3407
...
952fe2e
docs: remove workaround instructions now that the problem is fixed (Cory Fields)
efdfee4
build: fix detection of boost libs on multi-arch distros (Cory Fields)
11 years ago
Cory Fields
952fe2ef32
docs: remove workaround instructions now that the problem is fixed
11 years ago
Cory Fields
efdfee423f
build: fix detection of boost libs on multi-arch distros
...
Fixes #3219 .
11 years ago
Pieter Wuille
55c6890294
Squashed 'src/leveldb/' changes from 936b461..e991315
...
e991315 Merge upstream LevelDB 1.15.
0cfb990 Release LevelDB 1.15
02ac9f1 Merge upstream LevelDB 1.14.
0b9a89f Release LevelDB 1.14
git-subtree-dir: src/leveldb
git-subtree-split: e991315d7fe4ca84a98902578106cbffa3dcccfd
11 years ago
Pieter Wuille
ed873a301e
Merge src/leveldb changes for LevelDB 1.15
11 years ago
Gavin Andresen
fb34be6d59
Merge pull request #3393 from theuni/build-10.6
...
build: fix syntax error on older m4/autoconf.
11 years ago
Gavin Andresen
c4880e0172
Merge pull request #3395 from ldenman/patch-2
...
Use 'make check' instead of 'make test'
11 years ago
Lake Denman
3f2c6f8654
Use 'make check' instead of 'make test'
11 years ago
Cory Fields
b878b763cb
build: fix syntax error on older m4/autoconf.
...
Fixes #3358 . This affects preinstalled autotools on osx 10.6.
11 years ago
Wladimir J. van der Laan
5e47c2b70a
Merge pull request #3382
...
24646ee
[Qt] fix possibilty to delete last sendcoins entry (Philip Kaufmann)
11 years ago
Philip Kaufmann
7df07b3f45
[Qt] fix RecentRequestsTableModel function ambiuguity
...
- fixes a compiler ambiguity error with ::createIndex() called in
RecentRequestsTableModel::index()
- also add some Q_UNUSED() macros
11 years ago
Philip Kaufmann
24646ee76f
[Qt] fix possibilty to delete last sendcoins entry
...
- hide the entry about to be deleted, and if it is the last entry add a
new one, so that we always have one entry in our list
11 years ago
Wladimir J. van der Laan
69127034c3
Merge pull request #3379
...
4f99b16
Release process: add section about announcing new release (Wladimir J. van der Laan)
11 years ago
Gavin Andresen
ef20293c51
Merge pull request #3389 from regergregregerrge/patch-1
...
Update build-osx.md
11 years ago
regergregregerrge
9392924d0d
Update build-osx.md
11 years ago
Tamas Blummer
3e01c00f42
Add tests for correct and incorrect order of signatures for a multisig
...
(P2SH)
11 years ago
Wladimir J. van der Laan
6939a0d50e
Merge pull request #3350
...
fdbdb7f
cleanup includes in rpcnet.cpp (Philip Kaufmann)
b6aafca
some string and indentation updates in init/rpcclient (Philip Kaufmann)
11 years ago
Philip Kaufmann
bd70562f66
[Qt] add messages when handling local payment request files
...
- important for the open URI dialog to give users feedback
when a file is invalid etc.
11 years ago
Wladimir J. van der Laan
4f99b1601b
Release process: add section about announcing new release
11 years ago
Wladimir J. van der Laan
fb96e28b29
Merge pull request #3378
...
b9c3416
Add protobuf-compiler dependency package for debian (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
b9c3416723
Add protobuf-compiler dependency package for debian
...
Fixes #3361
11 years ago
Gavin Andresen
d47bbbd261
Merge pull request #3368 from laanwj/2013_11_disable_wallet_mining
...
Allow mining RPCs with --disable-wallet
11 years ago
Gavin Andresen
0b238b2786
Use thread-local storage for LogPrint(category...)
...
This prevents crashes at shutdown where a global destructor
calls LogPrint(category...) after mapMultiArgs has been
deleted.
11 years ago
Gavin Andresen
962b1cf441
Fix infinite loop with LogPrint on Windows
...
Running -printtodebugger -debug (or -debug=lock),
compiled with -DDEBUG_LOCKORDER would infinite loop
on Windows because every critical section lock/unlock
triggers a LogPrint.
Solution is to use the raw boost mutex instead of a CCriticalSection.
11 years ago
Wladimir J. van der Laan
955787f83f
Merge pull request #3207
...
666893b
qt: keep a list of requested payments (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
20a3c80790
Merge pull request #3178
...
f914c7a
rpcwallet: use EnsureWalletIsUnlocked() where possible (Philip Kaufmann)
11 years ago
Philip Kaufmann
f914c7a1a4
rpcwallet: use EnsureWalletIsUnlocked() where possible
...
- replaces a pwalletMain->IsLocked() check
- in keypoolrefill init kpSize to 0 as we have the logic to determine max
kpSize in pwalletMain->TopUpKeyPool() anyway
11 years ago
Wladimir J. van der Laan
6694f4a7a2
Merge pull request #3297
...
84f8551
[Qt] misc small Mac related changes/cleanups (Philip Kaufmann)
11 years ago
Philip Kaufmann
84f8551f3a
[Qt] misc small Mac related changes/cleanups
...
- cleanup Info.plist.in and specify high DPI mode enable command as per
http://blog.qt.digia.com/blog/2013/04/25/retina-display-support-for-mac-os-ios-and-x11/
- move setting of QApplication::setAttribute() to bitcoin.cpp and add
attribute for enabling use of high DPI pixmaps for Qt >= 5.1
- add missing setWindowTitle() on Mac
- cleanup Mac / non-Mac setup in bitcoingui.cpp
11 years ago
Philip Kaufmann
fdbdb7f345
cleanup includes in rpcnet.cpp
11 years ago
Wladimir J. van der Laan
7266bb1bdc
Merge pull request #3373
...
80ecf67
Add ThreadGetMyExternalIP to net thread group (Gavin Andresen)
11 years ago
Philip Kaufmann
b6aafca03d
some string and indentation updates in init/rpcclient
11 years ago
Wladimir J. van der Laan
fbc7a96d03
Re-enable miner tests in --disable-wallet mode
...
Use a fixed script instead of a CReserveKey from the wallet.
This does not affect the functionality or result of the tests as they never
check the state of the wallet in the first place.
11 years ago
Wladimir J. van der Laan
acfa03337e
Move internal miner functionality together
11 years ago
Wladimir J. van der Laan
4a85e06750
Allow mining RPCs with --disable-wallet
...
The following mining-related RPC calls don't use the wallet:
- getnetworkhashps
- getmininginfo
- getblocktemplate
- submitblock
Enable them when compiling with --disable-wallet.
11 years ago
Gavin Andresen
7202d9d9bf
Merge pull request #3276 from sipa/nodestate
...
Add main-specific node state & move ban score
11 years ago
Gavin Andresen
80ecf6702a
Add ThreadGetMyExternalIP to net thread group
...
Fixes #3372 -- crash at shutdown.
11 years ago
Michael Bauer
6027b460e4
Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance
...
Conflicts:
src/rpcserver.cpp
11 years ago