-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Bitcoin to 27.1 * update github actions to include sha256 sum * update release notes * update dir for host declaration * look for config.yaml in home dir * remove reindex_chainstate file on start * Update repo name in manifest.yaml * message reindex-chainstate is prohibited on pruned nodes * copy and format edits * readme update * Update install target to include the hostname --------- Co-authored-by: Mariusz Kogen <[email protected]>
- Loading branch information
1 parent
509274a
commit c995ed1
Showing
9 changed files
with
44 additions
and
27 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ Install the following system dependencies to build this project by following the | |
|
||
- [docker](https://docs.docker.com/get-docker) | ||
- [docker-buildx](https://docs.docker.com/buildx/working-with-buildx/) | ||
- [rust-musl-cross](https://github.com/Start9Labs/rust-musl-cross) | ||
- [yq](https://mikefarah.gitbook.io/yq) | ||
- [rust](https://rustup.rs) | ||
- [start-sdk](https://github.com/Start9Labs/start-os/tree/sdk) | ||
|
@@ -35,8 +34,8 @@ Install the following system dependencies to build this project by following the | |
Clone the project locally. Note the submodule link to the original project(s). | ||
|
||
``` | ||
git clone [email protected]:Start9Labs/bitcoind-wrapper.git | ||
cd bitcoind-wrapper | ||
git clone [email protected]:Start9Labs/bitcoind-startos.git | ||
cd bitcoind-startos | ||
git submodule update --init | ||
``` | ||
|
||
|
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
Submodule bitcoin
updated
78 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,5 +268,5 @@ export const migration: T.ExpectedExports.migration = | |
), | ||
}, | ||
}, | ||
"27.0.0" | ||
"27.1.0" | ||
); |