File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.12.0-dev.1] - 2023-03-17
2+
3+ ### Bug Fixes
4+
5+ - Replace tenderdash init single with validator (#599 )
6+ - Broken error handling in ValueOp (VSA-2022-100) (#601 )
7+ - Broken error handling in ValueOp (VSA-2022-100) (#601 )
8+
9+ ### Documentation
10+
11+ - Improve protobuf documentation (#604 )
12+
13+ ### Miscellaneous Tasks
14+
15+ - Add quote to CGO variables in Makefile (#597 )
16+
17+ ### Refactor
18+
19+ - Introduce p2p proto Envelope as a wrapper for p2p messages (#598 )
20+ - Consensus state to fix deadlock (#491 )
21+
22+ ### Testing
23+
24+ - Fix TestMakeHTTPDialerURL (#605 )
25+
26+ ### Backport
27+
28+ - V0.10 to v0.11 (#596 )
29+
130## [ 0.11.0-dev.4] - 2023-02-22
231
32+ ### Miscellaneous Tasks
33+
34+ - Update changelog and version to 0.11.0-dev.4 (#593 )
35+
336### Backport
437
538- Catch up the recent changes from v0.10 to v0.11 (#589 )
Original file line number Diff line number Diff line change 99const (
1010 // TMVersionDefault is the used as the fallback version for Tenderdash
1111 // when not using git describe. It is formatted with semantic versioning.
12- TMVersionDefault = "0.11 .0-dev.4 "
12+ TMVersionDefault = "0.12 .0-dev.1 "
1313 // ABCISemVer is the semantic version of the ABCI library
1414 ABCISemVer = "0.20.0"
1515
You can’t perform that action at this time.
0 commit comments