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): update changelog and bump version to 0.7.1-dev.1 #330

Merged
merged 2 commits into from
Apr 7, 2022

Conversation

lklimek
Copy link
Collaborator

@lklimek lklimek commented Apr 7, 2022

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

@lklimek lklimek added this to the v0.7.1 milestone Apr 7, 2022
@lklimek lklimek force-pushed the release_0.7.1-dev.1 branch 2 times, most recently from e4ca4f0 to 05e836d Compare April 7, 2022 08:45
@codecov-commenter
Copy link

Codecov Report

Merging #330 (e4ca4f0) into v0.7-dev (5f55b4b) will decrease coverage by 0.03%.
The diff coverage is 90.47%.

❗ Current head e4ca4f0 differs from pull request most recent head 05e836d. Consider uploading reports for the commit 05e836d to get more accurate results

@@             Coverage Diff              @@
##           v0.7-dev     #330      +/-   ##
============================================
- Coverage     45.23%   45.20%   -0.04%     
============================================
  Files           288      288              
  Lines         53012    53026      +14     
============================================
- Hits          23982    23970      -12     
- Misses        27062    27084      +22     
- Partials       1968     1972       +4     
Impacted Files Coverage Δ
p2p/conn/connection.go 79.58% <ø> (-0.12%) ⬇️
types/block.go 71.20% <0.00%> (-0.21%) ⬇️
consensus/state.go 68.05% <100.00%> (-0.12%) ⬇️
privval/signer_server.go 89.28% <0.00%> (-5.36%) ⬇️
blockchain/v0/pool.go 78.81% <0.00%> (-4.14%) ⬇️
consensus/replay.go 68.69% <0.00%> (-0.66%) ⬇️
p2p/pex/pex_reactor.go 77.66% <0.00%> (-0.61%) ⬇️
consensus/reactor.go 74.66% <0.00%> (-0.47%) ⬇️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48773c3...05e836d. Read the comment docs.

@lklimek lklimek force-pushed the release_0.7.1-dev.1 branch 3 times, most recently from aba02ec to 9e1a6bd Compare April 7, 2022 09:12
@lklimek lklimek force-pushed the release_0.7.1-dev.1 branch 2 times, most recently from 940bb9a to 295c038 Compare April 7, 2022 12:57
@lklimek lklimek merged commit f91ef8c into v0.7-dev Apr 7, 2022
@lklimek lklimek deleted the release_0.7.1-dev.1 branch April 7, 2022 12:59
lklimek added a commit that referenced this pull request Apr 14, 2022
* chore(release): update changelog generation config

* chore(release): update changelog and version to 0.7.1-dev.1
shotonoff added a commit that referenced this pull request Apr 22, 2022
* Update golangci-lint-action and golang-ci versions.

Also specify Go toolchain version in actions (now required).

(cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69)

* fix(consensus): network stuck due to outdated proposal block (#327)

* fix(consensus): network stuck due to outdated proposal block

* refactor(consensus): cleanup  TestStateProposalTime

* fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w

* fix(consensus): fix race condition

* chore(consensus): apply peer review feedback

* fix: don't process WAL logs for old rounds (#331)

* feat: add the implementation of WAL iterator with a feature skipping messages till the final round

* feat: change order and name of walIter fields

* feat: stop iterating if reader returns error

* feat: remove checking on allowed message types

* feat: improve was_iter_test.go

* refactor: modify by go-lint feedback

* refactor: remove useless expected length

* chore: disable lint for a non-critical line in a test

* chore(release): update changelog and bump version to 0.7.1-dev.1 (#330)

* chore(release): update changelog generation config

* chore(release): update changelog and version to 0.7.1-dev.1

* build(release): implement full release workflow in the release script (#332) (#345)

* chore(release): update changelog generation config

* build(release): improve version release script

* feat(release): release script now creates GitHub release

* Update golangci-lint-action and golang-ci versions.

Also specify Go toolchain version in actions (now required).

(cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69)

* fix(consensus): network stuck due to outdated proposal block (#327)

* fix(consensus): network stuck due to outdated proposal block

* refactor(consensus): cleanup  TestStateProposalTime

* fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w

* fix(consensus): fix race condition

* chore(consensus): apply peer review feedback

* fix: don't process WAL logs for old rounds (#331)

* feat: add the implementation of WAL iterator with a feature skipping messages till the final round

* feat: change order and name of walIter fields

* feat: stop iterating if reader returns error

* feat: remove checking on allowed message types

* feat: improve was_iter_test.go

* refactor: modify by go-lint feedback

* refactor: remove useless expected length

* chore: disable lint for a non-critical line in a test

* chore(release): update changelog and bump version to 0.7.1-dev.1 (#330)

* chore(release): update changelog generation config

* chore(release): update changelog and version to 0.7.1-dev.1

* build(release): implement full release workflow in the release script (#332) (#345)

* chore(release): update changelog generation config

* build(release): improve version release script

* feat(release): release script now creates GitHub release

* chore(release): update changelog and version to 0.7.1

* chore: if the tenderdash source code is not tracked by git then cloning "develop_0.1" branch as fallback scenario to build a project (#355)

* fix: remove duplicate method BlockID

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
Co-authored-by: lklimek <842586+lklimek@users.noreply.github.com>
lklimek added a commit that referenced this pull request Dec 6, 2022
* Update golangci-lint-action and golang-ci versions.

Also specify Go toolchain version in actions (now required).

(cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69)

* fix(consensus): network stuck due to outdated proposal block (#327)

* fix(consensus): network stuck due to outdated proposal block

* refactor(consensus): cleanup  TestStateProposalTime

* fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w

* fix(consensus): fix race condition

* chore(consensus): apply peer review feedback

* fix: don't process WAL logs for old rounds (#331)

* feat: add the implementation of WAL iterator with a feature skipping messages till the final round

* feat: change order and name of walIter fields

* feat: stop iterating if reader returns error

* feat: remove checking on allowed message types

* feat: improve was_iter_test.go

* refactor: modify by go-lint feedback

* refactor: remove useless expected length

* chore: disable lint for a non-critical line in a test

* chore(release): update changelog and bump version to 0.7.1-dev.1 (#330)

* chore(release): update changelog generation config

* chore(release): update changelog and version to 0.7.1-dev.1

* build(release): implement full release workflow in the release script (#332) (#345)

* chore(release): update changelog generation config

* build(release): improve version release script

* feat(release): release script now creates GitHub release

* Update golangci-lint-action and golang-ci versions.

Also specify Go toolchain version in actions (now required).

(cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69)

* fix(consensus): network stuck due to outdated proposal block (#327)

* fix(consensus): network stuck due to outdated proposal block

* refactor(consensus): cleanup  TestStateProposalTime

* fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w

* fix(consensus): fix race condition

* chore(consensus): apply peer review feedback

* fix: don't process WAL logs for old rounds (#331)

* feat: add the implementation of WAL iterator with a feature skipping messages till the final round

* feat: change order and name of walIter fields

* feat: stop iterating if reader returns error

* feat: remove checking on allowed message types

* feat: improve was_iter_test.go

* refactor: modify by go-lint feedback

* refactor: remove useless expected length

* chore: disable lint for a non-critical line in a test

* chore(release): update changelog and bump version to 0.7.1-dev.1 (#330)

* chore(release): update changelog generation config

* chore(release): update changelog and version to 0.7.1-dev.1

* build(release): implement full release workflow in the release script (#332) (#345)

* chore(release): update changelog generation config

* build(release): improve version release script

* feat(release): release script now creates GitHub release

* chore(release): update changelog and version to 0.7.1

* chore: if the tenderdash source code is not tracked by git then cloning "develop_0.1" branch as fallback scenario to build a project (#355)

* feat(scripts): abci protocol parser

* feat(scripts): abci protocol parser - packet capture

Added "abcidump capture" function that captures and decodes ABCI
communication over TCP connection.

* feat(abcidump): parse CBOR messages

* doc(abcidump): abcidump documentation

* chore(abcidump): Cleanup during self-review

* fix(test): fix dependencies in e2e tests

* refactor(abcidump): refactor cbor and apply review feedback

* refactor(abcidump): move abcidump from scripts/ to cmd/

* test(abcidump): add cbor test

* test(abcidump): add parse cmd test

* test(abcidump): test parser NewMessageType

* test(abcidump): test parser

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
Co-authored-by: Dmitrii Golubev <shotonoff@gmail.com>
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