-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1584 from zcash/hotfix/zcash_client_sqlite-0.12.2…
…-merge `zcash_client_sqlite` version 0.12.2 post-hotfix merge
- Loading branch information
Showing
8 changed files
with
56 additions
and
41 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,11 +266,11 @@ user-login = "nuttycom" | |
user-name = "Kris Nuttycombe" | ||
|
||
[[publisher.zcash_client_sqlite]] | ||
version = "0.12.1" | ||
when = "2024-10-11" | ||
user-id = 169181 | ||
user-login = "nuttycom" | ||
user-name = "Kris Nuttycombe" | ||
version = "0.12.2" | ||
when = "2024-10-22" | ||
user-id = 6289 | ||
user-login = "str4d" | ||
user-name = "Jack Grigg" | ||
|
||
[[publisher.zcash_encoding]] | ||
version = "0.2.0" | ||
|
@@ -397,6 +397,12 @@ who = "Benjamin Bouvier <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "0.9.0 -> 0.10.2" | ||
|
||
[[audits.bytecode-alliance.audits.cipher]] | ||
who = "Andrew Brown <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.4.4" | ||
notes = "Most unsafe is hidden by `inout` dependency; only remaining unsafe is raw-splitting a slice and an unreachable hint. Older versions of this regularly reach ~150k daily downloads." | ||
|
||
[[audits.bytecode-alliance.audits.constant_time_eq]] | ||
who = "Nick Fitzgerald <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "zcash_client_sqlite" | ||
description = "An SQLite-based Zcash light client" | ||
version = "0.12.1" | ||
version = "0.12.2" | ||
authors = [ | ||
"Jack Grigg <[email protected]>", | ||
"Kris Nuttycombe <[email protected]>" | ||
|
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