Warren Togami
f2bc1d35d6
Upgrade gitian win32 to boost-1.54.0
...
Workaround 1.54.0 build bug, upstream #9156
Workaround 1.51.0+ human bug, upstream #7262
This commit also demonstrates a method to verify the integrity of inputs.
11 years ago
Warren Togami
af6c2c71ed
Upgrade gitian win32 to Precise 12.04.
...
mingw upgrade allows more hardening, compiler bug fixes and possibily win64 later.
Rename deps .zip files to be more consistent in revision format.
Boost #4258 build fix for mingw32
11 years ago
fanquake
619e76e6e6
Removes obselete HomeBrew patches
11 years ago
Cory Fields
c589f5f2bd
build: add libcrypt32 dep for new mingw. Also ensure that libgcc/libstdc++ are static-linked regardless of the toolchain config
11 years ago
Philip Kaufmann
8d750f1d21
internal miner: move 2 globals from main to miner
...
- moves 2 global variables from main.cpp/h to miner.cpp/h
- also removes 2 unneded includes in miner.cpp, that come from miner.h
already
11 years ago
Pieter Wuille
d14b86730b
Merge pull request #3026 from sipa/checkunspend
...
Skip unspendable outputs in consistency check
11 years ago
Cozz Lovan
5dc9164edc
GUI: fix sendcoinsdialog/sendcoinsentry
11 years ago
Pieter Wuille
99740bab9c
Skip unspendable outputs in consistency check
11 years ago
Gavin Andresen
fb8724ee6c
Merge pull request #2791 from sipa/proveprune
...
Prune provably-unspendable outputs
11 years ago
Pieter Wuille
a28fb70e45
Merge pull request #3016 from sipa/lows
...
Use 'low S' as malleability breaker rather than 'even S'
11 years ago
Gavin Andresen
8e782e924e
Merge pull request #3023 from Michagogo/pgp
...
Add michagogo to gitian download scripts
11 years ago
Gavin Andresen
ff4e3e63e7
Merge pull request #2949 from gmaxwell/fewer_fee_footguns
...
[raw] reject insanely high fees by default in sendrawtransaction
11 years ago
Micha
7010e505f5
Adjust weight for michagogo in gitian download scripts
...
Following a discussion in #bitcoin-dev, around
19:00 UTC, 20132209
11 years ago
Micha
0766e6ced5
Add michagogo to gitian download scripts
11 years ago
Wladimir J. van der Laan
c2f4187263
Merge pull request #2995 from Diapolo/GUI_message
...
Bitcoin-Qt: BitcoinGUI::message() updates/fixes
11 years ago
Pieter Wuille
f676fb91f3
Merge pull request #3020 from Diapolo/LogPrint_fixes
...
fix some printf -> LogPrintf leftovers
11 years ago
Philip Kaufmann
faaeae1eb3
fix some printf -> LogPrintf leftovers
11 years ago
Pieter Wuille
e0e14e43d9
Use 'low S' as malleability breaker rather than 'even S'
11 years ago
Gavin Andresen
9196f38c8f
Tweaks to the top-level pull-tester script
11 years ago
Gavin Andresen
3ee673a2c9
Rename BitcoinjBitcoindComparisonTool just BitcoindComparisonTool
11 years ago
Gavin Andresen
5d56b4574f
Master pull-tester-driver python script
11 years ago
Wladimir J. van der Laan
08596fc15d
Merge pull request #3021 from Diapolo/fix_extract_strings_qt
...
fix extract_strings_qt.py
11 years ago
Philip Kaufmann
01cbaeb62f
fix extract_strings_qt.py
...
- a recent pull changed xgettext to gettext, this is reverted here
11 years ago
Pieter Wuille
b4355ccaf7
Merge pull request #3019 from sipa/fugbix
...
Bugfix: nHeightLast instead of nHeightFirst
11 years ago
Pieter Wuille
367c29d6e0
Bugfix: nHeightLast instead of nHeightFirst
11 years ago
Gavin Andresen
d969c2c073
Fix gitian: bitcoin-deps is at version 0.0.7
11 years ago
Gavin Andresen
69b16a11a2
Merge pull request #3014 from theuni/gitian-fixups
...
Gitian fixups
11 years ago
Gavin Andresen
623518e115
Merge pull request #3017 from sipa/unitleaks
...
Fix minor unit test memory leaks
11 years ago
Pieter Wuille
1657ed2ab4
Fix minor unit test memory leaks
11 years ago
Cory Fields
5ceb9c9637
win32: only check for windres for win32, and fail if missing
11 years ago
Cory Fields
dee632cc25
win32: add version info to bitcoind.exe
...
TODO: Add icon info
11 years ago
Cory Fields
7a3df1cd94
autotools: fix the Makefile.include to be safely included anywhere.
...
This way we can reuse rules rather than duplicating them.
11 years ago
Cory Fields
c546dc05bb
autotools: fix subdir m4 check, never let it return -I
...
If BDB_CPPFLAGS returns only "-I", the next argument sent to the preprocessor
is treated as a path. There are 2 fixes here:
1. Check in CPPFLAGS, as a user might have manually passed a path to check.
2. Ensure the value is not empty before setting BDB_CPPFLAGS to "-I value"
11 years ago
Cory Fields
7f1c162aae
gitian: remove obsolete --disable-debug flag
11 years ago
Cory Fields
8d36b2dcfb
gitian: fix win32 build after configure bdb changes
...
bitcoin incorrectly linked against the dll after the configure changes, so
ensure that only the static lib is installed.
11 years ago
Jeff Garzik
2e9c8aed31
configure.ac: remove unneeded OSX flags
11 years ago
Jeff Garzik
87d7a0ee10
Merge pull request #3011 from jgarzik/autoconf
...
configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS
11 years ago
Jeff Garzik
8bd6d19a92
configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS
11 years ago
Wladimir J. van der Laan
9a4a7d3c6a
qt: english translation update
11 years ago
Jeff Garzik
acafc9ceb1
Add src/.gitignore: ignore src/test_bitcoin
11 years ago
Jeff Garzik
e0d6dd11e3
Merge pull request #3009 from gavinandresen/LogPrint
...
Remove #define printf, replace OutputDebugStringf with LogPrint(f)
11 years ago
Gavin Andresen
881a85a22d
Replace printf with LogPrintf / LogPrint
11 years ago
Gavin Andresen
e51321fb75
Refactor: OutputDebugStringF -> LogPrint(category, ...)
11 years ago
Matt Corallo
9085c8c7c3
Update contrib/debian: proper desktop category and update changelog
11 years ago
coblee
d64eef48a4
Add getnetworkhashps to get the calculated network hashrate
11 years ago
Gavin Andresen
b16e9f02c8
Merge pull request #2985 from theuni/included-tests
...
Embedded test data in bitcoin_test
11 years ago
Cory Fields
152e51c7af
included-tests: generate binary data from test files for inclusion into test binaries
...
This change moves test data into the binaries rather than reading them from
the disk at runtime.
Advantages:
- Tests become distributable
- Cross-compile friendly. Build on one machine and execute in an arbitrary
location on another.
- Easier testing for backports. Users can verify that tests pass without having
to track down corresponding test data.
- More trustworthy test results and easier quality assurance as tests make
fewer assumptions about their environment.
- Tests could theoretically run at client/daemon startup and exit on failure.
Disadvantages:
- Required 'hexdump' build-dependency. This is a standard bsd tool that should
be usable everywhere. It is likely already installed on all build-machines.
- Tests can no longer be fudged after build by altering test-data.
11 years ago
Cory Fields
08081e393b
included-tests: update gitian descriptors for hexdump dependency
11 years ago
Jeff Garzik
a25cd0bfdf
Merge pull request #3000 from gmaxwell/more_osx_fsync
...
More fixes for blockchain corruption on OSX.
11 years ago
Gavin Andresen
17e0f67505
Merge pull request #3001 from theuni/fix-make-race
...
autotools: fix a parallel build race condition spotted by the pull-tester
11 years ago