Skip to content

Commit

Permalink
chore: release v1.0.0-beta.18 (#711)
Browse files Browse the repository at this point in the history
* chore: release `v1.0.0-beta.18`

* add changelog
  • Loading branch information
grtlr authored Sep 20, 2022
1 parent 493ab8e commit 42dda60
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.0-beta.18](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.17...1.0.0-beta.18) (2022-09-20)


### Features

* add `claiming` endpoint to `anlytics/v2` ([#692](https://github.com/iotaledger/inx-chronicle/issues/692)) ([4ecad7b](https://github.com/iotaledger/inx-chronicle/commit/4ecad7b594220e49b8dbc36e8ca2fa0aa5dda50c))
* **db:** use a materialized view for ledger updates ([#698](https://github.com/iotaledger/inx-chronicle/issues/698)) ([493ab8e](https://github.com/iotaledger/inx-chronicle/commit/493ab8e2caf06be95a8b51568ba1b7dd6a496827))


### Bug Fixes

* **ci:** fix `canary` build and re-enable `docs` ([#690](https://github.com/iotaledger/inx-chronicle/issues/690)) ([973349f](https://github.com/iotaledger/inx-chronicle/commit/973349f4c6b2f400b15a3b802b849d154c2ce680))

## [1.0.0-beta.17](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-09-15)


Expand Down
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 = "1.0.0-beta.17"
version = "1.0.0-beta.18"
authors = [ "IOTA Stiftung" ]
edition = "2021"
description = "IOTA permanode implemented as an IOTA Node Extension (INX)."
Expand Down
29 changes: 27 additions & 2 deletions docker/config.alphanet.hornet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"protocol": {
"targetNetworkName": "alphanet-9",
"milestonePublicKeyCount": 3,
"targetNetworkName": "alphanet-10",
"milestonePublicKeyCount": 7,
"baseToken": {
"name": "Shimmer",
"tickerSymbol": "SMR",
Expand Down Expand Up @@ -35,6 +35,31 @@
"key": "8e222ae7e2adcfb87a2984a19aad52b1979ed1472c3cb17239a73ef1d344c35a",
"start": 0,
"end": 0
},
{
"key": "64bc7cd3de254cc3a2a6e0aaee5b841d0a671b22b487788f594fbf1ef329935c",
"start": 0,
"end": 0
},
{
"key": "a3be03ff2390210354a9af6beb418a957766b050f5a7c62662803cc267a944f6",
"start": 0,
"end": 0
},
{
"key": "19596d570e9535f11cc34091db98ec44a526e38657f826b5d6b6152e533b8c06",
"start": 0,
"end": 0
},
{
"key": "afeac2c52a0ad3da537ba87d0172720fd55fa4fdb3c44b0fd20bc812d18a8856",
"start": 0,
"end": 0
},
{
"key": "2a6977f6e547518d572d7ba63f6b50b5bbaf3de8023dc542751723f391297b8b",
"start": 0,
"end": 0
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion docker/config.testnet.hornet.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion docker/docker-compose.nest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

hornet:
container_name: hornet
image: iotaledger/hornet-nest:2.0.0-beta.8
image: iotaledger/hornet-nest:2.0.0-beta
ports:
- "14265:14265/tcp"
- "8081:8081/tcp"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- ../config.template.toml:/app/config.toml:ro

hornet:
image: iotaledger/hornet:2.0.0-beta.8
image: iotaledger/hornet:2.0.0-beta
container_name: hornet
ulimits:
nofile:
Expand Down

0 comments on commit 42dda60

Please sign in to comment.