-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into hotfix/zcash_client…
…_sqlite-0.12.2-merge
- Loading branch information
Showing
81 changed files
with
1,642 additions
and
1,403 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[package] | ||
name = "pczt" | ||
version = "0.0.0" | ||
authors = ["Jack Grigg <[email protected]>"] | ||
edition.workspace = true | ||
rust-version.workspace = true | ||
description = "Tools for working with partially-created Zcash transactions" | ||
homepage = "https://github.com/zcash/librustzcash" | ||
repository.workspace = true | ||
license.workspace = true | ||
categories.workspace = true | ||
|
||
[dependencies] |
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,21 @@ | ||
# pczt | ||
|
||
TBD | ||
|
||
## License | ||
|
||
Licensed under either of | ||
|
||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or | ||
http://www.apache.org/licenses/LICENSE-2.0) | ||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) | ||
|
||
at your option. | ||
|
||
### Contribution | ||
|
||
Unless you explicitly state otherwise, any contribution intentionally | ||
submitted for inclusion in the work by you, as defined in the Apache-2.0 | ||
license, shall be dual licensed as above, without any additional terms or | ||
conditions. | ||
|
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 @@ | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[toolchain] | ||
channel = "1.70.0" | ||
channel = "1.77.0" | ||
components = [ "clippy", "rustfmt" ] |
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 |
---|---|---|
|
@@ -173,6 +173,16 @@ criteria = "safe-to-deploy" | |
delta = "0.14.2 -> 0.14.5" | ||
notes = "I did not thoroughly check the safety argument for fold_impl, but it at least seems to be well documented." | ||
|
||
[[audits.home]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.5.5 -> 0.5.9" | ||
notes = """ | ||
`unsafe` changes are to switch Windows logic from `SHGetFolderPathW` to | ||
`SHGetKnownFolderPath`. I checked that the parameters and return values were | ||
being handled correctly per the Windows documentation. | ||
""" | ||
|
||
[[audits.http-body]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -271,6 +281,12 @@ who = "Daira-Emma Hopwood <[email protected]>" | |
criteria = "safe-to-run" | ||
delta = "0.9.9 -> 0.9.10" | ||
|
||
[[audits.pczt]] | ||
who = "Kris Nuttycombe <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.0.0" | ||
notes = "Initial empty crate release." | ||
|
||
[[audits.pin-project-internal]] | ||
who = "Daira-Emma Hopwood <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -566,6 +582,11 @@ criteria = "safe-to-deploy" | |
delta = "0.25.2 -> 0.25.4" | ||
notes = "I have not checked consistency with the Mozilla IncludedCACertificateReportPEMCSV report." | ||
|
||
[[audits.which]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "6.0.1 -> 6.0.3" | ||
|
||
[[audits.winapi-util]] | ||
who = "Daira-Emma Hopwood <[email protected]>" | ||
criteria = "safe-to-run" | ||
|
@@ -711,6 +732,18 @@ user-id = 169181 # Kris Nuttycombe (nuttycom) | |
start = "2024-08-12" | ||
end = "2025-08-12" | ||
|
||
[[trusted.schemerz]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6289 # Jack Grigg (str4d) | ||
start = "2024-10-15" | ||
end = "2025-10-15" | ||
|
||
[[trusted.schemerz-rusqlite]] | ||
criteria = "safe-to-deploy" | ||
user-id = 6289 # Jack Grigg (str4d) | ||
start = "2024-10-15" | ||
end = "2025-10-15" | ||
|
||
[[trusted.shardtree]] | ||
criteria = "safe-to-deploy" | ||
user-id = 169181 # Kris Nuttycombe (nuttycom) | ||
|
Oops, something went wrong.