Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.4 #75

Merged
merged 1 commit into from
Apr 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: missing deps (#74)
* fix: missing dependencies

* chore: bump version v0.6.4
r4mmer authored Apr 7, 2022
commit 301a0705afb7cdacb46ab2114f84c0ebc3293f6b
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ RUN poetry config virtualenvs.create false \
FROM python:3.9-alpine

COPY --from=build /usr/local/lib/python3.9/site-packages /usr/local/lib/python3.9/site-packages
RUN apk add libgcc

COPY txstratum/ ./txstratum
COPY main.py log.conf ./
2 changes: 1 addition & 1 deletion docs/apidocs.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ servers:
info:
title: tx-mining-service API
description: This service is used to resolving transactions before propagating them into the network
version: 0.6.3
version: 0.6.4
paths:
/health-check:
get:
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

[tool.poetry]
name = "tx-mining-service"
version = "0.6.3"
version = "0.6.4"
description = "Service to mine transactions"
authors = ["Hathor Team <[email protected]>"]
license = "MIT"