Skip to content

Releases: Fonta1n3/FullyNoded

Fully Noded - Desktop v0.2.3

22 Nov 03:04
e054b8b
Compare
Choose a tag to compare

Fully Noded v0.2.3 is a minor update which includes multiple bug fixes, UX improvements and general refactoring.

  • fixes a bug that could cause the app to crash for French localization when creating a transaction, as well as a bug where the fiat amount for the onchain wallet would not display for French localizations

  • fixes a macOS bug which occurs on some machines where text fields would not be editable

  • fixes a UX bug where if an error was returned when creating a transaction the user was forced to go back to refresh the page

  • general refactoring to the send view controller which results in fewer crashes, increased perfomance and better UX

  • fixes a crash when tapping the file export button on iOS 14, exporting files will simply fail instead until the next update

Fully Noded - Desktop v0.2.2

14 Nov 04:52
ee81ca1
Compare
Choose a tag to compare

Fully Noded v0.2.2 includes:

  • Introducing "Uncle Jim Wallet's" see this demo for how it works. In "wallet details" you will now see a "Uncle Jim" QR code. Any other Fully Noded user can scan the QR code and the app will immediately connect to your node and Uncle Jim will immediately get access to the wallet you have shared with him. Uncle Jim will have limited access to certain features in Fully Noded, specifically the "advanced" button which allows users to access all existing wallets on your node. In order to access that feature Uncle Jim needs to add their own node. Signers are never transmitted, Uncle Jim will need to add a signer in order to be able to spend from the shared wallet, or they always have the option to create new wallet. This is an ultra smooth, ultra simple way to onboard new Bitcoin users. Of course it should only be used with trusted others as they will have access to your node's credentials.

  • Compatibility with CoboVault wallet export and keystore QR code's and files. Specifically Fully Noded now has the ability to scan the QR or upload a .txt file from CoboVault for importing their single signature, multi-signature and multi-signature keystore's. For the single signature and multi-signature wallet import just select "import from file" or "import via QR" when you go to create a wallet. For adding a keystore from Cobo go to "multi sig" when creating a wallet and either scan or paste in the keystore to utilize you Cobo in a multisig wallet.

  • Ability to switch between change addresses and receive addresses in the "Wallet Details" > "Address Explorer" view.

  • UI bug fix which resulted in an error when manually adding an xpub to a keystore via the multi-sig creator.

  • UX bug fix where tapping "done" did not save the new wallet label in "Wallet Details". Add a button "do not show again" for the annoying prompt to add a password when viewing the active wallet tab if no password existed.

Fully Noded - Desktop v0.2.1

09 Nov 11:06
552dd2a
Compare
Choose a tag to compare

v0.2.1 includes significant improvements to UX for "Wallet Details" view.

  • The "wallet backup" QR code and file is now always shown in wallet details. Just tap the export icon to share the QR and the file icon to save the backup file to files.

  • Tap the new "edit" and "save" button to update the wallet label.

  • Tap the + to increase your gap limit. Increasing the gap limit will always add an additional 2500 keys to your keypool.

  • Each item in "Wallet Details" is now exportable via the share button.

  • All file exporting will default to saving the files directly to files app on iOS or the file system for macOS. Just tap the file button to save your wallet backup file.

  • New logo.

  • General UI/UX and performance improvements.

Fully Noded - Desktop v0.2.0

05 Nov 14:22
4135465
Compare
Choose a tag to compare

More improvements to making multisig more user friendly along with UI updates.

  • When you tap a signer you will now see an additional button for "exporting multisig keystore", this exports your signers xpub derived at m/48'/0'/0'/2' for mainnet and m/48'/1'/0'/2' for testnet along with its fingerprint so that it may easily be used to create and sign for a multisig wallet. These derivations are the most widely adopted derivations for segwit multisig addresses which is what Fully Noded supports. The purpose here it to allow users to utilize existing signers to easily create multisig wallets either for themselves or collaboratively with others.

  • Users may now paste in or scan the QR code of the multisig keystore when creating a mutlsig wallet, these keystores are what Specter and Sparrow Wallet use so the apps will have stronger cross compatibility. It will also make creating multisig wallets with other devices running Fully Noded extremely easy. In fact there are many flexible use cases here that may not be obvious... Tutorials/demos coming soon.

  • Added a test / main switch to the signer details so a user may easily toggle between testnet and mainnet when deriving a signers keystore and to see which testnet or mainnet wallets the signer may sign for.

  • Transitioning away from dark mode to full black mode.

Fully Noded - Desktop v0.1.99

03 Nov 07:47
74f40ab
Compare
Choose a tag to compare

v0.1.99 includes various updates and improvements.

  • Improved UX around the multi-sig wallet creator. Users may now simply tap "derive xpub from existing signer" to be able to select an existing signer (or add a new one) via the traditional signer view, FN will then derive the correct xpub and fingerprint from the signer rather then the user having to figure out how to do that or worse create a new seed they need to back up securely. You may now scan a QR code of an xpub to add it manually.

  • User may tap a refresh button on the "add signer" view that utilizes the devices cryptographically secure random number generator to generate seed words.

  • In the "signer detail" view there is a new "Signable Wallets" field which lists each wallet the signer can sign for. A new button has been added for viewing the seed words in plain text, however this only works if the user has set a locking password for the app.

  • Newly added signers will now be labelled as per their master key fingerprint by default.

  • A locking password is now required in order to add signers, view signers and create a single signature wallet. Users will be alerted when sending a transaction if no lock password has been set. You can now see a more detailed explanation of how the locking password works when adding or updating the password.

Fully Noded - Desktop v0.1.98

01 Nov 12:48
b63aa1a
Compare
Choose a tag to compare

General improvements around the multi-sig wallet creator.

Fully Noded - Desktop v0.1.97

31 Oct 03:25
9158433
Compare
Choose a tag to compare

v0.1.97 is a fairly minor update that mostly works on improving the UX of adding new nodes, editing existing nodes and switching between nodes.

  • The app will now automatically navigate back to the home screen and refresh the home table around node stats whenever any of the above actions take place.

  • The home table will now visually refresh so all old data is removed rather then waiting for the new data.

  • Fixes a bug where the QR scanner may have have tried to add a node more then once, this bug was introduced during a recent major refactoring of all QR scanning code.

  • Fixes #116 where the suggested default port showed bitcoind rpc port instead of the suggested c-lightning rpc port which our recommended c-lightning http plug in utilizes.

  • Fixes a minor UX bug where updating a lightning node may have navigated back to the Bitcoin Core node home table.

  • The psbt textview on the "Sign & Verify" view is no longer directly editable on macOS, to paste use the paste button and to clear use the clear button. This prevents a possible bug where the psbt would not get processed properly and results in improved UX.

  • Fixes a minor UI bug where the biometrics button may have been visible on macOS on the unlock view.

Fully Noded - Desktop

28 Oct 07:46
dd14ad7
Compare
Choose a tag to compare

This release brings back the reproducible dmg download for macOS and currently represents v0.1.95 on the App Store and Mac App Store.

Due to the enormous amount of time, effort and hard work this app has taken (and takes) I am not comfortable releasing it for free. I would like to guarantee a long and sustainable future for Fully Noded and add many more excellent features and improvements across a wide array functionality. Ideally adding more direct CoinJoin functionality which likely would not be allowed in the long term under an App Store release. By supporting the app via a donation here you are directly supporting more privacy focused features that may not make it on the App Store.

The Mac App Store version is identical to this except that this dmg requires a Bitcoin donation and will automatically prompt you to donate if you have not. Once a donation is made the app will remain unlocked and will remain that way forever. Your support for continued development and the years of hard work this has taken is greatly appreciated!

When prompted simply pay the Bitcoin invoice you are presented with, you may either restart the app or wait around 15 seconds for the app to automatically unlock itself.

FullyNoded-v0.1.96.dmg.asc is signed with my pgp key 1C72 2776 3647 A221 6E02  E539 025E 9AD2 D3AC 0FCA which is associated with [email protected].

Fully Noded macOS v0.1.81

19 Sep 23:56
534de07
Compare
Choose a tag to compare

Includes a bug fix around importing wallets and generally greatly improved UX around importing wallets.

New "xpub import" Fully Noded Wallet type to make importing xpubs easier than ever.

Improved tools UX and a new "derive addresses" tool for deriving addresses from descriptors which can be found in your wallet details.

The active wallet tab will now automatically check if the user is rescanning and show an alert if it is.

https://apps.apple.com/app/id1530816100

Fully Noded v0.1.80 macOS

16 Sep 03:54
f1017fe
Compare
Choose a tag to compare

Fixes a bug where importing a wallet could have resulted in a never ending spinner if no other Fully Noded wallet's existed.

Fully Noded no longer waits for a response from your node when initiating a rescan command when importing wallets, this should result in far less spinning spinners.

Minor UI bug fix for iOS.

Fixes a bug where a success alert would not appear when importing items into your existing wallet on macOS.