Skip to content

Commit

Permalink
chore: release v0.1.0-alpha.7 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr authored Jun 22, 2022
1 parent c976ef2 commit 65038d6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chronicle"
version = "0.1.0-alpha.6"
version = "0.1.0-alpha.7"
authors = ["IOTA Stiftung"]
edition = "2021"
description = "IOTA permanode implemented as an IOTA Node Extension (INX)."
Expand Down
34 changes: 17 additions & 17 deletions docker/config.hornet.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"protocol": {
"parameters": {
"version": 2,
"networkName": "alphanet-6",
"networkName": "alphanet-7",
"bech32HRP": "rms",
"minPoWScore": 1000.0,
"belowMaxDepth": 15,
Expand Down Expand Up @@ -143,24 +143,24 @@
"bindAddress": "0.0.0.0:14265",
"publicRoutes": [
"/health",
"/api/v2/info",
"/api/v2/tips",
"/api/v2/blocks*",
"/api/v2/transactions*",
"/api/v2/milestones*",
"/api/v2/outputs*",
"/api/v2/treasury",
"/api/v2/receipts*",
"/api/plugins/debug/v1/*",
"/api/plugins/indexer/v1/*",
"/api/plugins/mqtt/v1",
"/api/plugins/participation/v1/events*",
"/api/plugins/participation/v1/outputs*",
"/api/plugins/participation/v1/addresses*"
"/api/routes",
"/api/core/v2/info",
"/api/core/v2/tips",
"/api/core/v2/blocks*",
"/api/core/v2/transactions*",
"/api/core/v2/milestones*",
"/api/core/v2/outputs*",
"/api/core/v2/treasury",
"/api/core/v2/receipts*",
"/api/debug/v1/*",
"/api/indexer/v1/*",
"/api/mqtt/v1",
"/api/participation/v1/events*",
"/api/participation/v1/outputs*",
"/api/participation/v1/addresses*"
],
"protectedRoutes": [
"/api/v2/*",
"/api/plugins/*"
"/api/*"
],
"jwtAuth": {
"salt": "HORNET"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.hornet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- "mongodb://mongo:27017"

hornet:
image: iotaledger/hornet:2.0.0-alpha20
image: iotaledger/hornet:2.0.0-alpha21
ulimits:
nofile:
soft: 8192
Expand Down

0 comments on commit 65038d6

Please sign in to comment.