aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Utils and libraries: Update ZMQ to 4.3.4sabotagebeats2021-07-187-53/+88
|
* Merge pull request #2410 from patricklodder/1.14.4-explicit-gui-ciRoss Nicoll2021-07-181-5/+5
|\ | | | | [ci] make dogecoin-qt builds explicit
| * ci: make dogecoin-qt builds explicitPatrick Lodder2021-07-171-5/+5
|/ | | | | | CI will not complain if there were an error with qt for builds that do not explicitly specify that we want to build UI. This makes all builds expect QT except the i686-linux and armhf builds.
* Merge pull request #2312 from rnicoll/1.14.4-subsidy-testsPatrick Lodder2021-07-171-22/+37
|\ | | | | Rewrite subsidy limit tests (1.14)
| * Rewrite subsidy limit testsRoss Nicoll2021-07-111-22/+37
| |
* | Merge pull request #2325 from rnicoll/1.14.4-libeventPatrick Lodder2021-07-171-4/+4
|\ \ | | | | | | depends: Update libevent to 2.1.11
| * | bump libevent to 2.1.11 in dependsstefanwouldgo2021-07-131-2/+2
| | | | | | | | | | | | this doesn't need patches on Android anymore like 2.1.8 did.
| * | [depends] Don't build libevent sample codefanquake2021-07-131-1/+1
| | |
| * | [depends] libevent 2.1.8-stablefanquake2021-07-131-3/+3
| | |
* | | Merge pull request #2217 from pjhwa/qt-trans-ko-2214Ross Nicoll2021-07-151-490/+490
|\ \ \ | | | | | | | | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev
| * | | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-devJerry Park2021-05-301-490/+490
| | | |
* | | | Merge pull request #2395 from lee5378/1.14.4-devPatrick Lodder2021-07-141-28/+19
|\ \ \ \ | | | | | | | | | | Docs - Improve block/reward table formatting in primary readme
| * | | | [doc] Display block subsidy in a nice looking tablelee53782021-07-141-28/+19
| | |/ / | |/| |
* | | | Merge pull request #2401 from rnicoll/1.14.4-snap-sha256Ross Nicoll2021-07-141-2/+2
|\ \ \ \ | | | | | | | | | | Refine Snap verification message
| * | | | Refine Snap verification messageRoss Nicoll2021-07-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refine Snap verification message to accurately reflect it's checking secure hashes, not signatures. Checking signature would entail verifying there is a signature from a trusted person, not just that the hash matches a value in the known values list.
* | | | | Merge pull request #2342 from ↵Ross Nicoll2021-07-141-1/+12
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | katzenmalen/issue-2340-depends-build-dependencies-readme added requirements to dependencies build README
| * | | | Update depends/README.md fmhc2021-07-071-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | better flow with linking to os-specific build docs Co-authored-by: Ross Nicoll <[email protected]>
| * | | | added requirements to dependencies build READMEkatzenmalen2021-06-271-0/+8
| | | | |
* | | | | Merge pull request #1904 from slightlyskepticalpotat/snap-support-2021Ross Nicoll2021-07-144-2/+97
|\ \ \ \ \ | |_|/ / / |/| | | | Snap Support
| * | | | Add and document snap supportcg2021-05-284-2/+97
| | |/ / | |/| |
* | | | Merge pull request #2380 from patricklodder/1.14-fix-codeqlPatrick Lodder2021-07-111-43/+35
|\ \ \ \ | | | | | | | | | | Tune codeql-analysis
| * | | | Tune codeql-analysisPatrick Lodder2021-07-101-43/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - only audit production code (no python) - trigger on *-maint and *-dev push - trigger on PR - remove useless autogenerated comments - skip doc changes - use depends system without analyzing it - cache depends
* | | | | Merge pull request #2392 from patricklodder/1.14-osslsigncode-mirrorPatrick Lodder2021-07-112-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | [depends] Update osslsigncode mirror consistently
| * | | | [depends] fix all osslsigncode urlsPatrick Lodder2021-07-112-4/+4
| | | | |
* | | | | Merge pull request #2393 from patricklodder/1.14.4-actions-osx-bionicRoss Nicoll2021-07-111-0/+29
|\ \ \ \ \ | |/ / / / |/| | | | [CI] add macOS GH Actions w/ bionic instead of focal
| * | | | [CI] add macOS GH Actions w/ bionic instead of focalPatrick Lodder2021-07-111-0/+29
|/ / / /
* | | | Merge pull request #2235 from chey/alpine-muslPatrick Lodder2021-07-091-1/+2
|\ \ \ \ | |/ / / |/| | | fix runtime for dogecoin on Alpine Linux (musl libc)
| * | | Update to use thread_localChey2021-06-271-1/+1
| | | |
| * | | fix runtime for dogecoin on Alpine Linux musl libcchey2021-06-021-1/+2
| | | |
* | | | Merge pull request #2333 from micaelmalta/1.14.4-dev-fix-macos-guiRoss Nicoll2021-07-073-18/+42
|\ \ \ \ | | | | | | | | | | fix: macos qt build
| * | | | fix: macos qt buildMalta Micael2021-07-013-18/+42
| | |_|/ | |/| |
* | | | Merge pull request #2343 from micaelmalta/1.14.4-dev-fix-gitianRoss Nicoll2021-07-031-34/+48
|\ \ \ \ | | | | | | | | | | [GITIAN] fix builder
| * | | | Update contrib/gitian-build.shMicael Malta2021-06-281-1/+2
| | | | | | | | | | | | | | | Co-authored-by: Ross Nicoll <[email protected]>
| * | | | [GITIAN] upgrade builderMalta Micael2021-06-271-35/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FIX: GIT: fatal unknown date format format-local:%F %T OSSLSIGNCODE: new depedency url LXC: lxcbr0: ERROR while getting interface flags: No such device DOGECOIN: branding
* | | | | Merge pull request #2345 from patricklodder/1.14-actions-reduce-triggersRoss Nicoll2021-06-271-2/+8
|\ \ \ \ \ | |/ / / / |/| | | | [qa] Make GH Actions CI less trigger happy
| * | | | [qa] make CI less trigger happyPatrick Lodder2021-06-271-2/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not run CI if all updated paths in a PR match: - 'doc/**' - 'contrib/**' - '**/*.md' and on push, if all updated paths match: '**/*.md'
* | | | Merge pull request #2341 from patricklodder/1.14.4-actions-artifactsRoss Nicoll2021-06-271-0/+7
|\ \ \ \ | |/ / / |/| | | [qa] Retain binary artifacts on CI run
| * | | Retain binary artifacts on CI runPatrick Lodder2021-06-271-0/+7
|/ / /
* | | Merge pull request #2322 from patricklodder/1.14.4-actions-win-testsRoss Nicoll2021-06-201-2/+2
|\ \ \ | | | | | | | | [CI] Enable windows unit tests
| * | | [ci] Enable windows unit testsPatrick Lodder2021-06-191-2/+2
| | | |
* | | | Merge pull request #2306 from p-j01/1.14.4-dev-issue2282Ross Nicoll2021-06-202-3/+40
|\ \ \ \ | | | | | | | | | | [vulnerability] Disconnect stalling peers after timeout of header sync
| * | | | fix: Disconnect stalling peers after timeout of header syncp-j012021-06-142-3/+40
| | | | |
* | | | | Merge pull request #1965 from rht/masterPatrick Lodder2021-06-194-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix typos in comments under ./qa
| * | | | | qa: Fix typosrht2021-05-184-5/+5
| | | | | |
* | | | | | Merge pull request #2320 from patricklodder/1.14.4-actions-nomacosPatrick Lodder2021-06-192-77/+143
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | [CI] Switch 1.14.4 automated integration testing to GitHub Actions
| * | | | | Remove travis.ymlPatrick Lodder2021-06-191-77/+0
| | | | | |
| * | | | | [ci] Full CI for linux and windows x-compilePatrick Lodder2021-06-191-17/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces GitHub Actions builds for linux and windows 32 and 64 bit and armhf builds using the depends system.
| * | | | | Create ci.ymlAhmed Castro2021-06-191-0/+40
|/ / / / /
* | | | | Merge pull request #2296 from gabgosrob/french_translationRoss Nicoll2021-06-121-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | | Fix french-canadian translation in bitcoin_fr_CA.ts
| * | | | Fix french-canadian translation in bitcoin_fr_CA.tsGabriel Gosselin Roberge2021-06-111-8/+8
|/ / / /