Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Releases: hyahatiph-labs/gitpayd

v0.2.4

07 Feb 11:07
v0.2.4
Compare
Choose a tag to compare

Release v0.2.4-beta

  • fix error when failing to write configuration files on initial startup
  • add helmet for hardening

v0.2.3-beta-050fc31952466cebdf973021729997c628aa794d

16 Apr 21:10
Compare
Choose a tag to compare

Updated deprecated TSLint to ESLint

Fixed duplicate information in readme for installation

v0.2.2-beta-d057912a1b3a5452ef27c434f9b276d976710032

12 Apr 22:24
Compare
Choose a tag to compare

Fixed some typos in the readme

Removed SSL certs from the required args for dev mode

v0.2.1-beta-5d36b076e9837aa5fe987275b722031cf4564e84

11 Apr 02:31
Compare
Choose a tag to compare

Fixed the gRPC implementation switch over from REST

v0.2.0 is unpublished and non-working

v0.1.9-beta-b107adc49890ec8ca4a35fa748dc35ae23ed1ed9

08 Apr 15:29
Compare
Choose a tag to compare

Fix for payment threshold bug.

See issue #38

v0.1.8-beta-2b061d53a2cce0f42f0f9d83560393f992bd2ed9

07 Apr 15:40
bc1b884
Compare
Choose a tag to compare

updated log on startup to show the correct port

prompt: Enter SSL passphrase or press Enter for DEV mode 
        Hint: for DEV mode export GITPAYD_ENV=DEV
:  
[INFO]  2021-04-07T15:39:27.603Z => warning: gitpayd development server is running
[ERROR] 2021-04-07T15:39:27.608Z => https is not configured, check ssl certs location or passphrase
[INFO]  2021-04-07T15:39:27.611Z => gitpayd un-secure started in 577ms on SERVER:7778
[INFO]  2021-04-07T15:39:27.647Z => found lnd version: 0.12.0-beta.rc1 

v0.1.7-beta-1deb3aa5db475baea483ec426394a14fd0663201

07 Apr 13:50
Compare
Choose a tag to compare

Refactored some NoOps logic to reduce cognitive complexity. Updated help text on startup for DEV mode

prompt: Enter SSL passphrase or press Enter for DEV mode 
        Hint: for DEV mode export GITPAYD_ENV=DEV
:  
[INFO]  2021-04-07T13:49:56.854Z => warning: gitpayd development server is running
[ERROR] 2021-04-07T13:49:56.861Z => https is not configured, check ssl certs location or passphrase
[INFO]  2021-04-07T13:49:56.917Z => found lnd version: 0.12.0-beta.rc1 
[INFO]  2021-04-07T13:49:56.922Z => gitpayd started in 89ms on SERVER:7777

v0.1.6-beta-6f03a73402a3e19b735e6b12b4c0a40cd90abdff

07 Apr 05:46
Compare
Choose a tag to compare

Add log level filter with --ll=ERRO,INFO,DEBUG... default is INFO,ERROR

Refactored a bunch of messy functions

added code of conduct and contributing.md

happy hacking <(^_^)>

Documentation Fixes

05 Apr 03:10
7135082
Compare
Choose a tag to compare

There were some errors in documentation for development. NoOps is no longer run separately it an API call at /gitpayd/noops.
Also GITPAYD_TOKEN should be GITHUB_TOKEN. It is already pre-configured in workflow .yml.

Fix the readme

05 Apr 02:21
Compare
Choose a tag to compare

There was an error in the readme security section about Github Token setup. Updated.