Skip to content

Commit

Permalink
feat: update ogmios to v6.9.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
LGLO authored Nov 12, 2024
1 parent 1fc4cb2 commit f8c9c91
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.

## Changed

* Update ogmios to v6.9.0

## Removed

## Fixed
Expand Down Expand Up @@ -36,8 +38,6 @@ on how to create these new data sources see `node/src/main_chain_follower.rs` fi
* `partner-chains-cli` does not use `cardano-cli` to derive address not to query utxos.
* `partner-chains-cli` does not use `pc-contracts-cli` in `prepare-configuration` wizard, it uses `partner-chains-cardano-offchain` crate instead.
* Update cardano-node to 10.1.2
* Bumped `partner-chains-smart-contracts` version to v6.2.2
* Added d-parameter and permissioned-candidates transaction building (not wired in)

## Added
* Added `new_if_pallet_present` factory for the native token inherent data provider,
Expand Down
6 changes: 3 additions & 3 deletions dev/local-environment/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PARTNER_CHAINS_NODE_IMAGE="ghcr.io/input-output-hk/partner-chains/partner-chains
CARDANO_IMAGE="ghcr.io/intersectmbo/cardano-node:10.1.2"
DBSYNC_IMAGE="ghcr.io/intersectmbo/cardano-db-sync:13.5.0.2"
KUPO_IMAGE="cardanosolutions/kupo:v2.9.0"
OGMIOS_IMAGE="cardanosolutions/ogmios:v6.8.0"
OGMIOS_IMAGE="cardanosolutions/ogmios:v6.9.0"
POSTGRES_IMAGE="postgres:15.3"
SIDECHAIN_MAIN_CLI_IMAGE="node:22-bookworm"
TESTS_IMAGE="python:3.10-slim"
Expand Down Expand Up @@ -448,7 +448,7 @@ parse_arguments() {
deployment_option=4
postgres_password=""
overrides="no"
tests_enabled="no"
tests_enabled="no"

# Parse arguments
while [[ $# -gt 0 ]]; do
Expand Down Expand Up @@ -522,7 +522,7 @@ parse_arguments() {
export postgres_password
export overrides
export node_image
export tests_enabled
export tests_enabled
}


Expand Down
2 changes: 1 addition & 1 deletion docker/sidechain-dependencies/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
- db-sync-data:/var/lib

ogmios:
image: cardanosolutions/ogmios:v6.8.0
image: cardanosolutions/ogmios:v6.9.0
container_name: sidechains-ogmios
platform: linux/amd64
command: "--host 0.0.0.0 --node-config /config/preview/config.json --node-socket /ipc/node.socket"
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guides/chain-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Partner Chain builders are organizations that want to build their own blockchain
## Order of Operations
1. Install dependencies
1. Cardano node v10.1.2
1. Ogmios v6.8.0
1. Ogmios v6.9.0
2. Kupo - v2.9.0
3. DB Sync v13.5.0.2 (PostgreSQLv15.3)
2. Download the partner chain node v1.1.0
Expand Down Expand Up @@ -39,7 +39,7 @@ Be mindful of file paths in the instruction sets below. Your Cardano node may ha

---

### 1.1.1 Ogmios - v6.8.0
### 1.1.1 Ogmios - v6.9.0

Ogmios is a lightweight bridge interface for `cardano-node`. It offers a WebSocket API that enables local clients to speak to the main chain via JSON/RPC.

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guides/registered.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A registered block producer is a Cardano stake pool operator (SPO) that desires
1. Become a Cardano SPO
2. Install partner chains dependencies
1. Cardano node v10.1.2
1. Ogmios v6.8.0
1. Ogmios v6.9.0
2. Kupo - v2.9.0
3. Cardano DB Sync v13.5.0.2 (PostgreSQL v15.3)
2. Download the partner chain node v1.0
Expand Down Expand Up @@ -46,7 +46,7 @@ Be mindful of file paths in the instruction sets below. Your `cardano-node` may

---

### 2.1.1 Ogmios - v6.8.0
### 2.1.1 Ogmios - v6.9.0

Ogmios is a lightweight bridge interface for `cardano-node`. It offers a WebSocket API that enables local clients to speak to the main chain via JSON/RPC.

Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
flake = false;
};
ogmios = {
url = "github:CardanoSolutions/ogmios/v6.8.0";
url = "github:CardanoSolutions/ogmios/v6.9.0";
flake = false;
};
configurations = {
Expand Down
2 changes: 1 addition & 1 deletion nix/packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
...
}: let
kupoVersion = "2.9.0";
ogmiosVersion = "6.8.0";
ogmiosVersion = "6.9.0";

flake-compat = import inputs.flake-compat;
cardanoPackages = (flake-compat { src = inputs.cardano-node; }).defaultNix.packages.${system};
Expand Down
4 changes: 2 additions & 2 deletions nix/packages/ogmios.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let
ogmiosLinux = fetchzip {
url = "https://github.com/CardanoSolutions/ogmios/releases/download/v${version}/ogmios-v${version}-x86_64-linux.zip";
hash = "sha256-PM3tB6YdFsXRxGptDuxOvLke0m/08ySy4oV1WfIu//g=";
hash = "sha256-i6J3ybpxdZvd/e7ktIW4Dvf7Crobs60jwEYHfFxnsJw=";
stripRoot = false;
version = "${version}";
name = "ogmios-${version}";
Expand All @@ -11,7 +11,7 @@ let

ogmiosDarwin = fetchzip {
url = "https://github.com/CardanoSolutions/ogmios/releases/download/v${version}/ogmios-v${version}-aarch64-macos.zip";
hash = "sha256-YcSUft/aH9o2F0o1CFcmrvSnSYs0RE1fPvFW6ihWVWM=";
hash = "sha256-mlrL7D1muYLmcAguUotgFRKJrvKXzPTrEj8uzINkt8s=";
stripRoot = false;
version = "${version}";
name = "ogmios-${version}";
Expand Down

0 comments on commit f8c9c91

Please sign in to comment.