Skip to content

Commit

Permalink
chore: release v0.1.0-alpha.6 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr authored Jun 21, 2022
1 parent 4b64cfa commit e53a439
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 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.5"
version = "0.1.0-alpha.6"
authors = ["IOTA Stiftung"]
edition = "2021"
description = "IOTA permanode implemented as an IOTA Node Extension (INX)."
Expand Down
10 changes: 0 additions & 10 deletions docker/config.hornet.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,6 @@
"maxChildren": 2
}
},
"dashboard": {
"bindAddress": "localhost:8081",
"dev": false,
"auth": {
"sessionTimeout": "72h",
"username": "admin",
"passwordHash": "0000000000000000000000000000000000000000000000000000000000000000",
"passwordSalt": "0000000000000000000000000000000000000000000000000000000000000000"
}
},
"receipts": {
"backup": {
"enabled": false,
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-alpha19
image: iotaledger/hornet:2.0.0-alpha20
ulimits:
nofile:
soft: 8192
Expand Down

0 comments on commit e53a439

Please sign in to comment.