bolt11 icon indicating copy to clipboard operation
bolt11 copied to clipboard

A library for encoding and decoding lightning network payment requests as defined in BOLT #11.

Results 13 bolt11 issues
Sort by recently updated
recently updated
newest added

Is there any interest in exposing any of the `payreq.js`'s exports as executables? I've found my self regularly opening a node repl then calling `require('bolt11').decode()` and thought it might be...

A bit weird I can use `bitcoinjs-lib` on runkit with no issues ``` Error: Cannot find module 'secp256k1' Require stack: - /app/available_modules/1617109044000/bolt11/payreq.js - /app/index.js at Module._resolveFilename in core node:internal/modules/cjs/loader —...

I haven't done extensive testing on this, so I may be wrong, but the way this package is currently set up isn't tree-shakeable by compilers that have that capability. This...

also ran `standard --fix`

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.2 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

[Follow BOLT11 default recommendation update.](https://github.com/lightning/bolts/commit/c5693d336d5e166e8e5bfce45f081bc61c0e7999)

Simple change to add signet parsing by default. You _could_ add custom networks as in [here](https://github.com/thebrandonlucas/bolt11/tree/master), but there's no reason to have it not parse signet by default. This allows...

Bumps [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) from 4.0.2 to 4.0.4. Release notes Sourced from secp256k1's releases. v4.0.3 95b6176 Update prebuildify (#187) 4223dd4 Update elliptic to 6.5.4 (CVE-2020-28498) (#186) Commits 756fce1 4.0.4 8bd6446 elliptic: fix...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork 7570078 6.5.5 206da2e lib: lint 0a78e03 [Fix] restore...

dependencies