zebra/zebra-network/src
teor 11baba56cb
Release Zebra 1.0.0-rc.3 (#5928)
* Changelog with trivial entries

* Delete trivial entries

* Summarise known issues in README, but don't change the list yet

* Add block timeouts to known issues

* Update the release template to add missing version files

* Bump crate versions

* Add the required Rust version to the release checklist

* Update the Rust version requirement to 1.65, Zebra now uses `let ... else ...`

* Update checkpoints

* Add checkpoints to the CHANGELOG

* Breaking Rust compiler version change

* Clarify the latest stable supported rust version
2023-01-10 03:48:03 +00:00
..
address_book
config
isolated fix(rust): Make Zebra build with the latest nightly Rust (#5738) 2022-11-30 07:03:24 +00:00
meta_addr
peer fix(clippy): Put Rust format variables inline (#5783) 2022-12-08 01:05:57 +00:00
peer_set fix(test): Reduce verbose test logs (#5825) 2022-12-08 23:56:01 +00:00
protocol change(codec): Set relay to true if the last VersionMessage byte is omitted (#5835) 2022-12-13 01:00:08 +00:00
address_book.rs
address_book_updater.rs
config.rs fix(test): Reduce verbose test logs (#5825) 2022-12-08 23:56:01 +00:00
constants.rs Release Zebra 1.0.0-rc.3 (#5928) 2023-01-10 03:48:03 +00:00
isolated.rs build(deps): Bump `zcash_proofs` to 0.8.0 (#5481) 2022-10-28 06:58:02 +00:00
lib.rs build(deps): Bump `zcash_proofs` to 0.8.0 (#5481) 2022-10-28 06:58:02 +00:00
meta_addr.rs
peer.rs feat(net): return peer metadata from `connect_isolated` functions (#4870) 2022-09-14 15:00:25 +00:00
peer_set.rs
policies.rs
protocol.rs