Skip to content

Commit fd87c06

Browse files
committed
Update changelog and bump versions
- Use latest available version of .NET Core 3.1.
1 parent 0bcc3a6 commit fd87c06

2 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## (2021-02-01)
2+
3+
* Add EXOS to launch settings ([7c32b4a](https://github.com/block-core/blockcore/commit/7c32b4a))
4+
* Add Mode to tests for Mac (#270) ([0bcc3a6](https://github.com/block-core/blockcore/commit/0bcc3a6)), closes [#270](https://github.com/block-core/blockcore/issues/270)
5+
* Adding ImpleumX network (#258) ([6d229a8](https://github.com/block-core/blockcore/commit/6d229a8)), closes [#258](https://github.com/block-core/blockcore/issues/258)
6+
* Bump version to17 ([ae83bc7](https://github.com/block-core/blockcore/commit/ae83bc7))
7+
* Change from .NET 5 to .NET Core 3.1 ([e57dfde](https://github.com/block-core/blockcore/commit/e57dfde))
8+
* Changed LiteDB to v4 for stability. (#242) ([d4dcd41](https://github.com/block-core/blockcore/commit/d4dcd41)), closes [#242](https://github.com/block-core/blockcore/issues/242)
9+
* Configure package to be packaged for IMPLX ([db41c33](https://github.com/block-core/blockcore/commit/db41c33))
10+
* Creating a method to auto generate the test wallet db (#264) ([731e74b](https://github.com/block-core/blockcore/commit/731e74b)), closes [#264](https://github.com/block-core/blockcore/issues/264)
11+
* Feature/bcp chain (#266) ([7eefa5e](https://github.com/block-core/blockcore/commit/7eefa5e)), closes [#266](https://github.com/block-core/blockcore/issues/266)
12+
* Fix sweep dependency (#253) ([2c5afb7](https://github.com/block-core/blockcore/commit/2c5afb7)), closes [#253](https://github.com/block-core/blockcore/issues/253)
13+
* Fix the guard clause for sweep that incorrectly required minimum 500 outputs ([ff47e3a](https://github.com/block-core/blockcore/commit/ff47e3a))
14+
* Fix the tests ([7b25fb9](https://github.com/block-core/blockcore/commit/7b25fb9))
15+
* Fix wallet history sorting ([5bdcee0](https://github.com/block-core/blockcore/commit/5bdcee0))
16+
* Fixes serialization issue with events ([1beb281](https://github.com/block-core/blockcore/commit/1beb281)), closes [#269](https://github.com/block-core/blockcore/issues/269)
17+
* Improve performance by avoiding methods ([9d523b3](https://github.com/block-core/blockcore/commit/9d523b3)), closes [#269](https://github.com/block-core/blockcore/issues/269)
18+
* Increase the FallbackFee for City Chain ([4bd78c9](https://github.com/block-core/blockcore/commit/4bd78c9))
19+
* Make the Tests.Common into NuGet package again as before ([6ce157b](https://github.com/block-core/blockcore/commit/6ce157b))
20+
* Optimize the reading of Transaction ID upon serialization ([f3a9030](https://github.com/block-core/blockcore/commit/f3a9030)), closes [#269](https://github.com/block-core/blockcore/issues/269)
21+
* peer connection failure moved to debug instead of information (#250) ([0c1ff83](https://github.com/block-core/blockcore/commit/0c1ff83)), closes [#250](https://github.com/block-core/blockcore/issues/250)
22+
* Refactor City network definition into Blockcore namespace ([6cb50b5](https://github.com/block-core/blockcore/commit/6cb50b5))
23+
* Refactor x42 network definition to have correct namespace ([f2f5efc](https://github.com/block-core/blockcore/commit/f2f5efc))
24+
* Rename ico.png to icon.png for City package ([5d6bbd4](https://github.com/block-core/blockcore/commit/5d6bbd4))
25+
* Return the PosModifierv2, PosFlags and PosHashProof in REST API ([e137515](https://github.com/block-core/blockcore/commit/e137515))
26+
* Subscribe to blocks and peers events on the ui (#267) ([5114f10](https://github.com/block-core/blockcore/commit/5114f10)), closes [#267](https://github.com/block-core/blockcore/issues/267)
27+
* Update sweep to build aggregated transactions ([f6bcf76](https://github.com/block-core/blockcore/commit/f6bcf76))
28+
* Upgrade to .NET 5 (#252) ([e56ab61](https://github.com/block-core/blockcore/commit/e56ab61)), closes [#252](https://github.com/block-core/blockcore/issues/252)
29+
30+
31+
132
## (2020-12-22)
233

334
* Add manual dispatch capability to workflows ([bd568d1](https://github.com/block-core/blockcore/commit/bd568d1))

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.17</Version>
4-
<RuntimeFrameworkVersion>3.1.10</RuntimeFrameworkVersion>
3+
<Version>1.0.18</Version>
4+
<RuntimeFrameworkVersion>3.1.11</RuntimeFrameworkVersion>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<IsPackable>false</IsPackable>
77
<Authors>Blockcore</Authors>

0 commit comments

Comments
 (0)