| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
This reverts commit b16685ca0d0e00424281e0af2f346ff60ace53bf.
|
| |
|
|
|
| |
Sanitize the type fix changes
Add a couple more while we are in there, really, int is not a size type.
|
| |
|
|
|
| |
This is an Xcode project and a script to wrangle boost to work on the
mac.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(cherry picked from commit 5cdcfa9a2b445dd8f8009f6ff3a8ded4ee6515e6)
|
| |
|
|
| |
(cherry picked from commit 86bf022cb3a0439bc9b17a915aceedf727f144a3)
|
| |
|
|
|
|
| |
ported over from Dogecoin and Litecoin
(cherry picked from commit 8b09dad2d506fc5a6239863b1c0e33bf7e84da00)
|
| |
|
|
|
|
| |
in 2014.
contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |\
| |
| | |
BIP 32 derivation + test vectors
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
|
|
The new class is accessed via the Params() method and holds
most things that vary between main, test and regtest networks.
The regtest mode has two purposes, one is to run the
bitcoind/bitcoinj comparison tool which compares two separate
implementations of the Bitcoin protocol looking for divergence.
The other is that when run, you get a local node which can mine
a single block instantly, which is highly convenient for testing
apps during development as there's no need to wait 10 minutes for
a block on the testnet.
|