The Bitcoin Lightning Browser Extension that brings deep Lightning & Nostr integration to the web. Wallet interface to multiple lightning nodes and key signer for Nostr, Liquid and onchain use.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @scure/bip39 (1.2.1 → 1.2.2) · Repo
Release Notes
1.2.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 35 commits:
Release 1.2.2.
readme: url
readme: instruction for audit of wordlists
Fix script path
Decrease lowest noble-hashes ver
Update lockfile
Update noble-hashes and scure-base, add portuguese wordlist to exports
Clarify readme size
Remove source maps since we do not include source files for wordlists
Bump lockfile
deps: update prettier and typescript, reduce their size
Merge pull request #19 from mikeobank/wordlist-portuguese
Change fetch-wordlist argument into format from source
Spell out Chinese wordlist variable names completely
Use dashes and `variety-language` order in filenames
Merge pull request #20 from mikeobank/typos
Add Portuguese wordlist to README
Fix typos in comments
Improve comments
Add script to fetch wordlists from https://github.com/bitcoin/bips/tree/master/bip-0039
Add valid Portuguese mnemonic test
Add Portuguese wordlist (.ts)
readme
Adjust error message. Closes gh-17
readme
Update security.md
readme
readme
Add new scure library: scure-starknet
Adjust typescript type in calcChecksum
Improve typescript compiler options
readme
Merge pull request #16 from jeetiss/migrate-from-default-import
add node_modules to gitignore
migrate from import default to specific imports
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands