Skip to content

Commit

Permalink
Integrate node-10
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Oct 21, 2024
1 parent aa2e0c7 commit 162a580
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 37 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Revision history for cardano-db-sync

## 13.6.0.0
- A new config `use_address_table` addition makes it possible to use a separate table for addresses [#1697]
- Support application/ld+json http mime type for vote metadata [#1842]
- Support fetching from ipfs, using a new config `ipfs_gateway` [#1792]
- Fix an issue with drep metadata images [#1857]
- Fix an issue with pool_stat [#1833]


## 13.5.0.2
- Fix an issue with restarts
- Fix an issue with --disable-cache not working properly [#1838]
Expand Down
8 changes: 4 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

index-state:
, hackage.haskell.org 2024-09-10T19:44:01Z
, cardano-haskell-packages 2024-09-06T13:43:41Z
, hackage.haskell.org 2024-10-10T00:52:24Z
, cardano-haskell-packages 2024-10-17T12:07:57Z

packages:
cardano-db
Expand Down Expand Up @@ -84,8 +84,8 @@ constraints:
source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-node
tag: efd560070aaf042d1eb4680ae37fc607c7742319
--sha256: sha256-VIwEjpaGk09+dAcKELjLSR2OP3qBCWTGHpd0SBjgbVc=
tag: cdb45dd5aa9b4cf43ef6a6c8ecd5b6afbef953e4
--sha256: sha256-YFq/0HGlWqzij+9hOoXNhDHFH+5ltpMph8mmI4O8qeE=
subdir:
cardano-node
cardano-submit-api
Expand Down
4 changes: 2 additions & 2 deletions cardano-chain-gen/cardano-chain-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-chain-gen
version: 13.5.0.2
version: 13.6.0.0
synopsis: A fake chain generator for testing cardano DB sync.
description: A fake chain generator for testing cardano DB sync.
homepage: https://github.com/IntersectMBO/cardano-db-sync
Expand Down Expand Up @@ -95,7 +95,7 @@ library
, ouroboros-network-framework
, ouroboros-network-protocols
, plutus-core
, plutus-ledger-api:{plutus-ledger-api-testlib} ==1.30.0.0
, plutus-ledger-api:{plutus-ledger-api-testlib}
, serialise
, strict-sop-core
, strict-stm
Expand Down
4 changes: 2 additions & 2 deletions cardano-db-sync/cardano-db-sync.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db-sync
version: 13.5.0.2
version: 13.6.0.0
synopsis: The Cardano DB Sync node
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database.
Expand Down Expand Up @@ -209,7 +209,7 @@ library
, ouroboros-network-protocols
, persistent
, persistent-postgresql
, plutus-ledger-api ==1.30.0.0
, plutus-ledger-api
, pretty-show
, prometheus
, psqueues
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-tool/cardano-db-tool.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db-tool
version: 13.5.0.2
version: 13.6.0.0
synopsis: Utilities to manage the cardano-db-sync databases.
description: Utilities and executable, used to manage and validate the
PostgreSQL db and the ledger database of the cardano-db-sync node
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db
version: 13.5.0.2
version: 13.6.0.0
synopsis: A base PostgreSQL component for the cardano-db-sync node.
description: Code for the Cardano DB Sync node that is shared between the
cardano-db-node and other components.
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/test/cardano-db-test.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db-test
version: 13.5.0.2
version: 13.6.0.0
synopsis: Tests for the base functionality of the cardano-db library
description: Code for the Cardano DB Sync node that is shared between the
cardano-db-node and other components.
Expand Down
2 changes: 1 addition & 1 deletion cardano-smash-server/cardano-smash-server.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-smash-server
version: 13.5.0.2
version: 13.6.0.0
synopsis: The Cardano smash server
description: Please see the README on GitHub at
<https://github.com/IntersectMBO/cardano-db-sync/cardano-smash-server/#readme>
Expand Down
1 change: 0 additions & 1 deletion doc/schema.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Schema Documentation for cardano-db-sync

Schema version: 13.5.0.2 (from branch **1870-variant-collateral-txout** which may not accurately reflect the version number)
**Note:** This file is auto-generated from the documentation in cardano-db/src/Cardano/Db/Schema/BaseSchema.hs by the command `cabal run -- gen-schema-docs doc/schema.md`. This document should only be updated during the release process and updated on the release branch.

### `schema_version`
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
max-file: "10"

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:9.1.1
image: ghcr.io/intersectmbo/cardano-node:10.0.0-pre
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand All @@ -54,7 +54,7 @@ services:
max-file: "10"

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:13.5.0.2
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0
environment:
- DB_SYNC_CONFIG=${DB_SYNC_CONFIG:-}
- DISABLE_LEDGER=${DISABLE_LEDGER}
Expand Down
44 changes: 22 additions & 22 deletions flake.lock

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

0 comments on commit 162a580

Please sign in to comment.