-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use subtree again to allow publishing the crate (#34)
* change: update Cargo.toml, lib.rs, CHANGELOG.md for 0.1.6 release. * Squashed 'depend/zcash/' content from commit 9af3bce26 git-subtree-dir: depend/zcash git-subtree-split: 9af3bce265ba428382006b0940678418d65f505f * fix: delete depend/zcash/Cargo.toml to prevent cargo from ignoring it * ci: add cargo package test * change(doc): explain the subtree / squash issue in README.md
- Loading branch information
1 parent
2be4323
commit c9fbc44
Showing
1,490 changed files
with
298,363 additions
and
38 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 was deleted.
Oops, something went wrong.
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
Submodule zcash
deleted from
16b49e
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[target.aarch64-unknown-linux-gnu] | ||
linker = "aarch64-linux-gnu-gcc" | ||
|
||
[source.crates-io] | ||
replace-with = "vendored-sources" | ||
|
||
[source.vendored-sources] | ||
# The directory for this source is set to RUST_VENDORED_SOURCES by src/Makefile.am |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
src/clientversion.cpp export-subst |
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report about a bug in zcashd. | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
This issue tracker is only for technical issues related to zcashd. | ||
General Zcash questions and/or support requests and are best directed to the | ||
Zcash Forum: https://forum.zcashcommunity.com/ | ||
For reporting security vulnerabilities or for sensitive discussions with our | ||
security team, please email [email protected] . You can use this GPG key to send | ||
an encrypted message: | ||
https://z.cash/gpg-pubkeys/security.asc | ||
fingerprint: AF85 0445 546C 18B7 86F9 2C62 88FB 8B86 D8B5 A68C | ||
The key and fingerprint are duplicated on our Public Keys page: | ||
https://z.cash/support/pubkeys.html | ||
--> | ||
|
||
### Describe the issue | ||
Please provide a general summary of the issue you're experiencing | ||
|
||
### Can you reliably reproduce the issue? | ||
#### If so, please list the steps to reproduce below: | ||
1. | ||
2. | ||
3. | ||
|
||
### Expected behaviour | ||
Tell us what should happen | ||
|
||
### Actual behaviour + errors | ||
Tell us what happens instead including any noticeable error output (any messages | ||
displayed on-screen when e.g. a crash occurred) | ||
|
||
### The version of Zcash you were using: | ||
Run `zcashd --version` to find out | ||
|
||
### Machine specs: | ||
- OS name + version: | ||
- CPU: | ||
- RAM: | ||
- Disk size: | ||
- Disk Type (HD/SDD): | ||
- Linux kernel version (uname -a): | ||
- Compiler version (gcc --version): | ||
- Linker version (ld -v): | ||
- Assembler version (as --version): | ||
|
||
### Any extra information that might be useful in the debugging process. | ||
This includes the relevant contents of `~/.zcash/debug.log`. You can paste raw | ||
text, attach the file directly in the issue or link to the text via a pastebin | ||
type site. Please also include any non-standard things you did during | ||
compilation (extra flags, dependency version changes etc.) if applicable. | ||
|
||
### Do you have a backup of `~/.zcash` directory and/or take a VM snapshot? | ||
- Backing up / making a copy of the `~/.zcash` directory might help make the | ||
problem reproducible. Please redact appropriately. | ||
- Taking a VM snapshot is really helpful for interactively testing fixes |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for zcashd. | ||
title: '' | ||
labels: 'use case' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
A clear and concise description of what the problem is. Example: I'm always | ||
frustrated when [...] | ||
|
||
## Describe the solution you'd like | ||
A clear and concise description of what you want to happen. | ||
|
||
## Alternatives you've considered | ||
A clear and concise description of any alternative solutions or features you've | ||
considered. | ||
|
||
## Additional context | ||
Add any other context or screenshots about the feature request here. |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: UX report | ||
about: Was zcashd hard to use? It's not you, it's us. We want to hear about it. | ||
title: 'UX: ' | ||
labels: 'usability' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Did zcashd not do what you expected? | ||
Was it hard to figure out how to do something? | ||
Could an error message be more helpful? | ||
It's not you, it's us. We want to hear about it. --> | ||
|
||
## What were you trying to do | ||
|
||
## What happened |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
timezone: Etc/UTC | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- str4d | ||
assignees: | ||
- str4d | ||
labels: | ||
- "A-CI" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Please ensure this checklist is followed for any pull requests for this repo. This checklist must be checked by both the PR creator and by anyone who reviews the PR. | ||
* [ ] Relevant documentation for this PR has to be completed and reviewed by @mdr0id before the PR can be merged | ||
* [ ] A test plan for the PR must be documented in the PR notes and included in the test plan for the next regular release | ||
|
||
As a note, all buildbot tests need to be passing and all appropriate code reviews need to be done before this PR can be merged |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: zcashd book | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup mdBook | ||
uses: peaceiris/actions-mdbook@v1 | ||
with: | ||
mdbook-version: 'latest' | ||
|
||
- name: Install mdbook-katex | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: install | ||
args: mdbook-katex | ||
|
||
- name: Build zcashd book | ||
run: mdbook build doc/book/ | ||
|
||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./doc/book/book |
Oops, something went wrong.