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

begin 6.2 cycle #1922

Merged
merged 4 commits into from Jun 25, 2022
Merged

begin 6.2 cycle #1922

merged 4 commits into from Jun 25, 2022

Conversation

chappjc
Copy link
Member

@chappjc chappjc commented Jun 22, 2022

This begins the v6.2 (application version) dev cycle, which will target the Decred/dcrd 1.8 release.

This begins with several major module version bumps that will see breaking changes in #1876

  • dcrdata's main module v7 => v8 (apitypes in the dcrdata modules has breaking change)
  • db/dcrpg/v7 => v8 (methods being removed)
  • gov/v5 => v6 (gov has dcrdata/v8/db/dbtypes types in it's exported API)

This also moves the api, explorer, middleware, and notification packages in the cmd/dcrdata folder to the cmd/dcrdata/internal folder. These packages are only intended for use by the cmd/dcrdata explorer application and there are no other current consumers.

dcrdata/v7 => v8
db/dcrpg/v7 => v8
gov/v5 => v6

- apitypes in the dcrdata modules has breaking change.
- db/dcrpg has breaking changes
- gov has dcrdata/v8/db/dbtypes types in it's exported API
This moves the api, explorer, middleware, and notification packages in
the cmd/dcrdata folder to the cmd/dcrdata/internal folder.
These packages are only intented for use by the cmd/dcrdata explorer
application and there are no other current consumers.
@chappjc
Copy link
Member Author

chappjc commented Jun 25, 2022

So begins the dcrdata v8 module (dcrdata explorer v6.2)

@chappjc chappjc merged commit 1ffabcb into decred:master Jun 25, 2022
@chappjc chappjc deleted the modules-v6.2 branch June 25, 2022 04:17
@chappjc chappjc added this to the 6.2 milestone Nov 2, 2022
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.

None yet

1 participant