Skip to content

Commit 9c9d390

Browse files
committed
Update changelog and version
- Update to latest setup-nuget workflow action. - Update the changelog. - Update version to release 16.
1 parent 36db5eb commit 9c9d390

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v1
2222

2323
- name: Setup NuGet
24-
uses: NuGet/setup-nuget@v1.0.2
24+
uses: NuGet/setup-nuget@v1.0.5
2525

2626
# - name: Set GITHUB_OWNER
2727
# run: echo "::set-env name=GITHUB_OWNER::$(echo ${{github.repository}} | cut -d "/" -f 1)"

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## (2020-11-19)
2+
3+
* Updated CI Var for GitHub workflow change. (#239) ([36db5eb](https://github.com/block-core/blockcore/commit/36db5eb)), closes [#239](https://github.com/block-core/blockcore/issues/239)
4+
* (late) bump version ([776db01](https://github.com/block-core/blockcore/commit/776db01))
5+
* Add abstraction to the db types (#232) ([34bcfa4](https://github.com/block-core/blockcore/commit/34bcfa4)), closes [#232](https://github.com/block-core/blockcore/issues/232)
6+
* Add API to retreive private key from wallet address (#227) ([1b6ab3d](https://github.com/block-core/blockcore/commit/1b6ab3d)), closes [#227](https://github.com/block-core/blockcore/issues/227)
7+
* Add support to retrieve genesis if empty hash is supplied (#238) ([e2d72a9](https://github.com/block-core/blockcore/commit/e2d72a9)), closes [#238](https://github.com/block-core/blockcore/issues/238)
8+
* Added checkpoint, and changed segwit to always active (#233) ([25dfd87](https://github.com/block-core/blockcore/commit/25dfd87)), closes [#233](https://github.com/block-core/blockcore/issues/233)
9+
* CS address in script reader (#237) ([5ad34b9](https://github.com/block-core/blockcore/commit/5ad34b9)), closes [#237](https://github.com/block-core/blockcore/issues/237)
10+
* Fix OpenExo prefix comments (#221) ([b2a9869](https://github.com/block-core/blockcore/commit/b2a9869)), closes [#221](https://github.com/block-core/blockcore/issues/221)
11+
* Fix the whitelist to verify against remote IP ([1c0ad77](https://github.com/block-core/blockcore/commit/1c0ad77))
12+
* Fix unit tests (#213) ([56509ff](https://github.com/block-core/blockcore/commit/56509ff)), closes [#213](https://github.com/block-core/blockcore/issues/213)
13+
* Fixing the NBitcoin changes namespaces (#228) ([63c4d0e](https://github.com/block-core/blockcore/commit/63c4d0e)), closes [#228](https://github.com/block-core/blockcore/issues/228)
14+
* Flush chain repo and wait for store to catch up before flushing conse… (#223) ([734324a](https://github.com/block-core/blockcore/commit/734324a)), closes [#223](https://github.com/block-core/blockcore/issues/223)
15+
* Move NBitcoin to core (#212) ([ceea5a1](https://github.com/block-core/blockcore/commit/ceea5a1)), closes [#212](https://github.com/block-core/blockcore/issues/212)
16+
* Port of stratx implementation of sweep (#236) ([3e78dc0](https://github.com/block-core/blockcore/commit/3e78dc0)), closes [#236](https://github.com/block-core/blockcore/issues/236)
17+
* Port stratis fixes for OP_RETURN in transaction building (#224) ([de310f4](https://github.com/block-core/blockcore/commit/de310f4)), closes [#224](https://github.com/block-core/blockcore/issues/224)
18+
* Update the UserAgent to align with industry standard naming ([c9feecb](https://github.com/block-core/blockcore/commit/c9feecb))
19+
* Use rocksdb for utxo and block store and chain headers (#226) ([7e90c31](https://github.com/block-core/blockcore/commit/7e90c31)), closes [#226](https://github.com/block-core/blockcore/issues/226)
20+
* Use the whitelist and not bind list to check whitelisting during IBD ([6450bc3](https://github.com/block-core/blockcore/commit/6450bc3))
21+
22+
23+
124
## (2020-09-15)
225

326
* Added segwit addresses to indexer. (#215) ([91940e2](https://github.com/block-core/blockcore/commit/91940e2)), closes [#215](https://github.com/block-core/blockcore/issues/215)

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.15</Version>
3+
<Version>1.0.16</Version>
44
<RuntimeFrameworkVersion>3.1.4</RuntimeFrameworkVersion>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)