Skip to content

Commit

Permalink
chore: Update testdrive to #24
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 17, 2022
1 parent b4623d7 commit e24d444
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]


[dependencies]
pallas = "0.5.0-alpha.2"
# pallas = { path = "../pallas/pallas" }
# pallas = "0.5.0-alpha.2"
pallas = { path = "../pallas/pallas" }
hex = "0.4.3"
net2 = "0.2.37"
bech32 = "0.8.1"
Expand Down
9 changes: 4 additions & 5 deletions testdrive/cardano2elastic/k8s/oura.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ data:
type = "N2N"
address = ["Tcp", "relays-new.cardano-mainnet.iohk.io:3001"]
magic = "mainnet"
# it will start from way back, so we get a lot of data
since = [4492799, "f8084c61b6a238acec985b59310b6ecec49c0ab8352249afd7268da5cff2a457"]
since = [0, "f0f7892b5c333cffc4b3c4344de48af4cc63f55e44936196f365a9ef2244134f"]
min_depth = 6
[[filters]]
type = "Fingerprint"
[sink]
type = "Elastic"
url = "https://sink-es-http:9200"
index = "oura.sink.v0.mainnet"
index = "oura.sink.v1.mainnet"
idempotency = true
[sink.credentials]
Expand Down Expand Up @@ -59,7 +58,7 @@ spec:
spec:
containers:
- name: main
image: ghcr.io/txpipe/oura-testdrive:22
image: ghcr.io/txpipe/oura-testdrive:24
env:
- name: "RUST_LOG"
value: "warn"
Expand Down

0 comments on commit e24d444

Please sign in to comment.