Releases: hyahatiph-labs/gitpayd
v0.2.4
v0.2.3-beta-050fc31952466cebdf973021729997c628aa794d
Updated deprecated TSLint to ESLint
Fixed duplicate information in readme for installation
v0.2.2-beta-d057912a1b3a5452ef27c434f9b276d976710032
Fixed some typos in the readme
Removed SSL certs from the required args for dev mode
v0.2.1-beta-5d36b076e9837aa5fe987275b722031cf4564e84
Fixed the gRPC implementation switch over from REST
v0.2.0 is unpublished and non-working
v0.1.9-beta-b107adc49890ec8ca4a35fa748dc35ae23ed1ed9
Fix for payment threshold bug.
See issue #38
v0.1.8-beta-2b061d53a2cce0f42f0f9d83560393f992bd2ed9
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
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
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
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
There was an error in the readme security section about Github Token setup. Updated.