Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@f38bfca8c99…
Browse files Browse the repository at this point in the history
…524efe09c06d4a667be0af10ed7ece8c8702b503bf8d6bf30afe2
  • Loading branch information
galoybot committed Sep 14, 2023
1 parent d050af8 commit 640bb28
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 62 deletions.
18 changes: 3 additions & 15 deletions quickstart/dev/apollo-federation/supergraph.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,6 @@ input OnChainPaymentSendAllInput
address: OnChainAddress!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

Expand All @@ -989,15 +988,13 @@ input OnChainPaymentSendInput
amount: SatAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

type OnChainTxFee
@join__type(graph: PUBLIC)
{
amount: SatAmount!
targetConfirmations: TargetConfirmations! @deprecated(reason: "Ignored - will be removed")
}

scalar OnChainTxHash
Expand All @@ -1021,7 +1018,6 @@ input OnChainUsdPaymentSendAsBtcDenominatedInput
amount: SatAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

Expand All @@ -1032,15 +1028,13 @@ input OnChainUsdPaymentSendInput
amount: CentAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

type OnChainUsdTxFee
@join__type(graph: PUBLIC)
{
amount: CentAmount!
targetConfirmations: TargetConfirmations! @deprecated(reason: "Ignored - will be removed")
}

type OneDayAccountLimit implements AccountLimit
Expand Down Expand Up @@ -1232,9 +1226,9 @@ type Query
lnInvoicePaymentStatus(input: LnInvoicePaymentStatusInput!): LnInvoicePaymentStatusPayload!
me: User
mobileVersions: [MobileVersions]
onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainTxFee!
onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainUsdTxFee!
onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainUsdTxFee!
onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainTxFee!
onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee!
onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee!
quizQuestions: [QuizQuestion] @deprecated(reason: "TODO: remove. we don't need a non authenticated version of this query. the users can only do the query while authenticated")

"""Returns 1 Sat and 1 Usd Cent price for the given currency"""
Expand Down Expand Up @@ -1380,12 +1374,6 @@ type SuccessPayload
success: Boolean
}

"""
(Positive) Number of blocks in which the transaction is expected to be confirmed
"""
scalar TargetConfirmations
@join__type(graph: PUBLIC)

"""
Timestamp field, serialized as Unix time (the number of seconds since the Unix epoch)
"""
Expand Down
4 changes: 2 additions & 2 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#@ load("@ytt:data", "data")

#@ galoy_image_digest = "sha256@ecad22fd1c8aeff1b923417030bc2a7ff8465999f6e4df6268f310a31d33d99b"
#@ mongodb_migrate_image_digest = "sha256@6c3057464d055409a2f7038c44e9b763c06cc66635cc55d459be0c5cdcd4616d"
#@ galoy_image_digest = "sha256@f38bfca8c99524efe09c06d4a667be0af10ed7ece8c8702b503bf8d6bf30afe2"
#@ mongodb_migrate_image_digest = "sha256@538df30b195c7b89e54c42f3a892257d00962e22314e604b56b2f3041874a2d7"

version: #@ data.values.version
services:
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=default
galoy:
image: us.gcr.io/galoy-org/galoy-app@sha256:ecad22fd1c8aeff1b923417030bc2a7ff8465999f6e4df6268f310a31d33d99b
image: us.gcr.io/galoy-org/galoy-app@sha256:f38bfca8c99524efe09c06d4a667be0af10ed7ece8c8702b503bf8d6bf30afe2
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -86,7 +86,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-app@sha256:ecad22fd1c8aeff1b923417030bc2a7ff8465999f6e4df6268f310a31d33d99b
image: us.gcr.io/galoy-org/galoy-app@sha256:f38bfca8c99524efe09c06d4a667be0af10ed7ece8c8702b503bf8d6bf30afe2
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -111,7 +111,7 @@ services:
- MONGO_INITDB_DATABASE=galoy
- MONGODB_ADVERTISED_HOSTNAME=127.0.0.1
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:6c3057464d055409a2f7038c44e9b763c06cc66635cc55d459be0c5cdcd4616d
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:538df30b195c7b89e54c42f3a892257d00962e22314e604b56b2f3041874a2d7
depends_on:
- mongodb
environment:
Expand Down
18 changes: 3 additions & 15 deletions quickstart/galoy/dev/apollo-federation/supergraph.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,6 @@ input OnChainPaymentSendAllInput
address: OnChainAddress!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

Expand All @@ -989,15 +988,13 @@ input OnChainPaymentSendInput
amount: SatAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

type OnChainTxFee
@join__type(graph: PUBLIC)
{
amount: SatAmount!
targetConfirmations: TargetConfirmations! @deprecated(reason: "Ignored - will be removed")
}

scalar OnChainTxHash
Expand All @@ -1021,7 +1018,6 @@ input OnChainUsdPaymentSendAsBtcDenominatedInput
amount: SatAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

Expand All @@ -1032,15 +1028,13 @@ input OnChainUsdPaymentSendInput
amount: CentAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

type OnChainUsdTxFee
@join__type(graph: PUBLIC)
{
amount: CentAmount!
targetConfirmations: TargetConfirmations! @deprecated(reason: "Ignored - will be removed")
}

type OneDayAccountLimit implements AccountLimit
Expand Down Expand Up @@ -1232,9 +1226,9 @@ type Query
lnInvoicePaymentStatus(input: LnInvoicePaymentStatusInput!): LnInvoicePaymentStatusPayload!
me: User
mobileVersions: [MobileVersions]
onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainTxFee!
onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainUsdTxFee!
onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainUsdTxFee!
onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainTxFee!
onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee!
onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee!
quizQuestions: [QuizQuestion] @deprecated(reason: "TODO: remove. we don't need a non authenticated version of this query. the users can only do the query while authenticated")

"""Returns 1 Sat and 1 Usd Cent price for the given currency"""
Expand Down Expand Up @@ -1380,12 +1374,6 @@ type SuccessPayload
success: Boolean
}

"""
(Positive) Number of blocks in which the transaction is expected to be confirmed
"""
scalar TargetConfirmations
@join__type(graph: PUBLIC)

"""
Timestamp field, serialized as Unix time (the number of seconds since the Unix epoch)
"""
Expand Down
17 changes: 3 additions & 14 deletions quickstart/graphql/public/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,6 @@ input OnChainPaymentSendAllInput {
address: OnChainAddress!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

Expand All @@ -778,13 +777,11 @@ input OnChainPaymentSendInput {
amount: SatAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

type OnChainTxFee {
amount: SatAmount!
targetConfirmations: TargetConfirmations! @deprecated(reason: "Ignored - will be removed")
}

scalar OnChainTxHash
Expand All @@ -803,7 +800,6 @@ input OnChainUsdPaymentSendAsBtcDenominatedInput {
amount: SatAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

Expand All @@ -812,13 +808,11 @@ input OnChainUsdPaymentSendInput {
amount: CentAmount!
memo: Memo
speed: PayoutSpeed = FAST
targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced")
walletId: WalletId!
}

type OnChainUsdTxFee {
amount: CentAmount!
targetConfirmations: TargetConfirmations! @deprecated(reason: "Ignored - will be removed")
}

type OneDayAccountLimit implements AccountLimit {
Expand Down Expand Up @@ -969,9 +963,9 @@ type Query {
lnInvoicePaymentStatus(input: LnInvoicePaymentStatusInput!): LnInvoicePaymentStatusPayload!
me: User
mobileVersions: [MobileVersions]
onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainTxFee!
onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainUsdTxFee!
onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, targetConfirmations: TargetConfirmations = 0 @deprecated(reason: "Ignored - will be replaced"), walletId: WalletId!): OnChainUsdTxFee!
onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainTxFee!
onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee!
onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee!
quizQuestions: [QuizQuestion] @deprecated(reason: "TODO: remove. we don't need a non authenticated version of this query. the users can only do the query while authenticated")

"""Returns 1 Sat and 1 Usd Cent price for the given currency"""
Expand Down Expand Up @@ -1081,11 +1075,6 @@ type SuccessPayload {
success: Boolean
}

"""
(Positive) Number of blocks in which the transaction is expected to be confirmed
"""
scalar TargetConfirmations

"""
Timestamp field, serialized as Unix time (the number of seconds since the Unix epoch)
"""
Expand Down
18 changes: 9 additions & 9 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix: cron usd invoices processing (#3209)...'
sha: a9f0a26ba4194b7546ea20f43747baf1cfc8bf86
commitTitle: 'chore: more graphql layer clean up (#3211)...'
sha: d050af8048a6de674c647037f84eb60e6b9b7e5d
tags:
- 0.13.66-1-ga9f0a26ba
- 0.13.67-1-gd050af804
path: ./
path: dev
- contents:
- git:
commitTitle: 'fix: cron usd invoices processing (#3209)...'
sha: a9f0a26ba4194b7546ea20f43747baf1cfc8bf86
commitTitle: 'chore: more graphql layer clean up (#3211)...'
sha: d050af8048a6de674c647037f84eb60e6b9b7e5d
tags:
- 0.13.66-1-ga9f0a26ba
- 0.13.67-1-gd050af804
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'fix: cron usd invoices processing (#3209)...'
sha: a9f0a26ba4194b7546ea20f43747baf1cfc8bf86
commitTitle: 'chore: more graphql layer clean up (#3211)...'
sha: d050af8048a6de674c647037f84eb60e6b9b7e5d
tags:
- 0.13.66-1-ga9f0a26ba
- 0.13.67-1-gd050af804
path: ./
path: ./graphql
kind: LockConfig
6 changes: 3 additions & 3 deletions quickstart/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a9f0a26ba4194b7546ea20f43747baf1cfc8bf86
ref: d050af8048a6de674c647037f84eb60e6b9b7e5d
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a9f0a26ba4194b7546ea20f43747baf1cfc8bf86
ref: d050af8048a6de674c647037f84eb60e6b9b7e5d
includePaths:
- dev/**/*
- test/bats/bitcoind_signer_descriptors.json
Expand All @@ -34,7 +34,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a9f0a26ba4194b7546ea20f43747baf1cfc8bf86
ref: d050af8048a6de674c647037f84eb60e6b9b7e5d
includePaths:
- src/graphql/public/schema.graphql
- src/graphql/admin/schema.graphql
Expand Down
2 changes: 1 addition & 1 deletion quickstart/vendir/values.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@data/values
---
galoy_git_ref: a9f0a26ba4194b7546ea20f43747baf1cfc8bf86
galoy_git_ref: d050af8048a6de674c647037f84eb60e6b9b7e5d

0 comments on commit 640bb28

Please sign in to comment.