Skip to content

Commit

Permalink
release v0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Oct 11, 2024
1 parent 2a358ef commit 998fef8
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate node executable:

```
$ conan install --requires=kth/0.43.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.46.0 --update --deploy=direct_deploy
```

3. Run the node:
Expand Down
2 changes: 1 addition & 1 deletion blockchain
Submodule blockchain updated 3 files
+1 −1 README.md
+3 −3 conan.lock
+1 −1 conanfile.py
2 changes: 1 addition & 1 deletion c-api
Submodule c-api updated 3 files
+2 −2 README.md
+6 −6 conan.lock
+1 −1 conanfile.py
2 changes: 1 addition & 1 deletion database
Submodule database updated 3 files
+1 −1 README.md
+2 −2 conan.lock
+1 −1 conanfile.py
9 changes: 9 additions & 0 deletions doc/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# version 0.46.0

You can install Knuth node version v0.46.0 [using these instructions](https://kth.cash/#download).

This release includes the following features and fixes:

* performance: Improved transaction validation and block synchronization performance, leading to a more efficient node operation and faster sync times.
* Uses [C++ API v0.46.0](https://github.com/k-nuth/node/releases/tag/v0.46.0).

# version 0.45.0

You can install Knuth node version v0.45.0 [using these instructions](https://kth.cash/#download).
Expand Down
2 changes: 1 addition & 1 deletion domain
2 changes: 1 addition & 1 deletion network
Submodule network updated 3 files
+1 −1 README.md
+2 −2 conan.lock
+1 −1 conanfile.py
2 changes: 1 addition & 1 deletion node
Submodule node updated 3 files
+1 −1 README.md
+5 −5 conan.lock
+2 −2 conanfile.py
2 changes: 1 addition & 1 deletion node-exe
Submodule node-exe updated 3 files
+1 −1 README.md
+6 −6 conan.lock
+1 −1 conanfile.py

0 comments on commit 998fef8

Please sign in to comment.