lightnode icon indicating copy to clipboard operation
lightnode copied to clipboard

A simple node used for interacting with Darknodes

Results 11 lightnode issues
Sort by recently updated
recently updated
newest added

Currently, the `cacher` of lightnode is using a TTL table of [kv](https://github.com/renproject/kv). It will marshal/unmarshal when write/read the response. Since the response can be really big, marshal/unmarshal is really expensive...

enhancement

Could you please add an open-source software license to your code? Check out: https://choosealicense.com/ Without a license, as it is, all your code is under copyright, which means that [no...

We have seen a lot of the below error recently. ```text [watcher] error setting last checked block number in redis: ERR max number of clients reached ``` And according to...

enhancement

Script generation was not appending bcash prefixes. This parses submitted gateways so that prefixes are handled correctly

Signed-off-by: Soumya Ghosh Dastidar

A few mints were made to a gateway with an empty gpubkey - this prevents the GatewayState endpoint from ever returning an empty key if the chain is present. Not...