Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.5.0 to 0.5.1 release #223

Merged
merged 37 commits into from
Jun 17, 2022
Merged

0.5.0 to 0.5.1 release #223

merged 37 commits into from
Jun 17, 2022

Conversation

newtonick
Copy link
Collaborator

@newtonick newtonick commented Jun 16, 2022

New Features:

  • Options to add entropy to final word PR Updated "Final Word" calculation flow #197
    • Coin flips for supplying the entropy
    • Select word to use the most significant bits as additional entropy
    • "Finalize with zeros" to match the current implementation as well as most(?) external validation tools
  • Adds "Final Word Calc" screen showing the bit-level construction of the remaining entropy plus the checksum bits for 12- or 24-word seeds.

Bug Fixes:

Code Cleanup/Enhancements:

The merge into main also brings in a few others pill enclosure updates

kdmukai and others added 30 commits April 22, 2022 08:57
* Eliminates the need for copy-paste on various screens with a basic Keyboard UI.
* Refactored and simplified `SeedExportXpubCustomDerivationScreen`
* Refactored and simplified `ToolsDiceEntropyEntryScreen`
Light changes to make `SeedWordsScreen` more generalized
Add Simple Pill enclosure stl files
Request to add links to community desighed enclosures.
Fixes #188

* Only runs the spinner when the psbt actually needs to be reparsed (returning to the PSBT Overview screen via BACK button doesn't need to reparse the psbt so the spinner is no longer displayed).
Ensure that regular displays that don't have space constraints aren't unnecessarily truncated.
Use SeedSigner fork of `embit` w/`secp256k1` binary for Pi Zero
newtonick and others added 7 commits June 14, 2022 16:21
[Bugfix] Allow PSBTOverviewScreen to truncate "self-transfer"
[Bugfix] Manually entering seed phrase after psbt scan or addr verification scan fails; orphaned loading screen spinner fix
Updated "Final Word" calculation flow
@newtonick newtonick marked this pull request as ready for review June 17, 2022 06:54
@newtonick newtonick merged commit 2ba34b3 into main Jun 17, 2022
jdlcdl pushed a commit to jdlcdl/seedsigner that referenced this pull request Dec 2, 2022
commit 5b67fcf
Merge: c6c8ff2 8f4d6f6
Author: Nick Klockenga <[email protected]>
Date:   Fri Dec 2 12:31:45 2022 -0500

    Merge pull request SeedSigner#276 from blackcoffeexbt/feature/simple-pill-protective-case

    Add simple pill protective case stls

commit c6c8ff2
Merge: 628f49f 06d8b32
Author: Nick Klockenga <[email protected]>
Date:   Fri Dec 2 09:09:43 2022 -0500

    Merge pull request SeedSigner#275 from SeedSigner/0.5.1-ram

    SeedSigner OS App Changes (0.5.1-ram branch) into dev branch

commit 8f4d6f6
Author: Black Coffee <[email protected]>
Date:   Thu Dec 1 17:26:10 2022 +0000

    Added SP protective case STLs

commit 06d8b32
Merge: c5ef401 628f49f
Author: Nick Klockenga <[email protected]>
Date:   Tue Nov 29 22:05:40 2022 -0500

    Merge branch 'dev' into 0.5.1-ram

commit 628f49f
Merge: 3490c08 c7dcd99
Author: Nick Klockenga <[email protected]>
Date:   Tue Nov 29 21:27:04 2022 -0500

    Merge pull request SeedSigner#272 from newtonick/p2tr-sparrow-xpub

    add BCUR P2TR script expression tag used by Sparrow

commit 3490c08
Merge: 20bb1ff e1a706e
Author: Nick Klockenga <[email protected]>
Date:   Tue Nov 29 21:26:07 2022 -0500

    Merge pull request SeedSigner#239 from kdmukai/basic_taproot_signing

    Basic Taproot signing

commit e1a706e
Author: kdmukai <[email protected]>
Date:   Fri Nov 11 14:51:05 2022 -0800

    bugfix for old var reference

    Bump to embit 0.6.1

commit 9ad4676
Author: kdmukai <[email protected]>
Date:   Fri Nov 11 13:03:31 2022 -0800

    Applying @newtonick's patch

commit 1bf4354
Merge: 96b943d 20bb1ff
Author: kdmukai <[email protected]>
Date:   Fri Nov 11 13:02:46 2022 -0800

    Merge branch 'dev' into basic_taproot_signing

commit c7dcd99
Author: Nick Klockenga <[email protected]>
Date:   Thu Nov 10 15:18:32 2022 -0500

    add BCUR P2TR script expression tag used by Sparrow

commit 96b943d
Merge: c102c60 9a33d01
Author: kdmukai <[email protected]>
Date:   Wed Nov 9 12:07:58 2022 -0800

    Merge branch 'dev' into basic_taproot_signing

commit c102c60
Author: kdmukai <[email protected]>
Date:   Sun Oct 16 11:52:00 2022 -0400

    Updating to new `embit` release that includes taproot psbt fields

commit c29efbf
Merge: 1f6ecda 6ab5b5c
Author: kdmukai <[email protected]>
Date:   Sun Oct 16 11:47:01 2022 -0400

    Merge branch 'dev' into basic_taproot_signing

commit c5ef401
Merge: 277bb97 9a4d221
Author: Nick Klockenga <[email protected]>
Date:   Tue Oct 11 10:49:18 2022 -0400

    Merge pull request SeedSigner#243 from newtonick/seedsigner-os-microsd

    add microSD add/remove support for seedsigner-os

commit 9a4d221
Author: Nick Klockenga <[email protected]>
Date:   Fri Oct 7 13:32:42 2022 -0400

    convert socket to pipe fifo file for mdev communication

commit 4eb0180
Author: Nick Klockenga <[email protected]>
Date:   Mon Oct 3 17:26:25 2022 -0400

    handle both space and pipe delimiter

commit 3b158ac
Author: Nick Klockenga <[email protected]>
Date:   Sun Oct 2 23:16:10 2022 -0400

    move microsd toast view to screen, using display to render components

commit 3917ada
Author: Nick Klockenga <[email protected]>
Date:   Sun Oct 2 22:04:52 2022 -0400

    code review corrections, minus moving view to screen

commit 277bb97
Merge: 75b8420 ff2b1e2
Author: Nick Klockenga <[email protected]>
Date:   Tue Aug 16 12:56:22 2022 -0400

    Merge pull request SeedSigner#237 from SeedSigner/dev

    Merge in progress dev (0.5.2) branch into 0.5.1-ram (for SeedSigner OS)

commit 3dd19bc
Author: Nick Klockenga <[email protected]>
Date:   Mon Aug 15 21:47:57 2022 -0400

    add microSD add/remove support for seedsigner-os

commit 1f6ecda
Author: kdmukai <[email protected]>
Date:   Thu Aug 11 13:44:48 2022 -0500

    Checking input and output `taproot_bip32_derivations` in matching `embit` PR

commit 7471d00
Merge: a6d63d3 2ba34b3
Author: Nick Klockenga <[email protected]>
Date:   Mon Aug 8 21:17:04 2022 -0400

    Merge branch 'SeedSigner:main' into main

commit 75b8420
Merge: 20056ba 4a79a75
Author: SeedSigner <[email protected]>
Date:   Fri Aug 5 12:11:19 2022 -0500

    Merge pull request SeedSigner#236 from SeedSigner/Slow-Animated-QR-Fix

    Fix slow animated qr in SeedSigner OS

commit 4a79a75
Author: Nick Klockenga <[email protected]>
Date:   Fri Aug 5 10:54:03 2022 -0400

    Fix slow animated qr in SeedSigner OS

    /dev/smh path does not exist in seedsigner OS. Using /tmp instead should work on both raspberry pi OS and SeedSiger OS.

commit 20056ba
Merge: 633a530 46338b7
Author: Nick Klockenga <[email protected]>
Date:   Thu Jul 21 14:36:45 2022 -0500

    Merge pull request SeedSigner#229 from DesobedienteTecnologico/ram_persistent_settings

    Ram persistent settings

commit 46338b7
Author: Desobediente Tecnológico <[email protected]>
Date:   Thu Jul 21 16:59:22 2022 +0300

    Making seedsigner-os the special case

    For any other hostname we will use the default

commit 7054b1f
Author: Desobediente Tecnológico <[email protected]>
Date:   Thu Jul 21 16:56:11 2022 +0300

    Making seedsigner-os the special case

    For any other hostname we will use the default

commit 0ead5f1
Author: Desobediente Tecnológico <[email protected]>
Date:   Thu Jul 21 14:21:43 2022 +0300

    Import packages duplicated fixed with the correct one

    By mistake I added twice: from subprocess import call
    The other one should be: from os.path import exists

commit d4707cc
Author: DesobedienteTecnologico <[email protected]>
Date:   Thu Jul 7 01:11:42 2022 +0300

    MicroSD menu

    - Added MicroSD menu in tools. We can see the slot status and umount the MicroSD.
    - SD card icon added

commit c192960
Author: Desobediente Tecnológico <[email protected]>
Date:   Thu Jul 7 00:54:23 2022 +0300

    Get file path depending of hostname

    We get the file path depending of the actual hostname.

commit 633a530
Merge: 2ba34b3 c60fdd4
Author: Nick Klockenga <[email protected]>
Date:   Fri Jun 17 09:08:13 2022 -0400

    Merge pull request SeedSigner#225 from SeedSigner/0.5.0-ram

    Bring 0.5.0-ram changes into new 0.5.1-ram branch

commit 2ba34b3
Merge: 8df1271 98f794c
Author: Nick Klockenga <[email protected]>
Date:   Fri Jun 17 02:55:32 2022 -0400

    Merge pull request SeedSigner#223 from SeedSigner/dev

    0.5.0 to 0.5.1 release

commit c60fdd4
Merge: 3bf3c21 fd9ede4
Author: Nick Klockenga <[email protected]>
Date:   Mon Jun 13 22:42:35 2022 -0400

    Merge pull request SeedSigner#220 from DesobedienteTecnologico/0.5.0-ram

    Restart and Poweroff working for SeedSignerOS

commit fd9ede4
Author: Desobediente Tecnológico <[email protected]>
Date:   Fri Jun 10 00:20:22 2022 +0300

    Restart and Poweroff working for SeedSignerOS

commit a6d63d3
Merge: 7c30e49 947ed2e
Author: Nick Klockenga <[email protected]>
Date:   Thu Apr 14 20:48:09 2022 -0400

    Merge branch 'SeedSigner:main' into main

commit 7c30e49
Merge: b334c61 400f6d2
Author: Nick Klockenga <[email protected]>
Date:   Wed Feb 23 05:29:46 2022 -0500

    Merge branch 'SeedSigner:main' into main

commit b334c61
Merge: ea99963 1730d8e
Author: Nick Klockenga <[email protected]>
Date:   Fri Feb 18 15:26:22 2022 -0500

    Merge branch 'SeedSigner:main' into main

commit ea99963
Merge: 106f654 7adc6a8
Author: Nick Klockenga <[email protected]>
Date:   Sat Jan 29 08:02:43 2022 -0500

    Merge branch 'SeedSigner:main' into main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants