Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions for zebrad 1.0.0-alpha.1 #1646

Merged
merged 3 commits into from
Jan 28, 2021
Merged

Bump versions for zebrad 1.0.0-alpha.1 #1646

merged 3 commits into from
Jan 28, 2021

Conversation

dconnolly
Copy link
Contributor

@dconnolly dconnolly commented Jan 28, 2021

Tag message when this is merged:

Zebra's second alpha brings multiple reliability and stability improvements for long-running syncs.
We've resolved known panics during syncing, and reduced the number of sync hangs.

Some notable changes include:

Added:
- Add peer set tracing (#1468)
- Add Sentry support behind a feature flag (#1461)
- Log configured network in every log message (#1568)

Changed:
- Export new precompute api in zebra-script (#1493)
- Rewrite peer block request hander to match the zcashd implementation (#1518)

Fixed:
- Avoid panics when there are multiple failures on the same connection (#1600)
- Add sync and inbound timeouts to prevent hangs (#1586) 
- Fix Zebra versions so all crates are on the 1.0.0-alpha series (#1488)
- Make `cargo run` use `zebrad` rather than failing (#1569)
- Panic if the lookahead limit is misconfigured (#1589)
- Recommend using --locked with `cargo install` (#1490)
- Simplify C++ compiler dependency in the README (#1498)
- Stop failing acceptance tests if their directories already exist (#1588)
- Stop panicking when ClientRequests return an error (#1531)
- Upgrade to tokio 0.3.6 to avoid a time wheel panic (#1583, #1511)

Currently, Zebra does not validate all the Zcash consensus rules.

@dconnolly dconnolly requested a review from a team January 28, 2021 00:21
Tested with cargo install --locked --path etc
Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@dconnolly dconnolly merged commit 1b09538 into main Jan 28, 2021
@dconnolly dconnolly deleted the version branch January 28, 2021 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants