zebra/zebra-network/src
Arya 9820780a35
v1.0.0-rc.7 release (#6542)
* updates changelog and bumps versions

* updates README.md

* Updates Rust version in readme

* Apply suggestions from code review

Co-authored-by: teor <teor@riseup.net>

* Removes the initial label from entries

* Updates testnet checkpoints

* update mainnet checkpoints

---------

Co-authored-by: teor <teor@riseup.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-04-19 03:25:51 +00:00
..
address_book
address_book_peers change(rpc): Add getpeerinfo RPC method (#5951) 2023-01-17 07:09:07 +00:00
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(net): Limit the number of leftover nonces in the self-connection nonce set (#6534) 2023-04-18 08:13:19 +00:00
peer_set fix(net): Limit the number of leftover nonces in the self-connection nonce set (#6534) 2023-04-18 08:13:19 +00:00
protocol Simplify types used in AddrV2 size check (#6368) 2023-03-22 04:48:53 +00:00
address_book.rs feat(ui): Add a terminal-based progress bar to Zebra (#6235) 2023-04-13 08:42:17 +00:00
address_book_peers.rs change(rpc): Add getpeerinfo RPC method (#5951) 2023-01-17 07:09:07 +00:00
address_book_updater.rs feat(ui): Add a terminal-based progress bar to Zebra (#6235) 2023-04-13 08:42:17 +00:00
config.rs fix(net): Fix off-by-one error in DNS seed peer retries, and clarify logs (#6460) 2023-04-04 02:28:58 +00:00
constants.rs v1.0.0-rc.7 release (#6542) 2023-04-19 03:25:51 +00:00
isolated.rs build(deps): Bump `zcash_proofs` to 0.8.0 (#5481) 2022-10-28 06:58:02 +00:00
lib.rs change(rpc): Add getpeerinfo RPC method (#5951) 2023-01-17 07:09:07 +00:00
meta_addr.rs fix(clippy): Fix new lints in nightly clippy (#5959) 2023-01-18 00:27:42 +00:00
peer.rs
peer_set.rs
policies.rs change(docs): Replaces XXX with TODO (#6417) 2023-03-28 04:13:04 +00:00
protocol.rs