Skip to content

Commit

Permalink
chore: add tx-submit-api v0.20.0 and v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Oct 21, 2024
1 parent b37f5cb commit 418286d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/tx-submit-api/tx-submit-api-0.20.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: tx-submit-api
version: 0.20.0
description: HTTP transaction submission API gateway for interfacing with a local Cardano node
dependencies:
- cardano-node >= 9.1.0
installSteps:
- docker:
containerName: tx-submit-api
image: ghcr.io/blinklabs-io/tx-submit-api:0.20.0
env:
CARDANO_NETWORK: '{{ .Context.Network }}'
CARDANO_NODE_SOCKET_PATH: /ipc/node.socket
binds:
- '{{ .Paths.ContextDir }}/node-ipc:/ipc'
ports:
- "8090"
pullOnly: false
outputs:
- name: rest
description: Tx Submit API REST service
value: 'localhost:{{ index (index .Ports "tx-submit-api") "8090" }}'
tags:
- docker
- linux
- darwin
- amd64
- arm64
27 changes: 27 additions & 0 deletions packages/tx-submit-api/tx-submit-api-0.20.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: tx-submit-api
version: 0.20.1
description: HTTP transaction submission API gateway for interfacing with a local Cardano node
dependencies:
- cardano-node >= 9.1.0
installSteps:
- docker:
containerName: tx-submit-api
image: ghcr.io/blinklabs-io/tx-submit-api:0.20.1
env:
CARDANO_NETWORK: '{{ .Context.Network }}'
CARDANO_NODE_SOCKET_PATH: /ipc/node.socket
binds:
- '{{ .Paths.ContextDir }}/node-ipc:/ipc'
ports:
- "8090"
pullOnly: false
outputs:
- name: rest
description: Tx Submit API REST service
value: 'localhost:{{ index (index .Ports "tx-submit-api") "8090" }}'
tags:
- docker
- linux
- darwin
- amd64
- arm64

0 comments on commit 418286d

Please sign in to comment.