Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e53a439

Browse files
authored
chore: release v0.1.0-alpha.6 (#310)
1 parent 4b64cfa commit e53a439

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chronicle"
3-
version = "0.1.0-alpha.5"
3+
version = "0.1.0-alpha.6"
44
authors = ["IOTA Stiftung"]
55
edition = "2021"
66
description = "IOTA permanode implemented as an IOTA Node Extension (INX)."

docker/config.hornet.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@
189189
"maxChildren": 2
190190
}
191191
},
192-
"dashboard": {
193-
"bindAddress": "localhost:8081",
194-
"dev": false,
195-
"auth": {
196-
"sessionTimeout": "72h",
197-
"username": "admin",
198-
"passwordHash": "0000000000000000000000000000000000000000000000000000000000000000",
199-
"passwordSalt": "0000000000000000000000000000000000000000000000000000000000000000"
200-
}
201-
},
202192
"receipts": {
203193
"backup": {
204194
"enabled": false,

docker/docker-compose.hornet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- "mongodb://mongo:27017"
2727

2828
hornet:
29-
image: iotaledger/hornet:2.0.0-alpha19
29+
image: iotaledger/hornet:2.0.0-alpha20
3030
ulimits:
3131
nofile:
3232
soft: 8192

0 commit comments

Comments
 (0)