Zenith Full Node Wallet

Hello Zcash nation,

We are applying for a ZCG grant to create a modern full node wallet with support for Unified Addresses, Unified Viewing Keys, payment URIs and a built-in address book to run alongside a zebra full node.

You can review our full proposal or review it on the Zcash Grants website.

We look forward to hear the community’s feedback and to work on this new product for the ecosystem.

11 Likes

Question - Who sets the development plan at ZCG and how is it coordinated with the Foundation and ECC? So for example, who determines we need a Full Node Wallet (im not saying we dont, just want to understand how it works)?

a) does leadership determine, we Zcash need a XYZ project, please submit a proposal (or in this case a Full Node Wallet), or
b) do project teams reverse inquire about what they want to build and ZCG says yes or no

It’s hard to tell from the outside looking in what the process is.

3 Likes

Basically this. ZF has their development schedule, ECC has theirs, and ZCG has open applications and RFPs.

Ideally there is open communication between ZCG and the others to ensure double work is not being done.

6 Likes

Have you spoken with the Zebra core team?

What’s their timeline for wallet functionality and how does your proposal work with that?

3 Likes

For Linux/Windows?

1 Like

We will work on Linux first. From my understanding, Zebra does not support Windows yet.

Our stack can definitely be compiled into Windows binaries, but the wallet will always be dependent on Zebra’s capabilities.

Update: The ZF team pointed out at the Arborist call that you can have zebra on a Linux computer and the wallet could be on a Windows computer, talking to zebra over your LAN, with the requisite network security caveats. We will add support for this configuration on our roadmap.

5 Likes

We discussed this at today’s Arborist call. The Zebra team is not currently working on a built-in wallet for Zebra.

3 Likes

I think there is a confusion of terms here. Classically, full node wallet referred specifically to an internal wallet residing inside of the full node of zcashd. Full node (external) wallet here means it is circumventing the use of a lightwalletd server and connecting directly to zebra. Zebra team is not building something resembling the zcashd full node internal wallet but the calls required for the Zenith full node external wallet are being, if not all already, built out so I don’t think there’s much more they could do anyways. The LCWG call would be a good place to talk about it and share ideas.

3 Likes

Nor do we plan to build a built-in wallet for Zebra.

I think it’s fair to say that there’s general consensus amongst the ECC and ZF engineers that the legacy “integrated-blockchain-node-plus-wallet” model has serious drawbacks. That’s one of the reasons we prioritised lightwalletd compatibility, and are currently working on blockchain scanning functionality, to allow third parties to build clients (including wallets) that can use a Zebra mode (or multiple Zebra nodes) as their sole interface to the Zcash network.

6 Likes

Hi there,

@pitmutt I’d be happy to arrange a call with the zebra team to discuss how this grant could complement the work we are doing on zebra.

You can message me privately here so we can coordinate further.

5 Likes

I think it’d be better to improve the ligthwallet API and have zebra directly support it than build a new wallet based on the full node API.

  1. It would benefit all lightwallets out there
  2. It would be possible to write a good transparent wallet too. The current API isn’t good for that.
6 Likes

This is also my position; if the light wallet API is improved to support the full range of required functionality, then the only distinguishing feature of a “full node” wallet is that the wallet connects to a private light wallet server, either a local one (or one embedded directly into a zebra node, if such a thing were to be implemented to replace lightwalletd) or on a separate machine over a private and secure channel.

4 Likes

@pitmutt at the most recent meeting, the @ZcashGrants Committee voted to approve this proposal and has requested that you provide monthly updates via the forum in this thread.

5 Likes

Thank you! We’re very excited for this work and look forward to working with the community in developing Zenith.

We have created this project board to track the work and progress can be tracked on our milestone page.

8 Likes

The issue with zcash_script is entirely fixable problem, and the rest of Zebra is OS-independent, so this shouldn’t be discouragement to the wallet supporting Windows. Also note that a Windows user could run the Zebra node under WSL.

2 Likes

(With ZIP Editor hat.)

I notice that Vergara_Tech/zcash-haskell: Library with functions to interact with the Zcash blockchain - Vergara Technologies is LGPL-licensed.

The LGPL isn’t two-way compatible with MIT: LGPL code can depend on MIT code, and MIT code can depend on LGPL code only as a library (in the sense defined by the LGPL), but LGPL code can’t be relicensed to MIT or freely mixed with code that remains MIT-licensed.

The grant proposal doesn’t mention licensing, but ZIP 1014 says (under section Transparency and Accountability — Obligations:

BP, ECC, ZF, and Major Grant recipients (during and leading to their award period) SHALL all accept the obligations in this section.

All substantial software whose development was funded by the Dev Fund SHOULD be released under an Open Source license (as defined by the Open Source Initiative [5]), preferably the MIT license.

(Zcash Community Grants is the successor of ZOMG which is the successor of MGRC, so this is a Major Grant for the purpose of ZIP 1014. If it weren’t then the constraint would have been on ZF to ensure that the contract with the grantee specified licensing that meets the requirement; as it is, the constraint is on the grant recipient directly, as are the other constraints in that section.)

LGPL is accepted as an Open Source license by OSI, but the wording does say “preferably the MIT license”. That would help reduce any risk of future license compatibility issues with other Zcash-related code. Was licensing discussed with ZCG during the grant consideration process, and is Zenith willing to relicense this code as MIT?

3 Likes

With my ECC R&D Engineering manager hat on, I think it’s highly desirable for all accepted ZCG and other Zcash grants to clearly specify what the licensing will be for any deliverables that are copyrightable works.

3 Likes

TL; DR: The zcash-haskell library and zenith will be released under the MIT License.

As the BOSL was removed from the Orchard crates, we updated the license to the LGPL-3, since at the time only our own ZGo app depended on the zcash-haskell library, before our application for Zenith.

Upon beginning the work for Zenith, we moved to the MIT license for both the library and the app and our upcoming releases will have those license updates.

15 Likes

Thanks for clarifying! :slight_smile:

3 Likes

February updates

We have made great progress on the first milestone for Zenith, focusing on the foundational elements of the wallet and text-based user interface.

This month we completed 15 pull requests for our new codebase covering the Zenith wallet and the zcash-haskell library. A preview of the new version of the interface connecting to Zebra on testnet can be seen in the video posted below. The layout of the TUI will change as we continue work but this can give you an idea of the kind of functionality we aim to provide.

All questions and feedback are welcome :smiley:

11 Likes