-
Notifications
You must be signed in to change notification settings - Fork 251
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
Add auto-shielding to the data access API #341
Add auto-shielding to the data access API #341
Commits on Apr 16, 2021
-
Add retrieval of transparent UTXOs to WalletRead Co-authored-by: Kris Nuttycombe <[email protected]> Co-authored-by: Kevin Gorham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cff457f - Browse repository at this point
Copy the full SHA cff457fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 862e221 - Browse repository at this point
Copy the full SHA 862e221View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3e3a4 - Browse repository at this point
Copy the full SHA ca3e3a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bc1e3 - Browse repository at this point
Copy the full SHA a3bc1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88ee47 - Browse repository at this point
Copy the full SHA b88ee47View commit details -
Query for unspent utxos checks to ensure that spending tx is mined.
Also make it an error to try to send a memo to a transparent address.
Configuration menu - View commit details
-
Copy full SHA for 8828276 - Browse repository at this point
Copy the full SHA 8828276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13cd749 - Browse repository at this point
Copy the full SHA 13cd749View commit details -
Configuration menu - View commit details
-
Copy full SHA for 665c4c7 - Browse repository at this point
Copy the full SHA 665c4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5595ca2 - Browse repository at this point
Copy the full SHA 5595ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf5692 - Browse repository at this point
Copy the full SHA bdf5692View commit details -
Update accounts table create statement.
This PR makes the opinionated change that T-addrs are required to be supported when using the zcash_client_sqlite backend.
Configuration menu - View commit details
-
Copy full SHA for 8e16d93 - Browse repository at this point
Copy the full SHA 8e16d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3025d - Browse repository at this point
Copy the full SHA 9b3025dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb68744 - Browse repository at this point
Copy the full SHA bb68744View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1bc069 - Browse repository at this point
Copy the full SHA c1bc069View commit details
Commits on Apr 20, 2021
-
Placeholder commit: just get things working.
Clean up later but for now don't allow nullable accountIds and also delete more data, during a rewind.
Kevin Gorham committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 7fc2d97 - Browse repository at this point
Copy the full SHA 7fc2d97View commit details
Commits on Apr 22, 2021
-
Fix: get rewind height when there are no unspent notes.
Previously, this function was not properly returning an optional.
Kevin Gorham committedApr 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 74434f3 - Browse repository at this point
Copy the full SHA 74434f3View commit details
Commits on May 1, 2021
-
Add clear function for the accounts table.
Kevin Gorham committedMay 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 08a5cfa - Browse repository at this point
Copy the full SHA 08a5cfaView commit details -
We need to recreate the table each time it is cleared to handle any migrations. This is mostly a stop-gap measure until the migrations and table creations are handled by the same code.
Kevin Gorham committedMay 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a51003 - Browse repository at this point
Copy the full SHA 5a51003View commit details
Commits on May 4, 2021
-
Kevin Gorham committed
May 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 3828a81 - Browse repository at this point
Copy the full SHA 3828a81View commit details
Commits on May 7, 2021
-
Remove drop accounts function.
Kevin Gorham committedMay 7, 2021 Configuration menu - View commit details
-
Copy full SHA for bd65b01 - Browse repository at this point
Copy the full SHA bd65b01View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e3e7de - Browse repository at this point
Copy the full SHA 8e3e7deView commit details -
Merge pull request #10 from gmale/autoshield-poc-daa-taddr3
Changes to support internal ECC release
Configuration menu - View commit details
-
Copy full SHA for 5540f36 - Browse repository at this point
Copy the full SHA 5540f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd47ee3 - Browse repository at this point
Copy the full SHA fd47ee3View commit details
Commits on Aug 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b783c4d - Browse repository at this point
Copy the full SHA b783c4dView commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for edd7471 - Browse repository at this point
Copy the full SHA edd7471View commit details
Commits on Oct 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2053d7f - Browse repository at this point
Copy the full SHA 2053d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for db89569 - Browse repository at this point
Copy the full SHA db89569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf0749 - Browse repository at this point
Copy the full SHA 6cf0749View commit details -
Configuration menu - View commit details
-
Copy full SHA for d49a20e - Browse repository at this point
Copy the full SHA d49a20eView commit details -
Apply suggestions from code review & update changelog
Co-authored-by: str4d <[email protected]> Co-authored-by: Daira Hopwood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d43a893 - Browse repository at this point
Copy the full SHA d43a893View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30c5cd - Browse repository at this point
Copy the full SHA e30c5cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for da3c84f - Browse repository at this point
Copy the full SHA da3c84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b0c50 - Browse repository at this point
Copy the full SHA 74b0c50View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 86da943 - Browse repository at this point
Copy the full SHA 86da943View commit details -
Feature-flag transparent functionality in zcash_client_sqlite
This fixes the wasm32-wasi build issues by excluding the hdwallet dependencies which are not wasm32-wasi compatible.
Configuration menu - View commit details
-
Copy full SHA for cc58a21 - Browse repository at this point
Copy the full SHA cc58a21View commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc0dd8e - Browse repository at this point
Copy the full SHA fc0dd8eView commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b9d7e4 - Browse repository at this point
Copy the full SHA 0b9d7e4View commit details
Commits on Jan 20, 2022
-
Merge remote-tracking branch 'upstream/non-consensus-changes-on-branc…
…hid-37519621' into autoshield-poc-daa
Configuration menu - View commit details
-
Copy full SHA for 3dd1f31 - Browse repository at this point
Copy the full SHA 3dd1f31View commit details -
Apply suggestions from code review
Co-authored-by: Daira Hopwood <[email protected]> Co-authored-by: ying tong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37e6d3a - Browse repository at this point
Copy the full SHA 37e6d3aView commit details
Commits on Jan 21, 2022
-
Add newtypes for transparent keys at the account & external levels.
This updates UnifiedFullViewingKey to conform to ZIP 316, and adds types that facilitate this support. These types should likely be factored out from `zcash_client_backend` into `zcash_primitives` along with the remainder of the existing unified address support.
Configuration menu - View commit details
-
Copy full SHA for ffc4d0c - Browse repository at this point
Copy the full SHA ffc4d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bd2f7 - Browse repository at this point
Copy the full SHA 79bd2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f75ffb0 - Browse repository at this point
Copy the full SHA f75ffb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f40835 - Browse repository at this point
Copy the full SHA 8f40835View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec395a - Browse repository at this point
Copy the full SHA dec395aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00aee09 - Browse repository at this point
Copy the full SHA 00aee09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c03dbd - Browse repository at this point
Copy the full SHA 7c03dbdView commit details
Commits on Jan 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 281a4d5 - Browse repository at this point
Copy the full SHA 281a4d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574ca4e - Browse repository at this point
Copy the full SHA 574ca4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d873e9 - Browse repository at this point
Copy the full SHA 7d873e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15eb5aa - Browse repository at this point
Copy the full SHA 15eb5aaView commit details
Commits on Jan 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1f9b9fc - Browse repository at this point
Copy the full SHA 1f9b9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c9f53 - Browse repository at this point
Copy the full SHA a4c9f53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5033d29 - Browse repository at this point
Copy the full SHA 5033d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fe840 - Browse repository at this point
Copy the full SHA c9fe840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f776aa - Browse repository at this point
Copy the full SHA 6f776aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ea5f0 - Browse repository at this point
Copy the full SHA a7ea5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dac37f - Browse repository at this point
Copy the full SHA 4dac37fView commit details -
Merge pull request zcash#480 from zcash/transparent-ovk
[ZIP 316] Transparent internal and external ovk
Configuration menu - View commit details
-
Copy full SHA for cec128b - Browse repository at this point
Copy the full SHA cec128bView commit details -
Merge remote-tracking branch 'upstream/non-consensus-changes-on-branc…
…hid-37519621' into autoshield-poc-daa
Configuration menu - View commit details
-
Copy full SHA for 4068075 - Browse repository at this point
Copy the full SHA 4068075View commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b0c1c4 - Browse repository at this point
Copy the full SHA 8b0c1c4View commit details -
Add explicit serialize and deserialize methods to ExternalPubKey
The serialization defined by HDWallet for the fields of ExtendedPubKey is in the opposite field order from what is defined in ZIP 316.
Configuration menu - View commit details
-
Copy full SHA for 72c2e54 - Browse repository at this point
Copy the full SHA 72c2e54View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f58d191 - Browse repository at this point
Copy the full SHA f58d191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b43535 - Browse repository at this point
Copy the full SHA 0b43535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47fc127 - Browse repository at this point
Copy the full SHA 47fc127View commit details
Commits on Jan 26, 2022
-
Derive OVKs from transparent account-level key, not child keys.
This also renames a number of legacy key types to better reflect their intended use.
Configuration menu - View commit details
-
Copy full SHA for 6fcdfda - Browse repository at this point
Copy the full SHA 6fcdfdaView commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 132df78 - Browse repository at this point
Copy the full SHA 132df78View commit details -
Apply suggestions from code review
Co-authored-by: str4d <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a20176 - Browse repository at this point
Copy the full SHA 3a20176View commit details -
Remove the Wif type; it should not be used.
We should attempt to avoid passing spending keys back and forth across the FFI entirely, but in any case this is no longer the correct type to use at this boundary; we should use the encoding of the transparent component of a unified spending key instead.
Configuration menu - View commit details
-
Copy full SHA for a1e693d - Browse repository at this point
Copy the full SHA a1e693dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544c4ed - Browse repository at this point
Copy the full SHA 544c4edView commit details -
Validate ZIP 321 request by roundtrip through the URI format.
Co-authored-by: str4d <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e11f2d - Browse repository at this point
Copy the full SHA 6e11f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4057b06 - Browse repository at this point
Copy the full SHA 4057b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1d3da - Browse repository at this point
Copy the full SHA 2f1d3daView commit details
Commits on Jan 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b3fbf24 - Browse repository at this point
Copy the full SHA b3fbf24View commit details
Commits on Feb 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e8e5d94 - Browse repository at this point
Copy the full SHA e8e5d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a75c21 - Browse repository at this point
Copy the full SHA 5a75c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e1f98 - Browse repository at this point
Copy the full SHA d0e1f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8916a16 - Browse repository at this point
Copy the full SHA 8916a16View commit details -
Address comments from code review.
Co-authored-by: Daira Hopwood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d51c53 - Browse repository at this point
Copy the full SHA 3d51c53View commit details -
Merge remote-tracking branch 'upstream/non-consensus-changes-on-branc…
…hid-37519621' into autoshield-poc-daa
Configuration menu - View commit details
-
Copy full SHA for 41810e5 - Browse repository at this point
Copy the full SHA 41810e5View commit details -
Remove the
nullifiers
argument fromstore_decrypted_tx
This value can be obtained internally within the implementation of `store_decrypted_tx` and does not need to be part of the public API.
Configuration menu - View commit details
-
Copy full SHA for 2dd0348 - Browse repository at this point
Copy the full SHA 2dd0348View commit details -
Address comments from code review.
Co-authored-by: str4d <[email protected]> Co-authored-by: Daira Hopwood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c2d485 - Browse repository at this point
Copy the full SHA 9c2d485View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4c982 - Browse repository at this point
Copy the full SHA cf4c982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c80399 - Browse repository at this point
Copy the full SHA 0c80399View commit details -
Merge pull request zcash#494 from zcash/internal-key-tvs
Internal key test vectors
Configuration menu - View commit details
-
Copy full SHA for 632b9ee - Browse repository at this point
Copy the full SHA 632b9eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b189f1 - Browse repository at this point
Copy the full SHA 6b189f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ff3f3 - Browse repository at this point
Copy the full SHA b4ff3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1507d1d - Browse repository at this point
Copy the full SHA 1507d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 488d13f - Browse repository at this point
Copy the full SHA 488d13fView commit details -
Co-authored-by: str4d <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdd899d - Browse repository at this point
Copy the full SHA cdd899dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3699a6d - Browse repository at this point
Copy the full SHA 3699a6dView commit details