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

Update 'Future Work' section post stable release #6935

Merged
merged 4 commits into from
Jun 13, 2023

Conversation

mpguerra
Copy link
Contributor

Motivation

Once we tag the stable release we will no longer need the line about working towards a stable release.

Solution

Remove line mentioning stable release.

Review

Reviewer Checklist

  • Will the PR name make sense to users?
    • Does it need extra CHANGELOG info? (new features, breaking changes, large changes)
  • Are the PR labels correct?
  • Does the code do what the ticket and PR says?
    • Does it change concurrent code, unsafe code, or consensus rules?
  • How do you know it works? Does it have tests?

Follow Up Work

gustavovalverde and others added 4 commits June 13, 2023 01:27
* ci(tests): just run the full sync weekly

This change allows to run the Zebra full sync test every Friday at mid-day UTC.

* fix: also run Testnet & LWD full sync only on schedule

* chore: remove not needed file

* chore: fix wording and comments

Co-authored-by: teor <[email protected]>

---------

Co-authored-by: teor <[email protected]>
* Update mainnet checkpoints

* Update testnet checkpoints

* Update mainnet checkpoints on commit 2e37981

* Update testnet checkpoints as of commit 2e37981
* change(crates): Publish tower-batch-control

* Cargo fields for zebra-test

* Cargo fields for tower-fallback

* Cargo fields for zebra-chain

* Cargo fields for zebra-consensus

* Cargo fields for zebra-network

* Cargo fields for zebra-node-services

* Cargo fields for zebra-rpc

* Cargo fields for zebra-script

* Cargo fields for zebra-state

* Cargo fields for zebrad

* Cargo fields for zebra-test

* Include zebra-test version and path for zebra-chain

* Include zebra-chain version and path for zebra-node-services

* Include zebra-chain version and path for zebra-script

* Include zebra-chain and zebra-test versions and paths for zebra-state

* Include zebra-* versions and paths for zebra-consensus

* Include zebra-* and tower-fallback versions and paths for tower-batch-control

* Include tower-* versions and paths for zebra-consensus

* Fixed tower-fallback license string

* Remove versions for dev-dependencise

* Update zebra-rpc/Cargo.toml

Co-authored-by: teor <[email protected]>

* tower-batch-control license MUST remain MIT only

* Align zebra-network with upstream tower's MIT license

* Update zebra-test/Cargo.toml

Co-authored-by: teor <[email protected]>

* Update zebra-utils/Cargo.toml

Co-authored-by: teor <[email protected]>

* fix(legal): Use correct licenses for tower-batch-control and zebra-network (#6927)

* Don't modify whitespace

* Resolve rustdoc and cargo-release warnings

* Add missing zebra internal dependency versions

* Workaround missing zebra-utils test dependency in zebrad test-only feature

* Fix missing zebra internal dependency versions

* Add README, home page, and search terms to every crate

* Fix README publish warnings

* Change tower crates to beta versions

* Add zebra-utils to the list of allowed unused dependencies

* Update tower-batch-control/Cargo.toml

* Update tower-fallback/Cargo.toml

---------

Co-authored-by: teor <[email protected]>
@mpguerra mpguerra requested a review from a team as a code owner June 13, 2023 10:24
@mpguerra mpguerra requested review from dconnolly and removed request for a team June 13, 2023 10:24
@mpguerra mpguerra added P-Low ❄️ A-docs Area: Documentation labels Jun 13, 2023
@mpguerra
Copy link
Contributor Author

@dconnolly can we merge this in with the rest of the stable release PRs (and not before)?

@mpguerra mpguerra linked an issue Jun 13, 2023 that may be closed by this pull request
@dconnolly dconnolly changed the base branch from main to release-1.0.0 June 13, 2023 15:19
@dconnolly dconnolly requested review from a team as code owners June 13, 2023 15:19
@dconnolly dconnolly requested review from upbqdn and removed request for a team June 13, 2023 15:19
@dconnolly dconnolly merged commit ef679a0 into release-1.0.0 Jun 13, 2023
@dconnolly dconnolly deleted the pili-update-readme branch June 13, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite future work section of the README before stable release
3 participants