We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Zebra uses https://github.com/adityapk00/lightwalletd for all the CI ligthwalletd tasks as can be seen in https://github.com/ZcashFoundation/zebra/blob/v1.1.0/.github/workflows/zcash-lightwalletd.yml#L61
This version does not include new code added by the ECC to support new functionality: https://github.com/zcash/lightwalletd
For example ChainMetadata was added to https://github.com/zcash/lightwalletd/blob/master/walletrpc/compact_formats.proto#L31 which is needed by #7278
ChainMetadata
I am not sure yet if we can just switch to the ECC version or if we need to request the new changes to be done to the adityapk00 version.
The text was updated successfully, but these errors were encountered:
lightwalletd
I think we should switch to the ECC version now.
Sorry, something went wrong.
arya2
Successfully merging a pull request may close this issue.
Currently Zebra uses https://github.com/adityapk00/lightwalletd for all the CI ligthwalletd tasks as can be seen in https://github.com/ZcashFoundation/zebra/blob/v1.1.0/.github/workflows/zcash-lightwalletd.yml#L61
This version does not include new code added by the ECC to support new functionality: https://github.com/zcash/lightwalletd
For example
ChainMetadata
was added to https://github.com/zcash/lightwalletd/blob/master/walletrpc/compact_formats.proto#L31 which is needed by #7278I am not sure yet if we can just switch to the ECC version or if we need to request the new changes to be done to the adityapk00 version.
The text was updated successfully, but these errors were encountered: