Ringtools Server written in Typescript
Go to file
dependabot[bot] 21e5184f89
Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 11:47:53 +00:00
.yarn Update dependencies 2022-06-06 22:08:21 +02:00
src Dependency updates and bugfix 2022-08-05 17:23:49 +02:00
test Convert tests to jest, added tls cert/macaroon file support 2022-01-18 18:56:54 +01:00
.env.sample Add donate functionality 2022-04-22 01:05:18 +02:00
.eslintrc.json Upgrade dependencies and add socks proxy support 2022-04-17 22:59:36 +02:00
.gitignore Migrate to yarn 3 2022-05-17 11:12:42 +02:00
.prettierrc Initial commit 2022-01-13 01:52:02 +01:00
.taprc Better project structure 2022-01-14 01:20:19 +01:00
.yarnrc.yml Update dependencies 2022-06-06 22:08:21 +02:00
docker-compose.yml Added Docker support files 2022-01-14 01:36:28 +01:00
Dockerfile Added Docker support files 2022-01-14 01:36:28 +01:00
jest.config.js Better project structure 2022-01-14 01:20:19 +01:00
LICENSE Added README and LICENSE 2022-01-13 01:56:27 +01:00
package.json Dependency updates and bugfix 2022-08-05 17:23:49 +02:00
README.md Added README and LICENSE 2022-01-13 01:56:27 +01:00
tsconfig.json Added Docker support files 2022-01-14 01:36:28 +01:00
yarn.lock Bump http-cache-semantics from 4.1.0 to 4.1.1 2023-02-04 11:47:53 +00:00

Ringtools Server

A rewrite of the Ringtools PubSub server for LND, previously written in Python. Does not depend on gRPC, but uses the LND REST server and WebSockets instead.