Skip to content

Commit

Permalink
Update dcspark-core (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Feb 15, 2023
1 parent 6799d66 commit 7998ee2
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions 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 deployment/config/indexer/docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NETWORK=mainnet

CONFIG_FILE=oura_docker.yml

CARP_VERSION=2.2.0
CARP_VERSION=2.2.1

# these credentials are utilized by postgres, carp and carp_web services
POSTGRES_HOST=postgres
Expand Down
2 changes: 1 addition & 1 deletion docs/bin/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
},
"info": {
"title": "carp",
"version": "2.2.0",
"version": "2.2.1",
"description": "API for the Postgres database generated by Carp",
"license": {
"name": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/indexer/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NETWORK=mainnet
# any custom filename located in deployment/config/indexer folder
CONFIG_FILE=cardano_node_docker.yml
CARP_VERSION=2.2.0
CARP_VERSION=2.2.1
# these credentials are utilized by postgres, carp and carp_web services
# host should be container name or static ip
Expand Down
8 changes: 4 additions & 4 deletions indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carp"
version = "2.2.0"
version = "2.2.1"
edition = "2021"
license = "MIT"

Expand All @@ -9,9 +9,9 @@ strip = true

[dependencies]
# [core]
dcspark-core = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "399d5b92cc5aed531d72b7c533b59093df627ae9" }
dcspark-blockchain-source = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "399d5b92cc5aed531d72b7c533b59093df627ae9" }
multiverse = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "399d5b92cc5aed531d72b7c533b59093df627ae9" }
dcspark-core = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "81d14efde2fac3e00ab74c89da15e961ec231c6a" }
dcspark-blockchain-source = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "81d14efde2fac3e00ab74c89da15e961ec231c6a" }
multiverse = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "81d14efde2fac3e00ab74c89da15e961ec231c6a" }

# [local]
entity = { path = "entity" }
Expand Down
2 changes: 1 addition & 1 deletion webserver/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcspark/carp-client",
"version": "2.2.0",
"version": "2.2.1",
"description": "Web client for the Carp server",
"main": "app/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webserver/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcspark/carp-examples",
"version": "2.2.0",
"version": "2.2.1",
"description": "Examples that leverage the Carp client",
"scripts": {
"eslint": "eslint tests",
Expand Down
2 changes: 1 addition & 1 deletion webserver/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carp",
"version": "2.2.0",
"version": "2.2.1",
"description": "API for the Postgres database generated by Carp",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 7998ee2

Please sign in to comment.