| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Utils and libraries: Update ZMQ to 4.3.4 | sabotagebeats | 2021-07-18 | 7 | -53/+88 |
| | | |||||
| * | Merge pull request #2410 from patricklodder/1.14.4-explicit-gui-ci | Ross Nicoll | 2021-07-18 | 1 | -5/+5 |
| |\ | | | | | [ci] make dogecoin-qt builds explicit | ||||
| | * | ci: make dogecoin-qt builds explicit | Patrick Lodder | 2021-07-17 | 1 | -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-tests | Patrick Lodder | 2021-07-17 | 1 | -22/+37 |
| |\ | | | | | Rewrite subsidy limit tests (1.14) | ||||
| | * | Rewrite subsidy limit tests | Ross Nicoll | 2021-07-11 | 1 | -22/+37 |
| | | | |||||
| * | | Merge pull request #2325 from rnicoll/1.14.4-libevent | Patrick Lodder | 2021-07-17 | 1 | -4/+4 |
| |\ \ | | | | | | | depends: Update libevent to 2.1.11 | ||||
| | * | | bump libevent to 2.1.11 in depends | stefanwouldgo | 2021-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | this doesn't need patches on Android anymore like 2.1.8 did. | ||||
| | * | | [depends] Don't build libevent sample code | fanquake | 2021-07-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | [depends] libevent 2.1.8-stable | fanquake | 2021-07-13 | 1 | -3/+3 |
| | | | | |||||
| * | | | Merge pull request #2217 from pjhwa/qt-trans-ko-2214 | Ross Nicoll | 2021-07-15 | 1 | -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-dev | Jerry Park | 2021-05-30 | 1 | -490/+490 |
| | | | | | |||||
| * | | | | Merge pull request #2395 from lee5378/1.14.4-dev | Patrick Lodder | 2021-07-14 | 1 | -28/+19 |
| |\ \ \ \ | | | | | | | | | | | Docs - Improve block/reward table formatting in primary readme | ||||
| | * | | | | [doc] Display block subsidy in a nice looking table | lee5378 | 2021-07-14 | 1 | -28/+19 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #2401 from rnicoll/1.14.4-snap-sha256 | Ross Nicoll | 2021-07-14 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | Refine Snap verification message | ||||
| | * | | | | Refine Snap verification message | Ross Nicoll | 2021-07-14 | 1 | -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 Nicoll | 2021-07-14 | 1 | -1/+12 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | katzenmalen/issue-2340-depends-build-dependencies-readme added requirements to dependencies build README | ||||
| | * | | | | Update depends/README.md | fmhc | 2021-07-07 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | better flow with linking to os-specific build docs Co-authored-by: Ross Nicoll <[email protected]> | ||||
| | * | | | | added requirements to dependencies build README | katzenmalen | 2021-06-27 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | Merge pull request #1904 from slightlyskepticalpotat/snap-support-2021 | Ross Nicoll | 2021-07-14 | 4 | -2/+97 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Snap Support | ||||
| | * | | | | Add and document snap support | cg | 2021-05-28 | 4 | -2/+97 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #2380 from patricklodder/1.14-fix-codeql | Patrick Lodder | 2021-07-11 | 1 | -43/+35 |
| |\ \ \ \ | | | | | | | | | | | Tune codeql-analysis | ||||
| | * | | | | Tune codeql-analysis | Patrick Lodder | 2021-07-10 | 1 | -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-mirror | Patrick Lodder | 2021-07-11 | 2 | -4/+4 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | [depends] Update osslsigncode mirror consistently | ||||
| | * | | | | [depends] fix all osslsigncode urls | Patrick Lodder | 2021-07-11 | 2 | -4/+4 |
| | | | | | | |||||
| * | | | | | Merge pull request #2393 from patricklodder/1.14.4-actions-osx-bionic | Ross Nicoll | 2021-07-11 | 1 | -0/+29 |
| |\ \ \ \ \ | |/ / / / |/| | | | | [CI] add macOS GH Actions w/ bionic instead of focal | ||||
| | * | | | | [CI] add macOS GH Actions w/ bionic instead of focal | Patrick Lodder | 2021-07-11 | 1 | -0/+29 |
| |/ / / / | |||||
| * | | | | Merge pull request #2235 from chey/alpine-musl | Patrick Lodder | 2021-07-09 | 1 | -1/+2 |
| |\ \ \ \ | |/ / / |/| | | | fix runtime for dogecoin on Alpine Linux (musl libc) | ||||
| | * | | | Update to use thread_local | Chey | 2021-06-27 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix runtime for dogecoin on Alpine Linux musl libc | chey | 2021-06-02 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge pull request #2333 from micaelmalta/1.14.4-dev-fix-macos-gui | Ross Nicoll | 2021-07-07 | 3 | -18/+42 |
| |\ \ \ \ | | | | | | | | | | | fix: macos qt build | ||||
| | * | | | | fix: macos qt build | Malta Micael | 2021-07-01 | 3 | -18/+42 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #2343 from micaelmalta/1.14.4-dev-fix-gitian | Ross Nicoll | 2021-07-03 | 1 | -34/+48 |
| |\ \ \ \ | | | | | | | | | | | [GITIAN] fix builder | ||||
| | * | | | | Update contrib/gitian-build.sh | Micael Malta | 2021-06-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Co-authored-by: Ross Nicoll <[email protected]> | ||||
| | * | | | | [GITIAN] upgrade builder | Malta Micael | 2021-06-27 | 1 | -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-triggers | Ross Nicoll | 2021-06-27 | 1 | -2/+8 |
| |\ \ \ \ \ | |/ / / / |/| | | | | [qa] Make GH Actions CI less trigger happy | ||||
| | * | | | | [qa] make CI less trigger happy | Patrick Lodder | 2021-06-27 | 1 | -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-artifacts | Ross Nicoll | 2021-06-27 | 1 | -0/+7 |
| |\ \ \ \ | |/ / / |/| | | | [qa] Retain binary artifacts on CI run | ||||
| | * | | | Retain binary artifacts on CI run | Patrick Lodder | 2021-06-27 | 1 | -0/+7 |
| |/ / / | |||||
| * | | | Merge pull request #2322 from patricklodder/1.14.4-actions-win-tests | Ross Nicoll | 2021-06-20 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | [CI] Enable windows unit tests | ||||
| | * | | | [ci] Enable windows unit tests | Patrick Lodder | 2021-06-19 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #2306 from p-j01/1.14.4-dev-issue2282 | Ross Nicoll | 2021-06-20 | 2 | -3/+40 |
| |\ \ \ \ | | | | | | | | | | | [vulnerability] Disconnect stalling peers after timeout of header sync | ||||
| | * | | | | fix: Disconnect stalling peers after timeout of header sync | p-j01 | 2021-06-14 | 2 | -3/+40 |
| | | | | | | |||||
| * | | | | | Merge pull request #1965 from rht/master | Patrick Lodder | 2021-06-19 | 4 | -5/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix typos in comments under ./qa | ||||
| | * | | | | | qa: Fix typos | rht | 2021-05-18 | 4 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #2320 from patricklodder/1.14.4-actions-nomacos | Patrick Lodder | 2021-06-19 | 2 | -77/+143 |
| |\ \ \ \ \ \ | | |_|/ / / | |/| | | | | [CI] Switch 1.14.4 automated integration testing to GitHub Actions | ||||
| | * | | | | | Remove travis.yml | Patrick Lodder | 2021-06-19 | 1 | -77/+0 |
| | | | | | | | |||||
| | * | | | | | [ci] Full CI for linux and windows x-compile | Patrick Lodder | 2021-06-19 | 1 | -17/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces GitHub Actions builds for linux and windows 32 and 64 bit and armhf builds using the depends system. | ||||
| | * | | | | | Create ci.yml | Ahmed Castro | 2021-06-19 | 1 | -0/+40 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #2296 from gabgosrob/french_translation | Ross Nicoll | 2021-06-12 | 1 | -8/+8 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Fix french-canadian translation in bitcoin_fr_CA.ts | ||||
| | * | | | | Fix french-canadian translation in bitcoin_fr_CA.ts | Gabriel Gosselin Roberge | 2021-06-11 | 1 | -8/+8 |
| |/ / / / | |||||