-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: decred/decred-release
base: v1.6.0-rc2
head repository: decred/decred-release
compare: master
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83e1333 - Browse repository at this point
Copy the full SHA 83e1333View commit details -
Replace latest symlink with file contents directly
Github will not follow the symlink when viewing the raw content over https, so to avoid rebuilding dcrinstall v1.6.0-rc2, we can make the manifests download work properly by copying the content to the same latest file.
Configuration menu - View commit details
-
Copy full SHA for ccd9b4a - Browse repository at this point
Copy the full SHA ccd9b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9402b3 - Browse repository at this point
Copy the full SHA e9402b3View commit details
Commits on Nov 9, 2020
-
Don't download archives that have been extracted before (#198)
Don't download archives that have been extracted before.
Configuration menu - View commit details
-
Copy full SHA for c592e15 - Browse repository at this point
Copy the full SHA c592e15View commit details
Commits on Nov 13, 2020
-
Only self-check version in release builds
This commit disables the comparison of dcrinstall's own embedded version against the version discovered in the 'latest' file unless the version is embedded using a linker flag by the release builder. Normal development builds of dcrinstall will no longer self-check, and the release builder should never produce a dcrinstall executable which is incompatible with the manifests it creates. While here, also update the fallback manifest URLs for the decred and dexc distributions for the v1.6.0-rc3 release.
Configuration menu - View commit details
-
Copy full SHA for d689904 - Browse repository at this point
Copy the full SHA d689904View commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f3c407f - Browse repository at this point
Copy the full SHA f3c407fView commit details
Commits on Nov 16, 2020
-
Copy site directory and do not try to see if it is running (#202)
Somehow during rebase the copy of the dexc `site` directory was lost. Add it back in and make sure it is removed prior to installation. Also, do not try to see is directory types are running.
Configuration menu - View commit details
-
Copy full SHA for e24a869 - Browse repository at this point
Copy the full SHA e24a869View commit details -
Self-check version using filename
It should not matter where the file is hosted to determine if an upgrade is necessary, but only the filename of the dcrinstall manifest. This is because the filename contains the release version. Relaxing this rule allows for better testing, as faked 'latest' files with file:// urls won't trip the version self check.
Configuration menu - View commit details
-
Copy full SHA for 533911c - Browse repository at this point
Copy the full SHA 533911cView commit details
Commits on Nov 23, 2020
-
fix Bitcoin conf path, seenBefore bug, and typos (#204)
Fix typos and TrimRight.
Configuration menu - View commit details
-
Copy full SHA for b30afe0 - Browse repository at this point
Copy the full SHA b30afe0View commit details -
Use config filename as hint for target directory. (#205)
Bitcoin differs from all other daemons where the daemon name does not match the configuration and target directory name. Instead of relying on the daemon name use the configuration name instead to determine what the target directory is. This change was made over all 3 components that are being installed.
Configuration menu - View commit details
-
Copy full SHA for 1a550ba - Browse repository at this point
Copy the full SHA 1a550baView commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 80e496b - Browse repository at this point
Copy the full SHA 80e496bView commit details
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c9033d3 - Browse repository at this point
Copy the full SHA c9033d3View commit details
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44decee - Browse repository at this point
Copy the full SHA 44deceeView commit details -
Building releases of and manifests for dcrinstall, as well as signing and notarizing a dcrinstall installer for macOS, have been superseded by the build process and scripts in the github.com/decred/release repository.
Configuration menu - View commit details
-
Copy full SHA for d2a678b - Browse repository at this point
Copy the full SHA d2a678bView commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1583055 - Browse repository at this point
Copy the full SHA 1583055View commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fbc3797 - Browse repository at this point
Copy the full SHA fbc3797View commit details
Commits on Apr 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38deba0 - Browse repository at this point
Copy the full SHA 38deba0View commit details
Commits on Apr 16, 2021
-
Update dcrinstall latest manifest
This v1.6.2 manifest commits to the resigned Bitcoin Core release. There is no change to any Decred software.
Configuration menu - View commit details
-
Copy full SHA for 0daac36 - Browse repository at this point
Copy the full SHA 0daac36View commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 790cc90 - Browse repository at this point
Copy the full SHA 790cc90View commit details
Commits on Jan 3, 2022
-
Update dcrinstall to download Bitcoin Core 0.21.2
Also update the decred versions while here for 1.7.0-rc1, although these are usually set by the linker during release builds anyways.
Configuration menu - View commit details
-
Copy full SHA for 476574a - Browse repository at this point
Copy the full SHA 476574aView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea6cb17 - Browse repository at this point
Copy the full SHA ea6cb17View commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for efd19dd - Browse repository at this point
Copy the full SHA efd19ddView commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a78dc7 - Browse repository at this point
Copy the full SHA 7a78dc7View commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4eb0097 - Browse repository at this point
Copy the full SHA 4eb0097View commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea3f4ce - Browse repository at this point
Copy the full SHA ea3f4ceView commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a76d66f - Browse repository at this point
Copy the full SHA a76d66fView commit details
Commits on Sep 6, 2022
-
always install dex, never download/install bitcoin
This updates dcrinstall so that it always installs dex, deprecating the --dcrdex flag. This also removes all bitcoin download and install actions, which aren't needed or recommended. Update CI to use latest Go versions and linter. Add the --allowrunning switch to not fail if a running process with the name of one of the binaries is found. There's nothing in the ps output to suggest it's the same process, and it doesn't really make a difference if it is.
Configuration menu - View commit details
-
Copy full SHA for c1c7ff7 - Browse repository at this point
Copy the full SHA c1c7ff7View commit details
Commits on Oct 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 783fbc4 - Browse repository at this point
Copy the full SHA 783fbc4View commit details
Commits on Nov 16, 2022
-
Update dcrinstall manifests for rebuilt 1.7.5
1.7.5 was rebuilt from the same dcrd and dcrwallet tags, but changes to the build process were made to fix an issue discovered on Windows. This rebuild also includes updates to dcrdex and dcrlnd. While here, remove a stray manifest file from the repo.
Configuration menu - View commit details
-
Copy full SHA for eb33977 - Browse repository at this point
Copy the full SHA eb33977View commit details
Commits on Mar 30, 2023
-
This allows dcrinstall to be built for windows/arm64.
Configuration menu - View commit details
-
Copy full SHA for b2c2506 - Browse repository at this point
Copy the full SHA b2c2506View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b9642c - Browse repository at this point
Copy the full SHA 1b9642cView commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 461a985 - Browse repository at this point
Copy the full SHA 461a985View commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 869ecf8 - Browse repository at this point
Copy the full SHA 869ecf8View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a325b8 - Browse repository at this point
Copy the full SHA 5a325b8View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83d373e - Browse repository at this point
Copy the full SHA 83d373eView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e85c4e0 - Browse repository at this point
Copy the full SHA e85c4e0View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fb115c - Browse repository at this point
Copy the full SHA 2fb115cView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abac517 - Browse repository at this point
Copy the full SHA abac517View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b23c146 - Browse repository at this point
Copy the full SHA b23c146View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f73008c - Browse repository at this point
Copy the full SHA f73008cView commit details
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 54cc01f - Browse repository at this point
Copy the full SHA 54cc01fView commit details
There are no files selected for viewing