Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.testing-artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RUST_VERSION=1.92

# zcashd Git tag (https://github.com/zcash/zcash/releases)
ZCASH_VERSION=6.3.0
ZCASH_VERSION=6.11.0

# zebrad version tag for pulling zfnd/zebra:<version>
ZEBRA_VERSION=3.1.0
ZEBRA_VERSION=4.1.0
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ and this library adheres to Rust's notion of
### Added
### Changed
- zaino-proto now references v0.4.0 files
- `zaino_fetch::jsonrpsee::response::ErrorsTimestamp` no longer supports a String
variant.
### Removed
- `

### Deprecated
- `zaino-fetch::chain:to_compact` in favor of `to_compact_tx` which takes an
Expand Down
Loading
Loading