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

chore(release): Release Tenderdash v0.13.0 #682

Merged
merged 24 commits into from
Sep 13, 2023
Merged

chore(release): Release Tenderdash v0.13.0 #682

merged 24 commits into from
Sep 13, 2023

Conversation

lklimek
Copy link
Collaborator

@lklimek lklimek commented Sep 13, 2023

Issue being fixed or feature implemented

Release new Dash Platform version

What was done?

  • Updated changelog
  • Bumped packages version

How Has This Been Tested?

None

Breaking Changes

None

Checklist:

  • I have performed a self-review of the generated changelog
  • I have checked that P2PProtocol in version/version.go is bumped if needed
  • I have checked that BlockProtocol in version/version.go is bumped if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

shotonoff and others added 23 commits May 3, 2023 15:03
* chore(release): update changelog and version to 0.11.0

* fix: invalid threshold for `LLMQType_25_67` (#628)

---------

Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com>
Co-authored-by: Ivan Shumkov <ivan@shumkov.ru>
* feat: add ability to write logs in a file along with writing its into stderr
* chore!: block time resolution changed to milliseconds

* test(consensus): adjust pbts tests for milliseconds

* doc(proto): block time is truncated to milliseconds

* chore(version): bump abci and block protocol version

* test(e2e): fix genesis time resolution to milliseconds

* chore: change StateID.time to sfixed64

* test: update test vectors for new StateID.time type
* feat: add ordered_map.go

* feat: introduce a new approach of a state sync

* refactor: modify kvstore to be compatible with a new statesync approach
* feat: add wait for masternode-status ready

* feat: use "READY" to the state field in masternode-status mocked response for e2e test

* refactor: some modifications according to PR feedback

* Update dash/core/client.go
* refactor: implement a peer manager and some additional improvements

* doc: add missed comments

* refactor: LightBlockRepository

* fix: lint issues

* test: covers snapshotRepository with unit tests

* chore: regenerate all mockery files

* chore: regenerate all mockery files

* fix: modifications after merge

* chore: make mockery

* chore: disable duplication lint

* refactor: improve peer/store

* refactor: move in-memory store in libs/store package

* doc: add comments to SnapshotClient

* Update internal/statesync/repo.go

Co-authored-by: lklimek <842586+lklimek@users.noreply.github.com>

* fix: typo

* chore: regenerate mocks

* chore: bump up mockery version

---------

Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com>
* refactor: implement a peer manager and some additional improvements

* refactor: move in-memory store in libs/store package

* refactor: migrate blocksync peer-manager to libs/store

* chore: regenerate mock libs/store/mocks

* refactor: move AndX func to the libs/store
* refactor: replace "github.com/tendermint/tendermint" to "github.com/dashpay/tenderdash"
* chore: decrease amount of logs and improve them

* chore: improve logs
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: merge v0.12-dev into v0.13-dev
@lklimek lklimek added this to the v0.13.0 milestone Sep 13, 2023
shumkov
shumkov previously approved these changes Sep 13, 2023
@lklimek lklimek changed the title chore(release): update changelog and bump version to 0.13.0 chore(release): Release Tenderdash v0.13.0 Sep 13, 2023
@lklimek lklimek merged commit 205a8d6 into master Sep 13, 2023
18 checks passed
@lklimek lklimek deleted the release_0.13.0 branch September 13, 2023 11:17
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.

3 participants