-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore(release): update changelog and version to 0.11.0 * fix: invalid threshold for `LLMQType_25_67` (#628) --------- Co-authored-by: Lukasz Klimek <[email protected]> Co-authored-by: Ivan Shumkov <[email protected]>
* 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
chore: port v0.11.3 to 0.12
* 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 <[email protected]> * fix: typo * chore: regenerate mocks * chore: bump up mockery version --------- Co-authored-by: Lukasz Klimek <[email protected]>
* 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: merge v0.12-dev into v0.13-dev
shumkov
previously approved these changes
Sep 13, 2023
shumkov
approved these changes
Sep 13, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue being fixed or feature implemented
Release new Dash Platform version
What was done?
How Has This Been Tested?
None
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only