forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backport: bitcoin#12134, #18426, #18534, #18828, #18864, #19153, #19201, #19205, #19560, #19813, #19859, partial #20354, #20955, #22442, #22790 #5537
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
207b1c5
Merge #12134: Build previous releases and run functional tests
080a038
Merge #18426: scripts: previous_release: improve behaviour on failed …
fanquake 04cc0ac
Merge #18534: test: skip backwards compat tests if not compiled with …
a5cb668
Merge #18828: test: Strip down previous releases boilerplate
35f57b9
Merge #19201: ci: Switch to bitcoincore.org download
f68d127
Merge #19153: test: mempool compatibility test
7ddcf4a
Merge #18864: Add v0.16.3 backwards compatibility test, bump v0.19.0.…
knst 7c43fa5
Merge #19205: script: previous_release.sh rewritten in python
915c1f2
Merge #19560: contrib: Clean up previous_releases.py
fanquake da35562
Merge #19813: util, ci: Hard code previous release tarball checksums
b68936f
Merge #19859: qa: Fixes failing functional test by changing version
laanwj 9cbe0de
Merge #20955: test: Fix get_previous_releases.py for aarch64
laanwj 67481ee
Merge bitcoin/bitcoin#22442: util: improves error messages on get_pre…
a368488
partial Merge bitcoin/bitcoin#20354: test: Add feature_taproot.py --p…
8a9712e
fix: dashification of test/get_previous_releases.py
knst f093c94
fix: dashification of of hashsums in get_previous_releases.py
knst 08a37a3
fix: missing changes from bitcoin#20034 test: Get rid of default wall…
knst fe1e8c2
fix: missing changes from Merge #18067: wallet: Improve LegacyScriptP…
Sjors fab1031
fix: missing changes from Merge #18873: Fix intermittent sync_blocks …
knst eb63479
fix: missing changes from Merge #18253: doc: Correct spelling errors …
Empact f878b28
fix: fillow-up Merge #18774: test: added test for upgradewallet RPC
knst 90285f5
Merge bitcoin/bitcoin#22790: test: add aarch64-apple-darwin platform …
affcaca
feat: cache downloaded releases
UdjinM6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,6 +111,9 @@ qrc_*.cpp | |
build | ||
*.dSYM | ||
|
||
# Previous releases | ||
releases | ||
|
||
#lcov | ||
*.gcno | ||
*.gcda | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this dropping cache?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't use Travis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that is true :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use Travis, I'm just keeping this changes for backport compatibility. It doesn't affect any caches bcs no travis at all. But if there's any good idea, we can adapt it for our CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imo it's fine to just backport changes for Travis as is and implement similar dashified ones for Gitlab
what is missing in our backport is release cache they added when they changed this line, we could add one too - pls see (and test) 7fe8c49
this PR:
first run https://gitlab.com/dashpay/dash/-/jobs/4911762972#L106 (downloading)
second run https://gitlab.com/dashpay/dash/-/jobs/4934280594#L106 (downloading)
7fe8c49:
first run https://gitlab.com/UdjinM6/dash/-/jobs/4935068647#L59 (downloading)
another branch with a dummy commit on top https://gitlab.com/UdjinM6/dash/-/jobs/4935596048#L62 (using cache)