Skip to content

Commit

Permalink
chore: bump ogmios 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed May 9, 2024
1 parent 7ab9980 commit 6cbd003
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion compose/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ services:
cardano-node:
image: ghcr.io/input-output-hk/ogmios-tracker/cardano-node:${CARDANO_NODE_VERSION:-8.9.1}
ogmios:
image: ghcr.io/input-output-hk/ogmios-tracker/ogmios:v${OGMIOS_VERSION:-6.2.0}
image: ghcr.io/input-output-hk/ogmios-tracker/ogmios:v${OGMIOS_VERSION:-6.3.0}
cardano-submit-api:
image: ghcr.io/input-output-hk/ogmios-tracker/cardano-submit-api:${CARDANO_NODE_VERSION:-8.9.1}
2 changes: 1 addition & 1 deletion compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:

ogmios:
<<: *logging
image: cardanosolutions/ogmios:v${OGMIOS_VERSION:-6.2.0}
image: cardanosolutions/ogmios:v${OGMIOS_VERSION:-6.3.0}
command:
['--host', '0.0.0.0', '--node-socket', '/ipc/node.socket', '--node-config', '/config/cardano-node/config.json']
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tscNoEmit": "echo typescript --noEmit command not implemented yet"
},
"devDependencies": {
"@cardano-ogmios/client": "6.2.0",
"@cardano-ogmios/client": "6.3.0",
"@cardano-sdk/util-dev": "workspace:~",
"@types/bunyan": "^1.8.8",
"@types/cors": "^2.8.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
}
},
"dependencies": {
"@cardano-ogmios/client": "6.2.0",
"@cardano-ogmios/schema": "6.2.0",
"@cardano-ogmios/client": "6.3.0",
"@cardano-ogmios/schema": "6.3.0",
"@cardano-sdk/crypto": "workspace:~",
"@cardano-sdk/util": "workspace:~",
"@foxglove/crc": "^0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"@cardano-ogmios/schema": "6.2.0",
"@cardano-ogmios/schema": "6.3.0",
"@dcspark/cardano-multiplatform-lib-nodejs": "^3.1.1",
"@types/blake2b": "^2.1.0",
"@types/libsodium-wrappers-sumo": "^0.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@cardano-foundation/ledgerjs-hw-app-cardano": "^7.1.2",
"@cardano-ogmios/client": "6.2.0",
"@cardano-ogmios/client": "6.3.0",
"@cardano-sdk/cardano-services": "workspace:~",
"@cardano-sdk/cardano-services-client": "workspace:~",
"@cardano-sdk/core": "workspace:~",
Expand Down
6 changes: 3 additions & 3 deletions packages/ogmios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"@cardano-ogmios/schema": "6.2.0",
"@cardano-ogmios/schema": "6.3.0",
"@cardano-sdk/cardano-services-client": "workspace:~",
"@cardano-sdk/util-dev": "workspace:~",
"@cardano-sdk/util-rxjs": "workspace:~",
Expand All @@ -54,8 +54,8 @@
"ws": "^8.5.0"
},
"dependencies": {
"@cardano-ogmios/client": "6.2.0",
"@cardano-ogmios/schema": "6.2.0",
"@cardano-ogmios/client": "6.3.0",
"@cardano-ogmios/schema": "6.3.0",
"@cardano-sdk/core": "workspace:~",
"@cardano-sdk/crypto": "workspace:~",
"@cardano-sdk/util": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogmios/src/ogmiosToCore/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const mapCertificate = (certificate: Schema.Certificate): Cardano.Certificate =>
genesisHash: Crypto.Hash28ByteBase16(certificate.issuer.id),
vrfKeyHash: Crypto.Hash32ByteBase16(certificate.delegate.vrfVerificationKeyHash)
};
case 'constitutionalCommitteeHotKeyRegistration':
case 'constitutionalCommitteeDelegation':
// TODO: Conway rest of fields
return {
__typename: Cardano.CertificateType.AuthorizeCommitteeHot
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@cardano-foundation/ledgerjs-hw-app-cardano": "^7.1.2",
"@cardano-ogmios/client": "6.2.0",
"@cardano-ogmios/client": "6.3.0",
"@cardano-sdk/cardano-services-client": "workspace:~",
"@cardano-sdk/ogmios": "workspace:~",
"@cardano-sdk/util-dev": "workspace:~",
Expand Down
4 changes: 2 additions & 2 deletions yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ cacheEntries = {
"@blockfrost/blockfrost-js@npm:5.5.0-beta.0" = { filename = "@blockfrost-blockfrost-js-npm-5.5.0-beta.0-bc07385d7b-193111691d.zip"; sha512 = "193111691d8b5ed44a66484cb6be007ab3b97cf2f10c6a2fdfe191cb40386e08b6dee43354d830959d04bc3ffc8069e2f07e5535da53ddabbd03f18954b6f5b8"; };
"@blockfrost/openapi@npm:0.1.59" = { filename = "@blockfrost-openapi-npm-0.1.59-565be7762f-8846c0bb7e.zip"; sha512 = "8846c0bb7e09388aa79a23795e602304ddd8d17eb8335509330988c3a51063a6e06ec5a0d3278c5ba145f69da2a673913b8aeebae68a99f37b59ebdb2ec3a978"; };
"@cardano-foundation/ledgerjs-hw-app-cardano@npm:7.1.2" = { filename = "@cardano-foundation-ledgerjs-hw-app-cardano-npm-7.1.2-8c3303461b-121d90fa16.zip"; sha512 = "121d90fa16c29dfa2644a3d6583763411246ea52a9ccf72346bf809690fa85d88eb6cec322d4cda2ba39a6e869ebc993a294eb8f8cb34612cfac6a7e8271b9ce"; };
"@cardano-ogmios/client@npm:6.2.0" = { filename = "@cardano-ogmios-client-npm-6.2.0-9f37fe84b8-d2ff61ebe8.zip"; sha512 = "d2ff61ebe8223ece6e7e9a3576eef59d75aaa66347a91621b89a2fc8018f47a298e166aa0f7e432084c70f93845d4825844e7bdf887cd510eb8f18914e8ec3c2"; };
"@cardano-ogmios/schema@npm:6.2.0" = { filename = "@cardano-ogmios-schema-npm-6.2.0-0320402441-fe32742b8e.zip"; sha512 = "fe32742b8eacdffdf98d96d8d4689ea61b3e39e394678fd1bd0110752bf97d41268c67f5f65a7e1b8b9efa98f9c409017bf48c9a9f5b7ab10108f2dc3259ad1b"; };
"@cardano-ogmios/client@npm:6.3.0" = { filename = "@cardano-ogmios-client-npm-6.3.0-4f9c35e81a-452105c7f3.zip"; sha512 = "452105c7f381e6b5244c6d29f732581eade51a6e6641eb4b30fee21b147dcd55498b30efb383bad71cd40f4f6f8b96fc11ba8c7f0c2c237fee00f87bdae11dbf"; };
"@cardano-ogmios/schema@npm:6.3.0" = { filename = "@cardano-ogmios-schema-npm-6.3.0-7e72e32c60-1ba6ced21f.zip"; sha512 = "1ba6ced21fe60d935a17d9c8fd3f871ba1b9966d8badeae2583b990f0093320fb3c477bb806e549be10df2dd8550c759c478b95d187c46c768de2d07b8398485"; };
"@cardanosolutions/json-bigint@npm:1.0.1" = { filename = "@cardanosolutions-json-bigint-npm-1.0.1-b157608882-cd52446a76.zip"; sha512 = "cd52446a76516c528c69d431c1b593a029e87106968bd2b8e6074761025b77fc18a1b8ae6a10a6e5897446058ca79e0864de6c7d609240275e30cc9f0d2f2fd1"; };
"@colors/colors@npm:1.5.0" = { filename = "@colors-colors-npm-1.5.0-875af3a8b4-d64d5260be.zip"; sha512 = "d64d5260bed1d5012ae3fc617d38d1afc0329fec05342f4e6b838f46998855ba56e0a73833f4a80fa8378c84810da254f76a8a19c39d038260dc06dc4e007425"; };
"@commitlint/cli@npm:13.2.1" = { filename = "@commitlint-cli-npm-13.2.1-0a46dd618d-41b74874ec.zip"; sha512 = "41b74874ec3e3b1da69f07710ea080654017d6e9a73d98d06c061259bb255e09a4870a516da0ee92f86776f030e608eb797cdd44dac804c39f2f32e798e81a60"; };
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3065,11 +3065,11 @@ __metadata:
languageName: node
linkType: hard

"@cardano-ogmios/client@npm:6.2.0":
version: 6.2.0
resolution: "@cardano-ogmios/client@npm:6.2.0"
"@cardano-ogmios/client@npm:6.3.0":
version: 6.3.0
resolution: "@cardano-ogmios/client@npm:6.3.0"
dependencies:
"@cardano-ogmios/schema": 6.2.0
"@cardano-ogmios/schema": 6.3.0
"@cardanosolutions/json-bigint": ^1.0.1
"@types/json-bigint": ^1.0.1
bech32: ^2.0.0
Expand All @@ -3079,14 +3079,14 @@ __metadata:
nanoid: ^3.1.31
ts-custom-error: ^3.2.0
ws: ^7.4.6
checksum: d2ff61ebe8223ece6e7e9a3576eef59d75aaa66347a91621b89a2fc8018f47a298e166aa0f7e432084c70f93845d4825844e7bdf887cd510eb8f18914e8ec3c2
checksum: 452105c7f381e6b5244c6d29f732581eade51a6e6641eb4b30fee21b147dcd55498b30efb383bad71cd40f4f6f8b96fc11ba8c7f0c2c237fee00f87bdae11dbf
languageName: node
linkType: hard

"@cardano-ogmios/schema@npm:6.2.0":
version: 6.2.0
resolution: "@cardano-ogmios/schema@npm:6.2.0"
checksum: fe32742b8eacdffdf98d96d8d4689ea61b3e39e394678fd1bd0110752bf97d41268c67f5f65a7e1b8b9efa98f9c409017bf48c9a9f5b7ab10108f2dc3259ad1b
"@cardano-ogmios/schema@npm:6.3.0":
version: 6.3.0
resolution: "@cardano-ogmios/schema@npm:6.3.0"
checksum: 1ba6ced21fe60d935a17d9c8fd3f871ba1b9966d8badeae2583b990f0093320fb3c477bb806e549be10df2dd8550c759c478b95d187c46c768de2d07b8398485
languageName: node
linkType: hard

Expand Down Expand Up @@ -3120,7 +3120,7 @@ __metadata:
resolution: "@cardano-sdk/cardano-services@workspace:packages/cardano-services"
dependencies:
"@blockfrost/blockfrost-js": 5.5.0-beta.0
"@cardano-ogmios/client": 6.2.0
"@cardano-ogmios/client": 6.3.0
"@cardano-sdk/cardano-services-client": "workspace:~"
"@cardano-sdk/core": "workspace:~"
"@cardano-sdk/crypto": "workspace:~"
Expand Down Expand Up @@ -3195,8 +3195,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cardano-sdk/core@workspace:packages/core"
dependencies:
"@cardano-ogmios/client": 6.2.0
"@cardano-ogmios/schema": 6.2.0
"@cardano-ogmios/client": 6.3.0
"@cardano-ogmios/schema": 6.3.0
"@cardano-sdk/crypto": "workspace:~"
"@cardano-sdk/util": "workspace:~"
"@foxglove/crc": ^0.0.3
Expand Down Expand Up @@ -3227,7 +3227,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cardano-sdk/crypto@workspace:packages/crypto"
dependencies:
"@cardano-ogmios/schema": 6.2.0
"@cardano-ogmios/schema": 6.3.0
"@cardano-sdk/util": "workspace:~"
"@dcspark/cardano-multiplatform-lib-nodejs": ^3.1.1
"@types/blake2b": ^2.1.0
Expand Down Expand Up @@ -3292,7 +3292,7 @@ __metadata:
"@babel/preset-env": ^7.18.2
"@babel/preset-typescript": ^7.17.12
"@cardano-foundation/ledgerjs-hw-app-cardano": ^7.1.2
"@cardano-ogmios/client": 6.2.0
"@cardano-ogmios/client": 6.3.0
"@cardano-sdk/cardano-services": "workspace:~"
"@cardano-sdk/cardano-services-client": "workspace:~"
"@cardano-sdk/core": "workspace:~"
Expand Down Expand Up @@ -3545,8 +3545,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cardano-sdk/ogmios@workspace:packages/ogmios"
dependencies:
"@cardano-ogmios/client": 6.2.0
"@cardano-ogmios/schema": 6.2.0
"@cardano-ogmios/client": 6.3.0
"@cardano-ogmios/schema": 6.3.0
"@cardano-sdk/cardano-services-client": "workspace:~"
"@cardano-sdk/core": "workspace:~"
"@cardano-sdk/crypto": "workspace:~"
Expand Down Expand Up @@ -3722,7 +3722,7 @@ __metadata:
resolution: "@cardano-sdk/wallet@workspace:packages/wallet"
dependencies:
"@cardano-foundation/ledgerjs-hw-app-cardano": ^7.1.2
"@cardano-ogmios/client": 6.2.0
"@cardano-ogmios/client": 6.3.0
"@cardano-sdk/cardano-services-client": "workspace:~"
"@cardano-sdk/core": "workspace:~"
"@cardano-sdk/crypto": "workspace:~"
Expand Down

0 comments on commit 6cbd003

Please sign in to comment.