Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Lrzc upgrade 2 #53

Merged
merged 74 commits into from May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
3060b31
add lib/target and cli/target to gitignore
AloeareV May 28, 2022
1f423cb
Update rev of librustzcash
AloeareV May 28, 2022
97eb510
Update Cargo.lock
AloeareV May 28, 2022
016e49e
Update walletzkey uses
AloeareV May 28, 2022
cf31a98
Update wallettkey uses
AloeareV May 28, 2022
1130b1c
Update wallet_transactions uses
AloeareV May 28, 2022
983ce62
Update message uses
AloeareV May 28, 2022
d8fe0ee
Update keys uses
AloeareV May 28, 2022
91b0962
Update data uses
AloeareV May 28, 2022
6030cdd
Update lightwallet uses
AloeareV May 28, 2022
6897375
Update update_notes uses
AloeareV May 28, 2022
191158f
Update trial_decryptions uses
AloeareV May 28, 2022
7536916
Update fetch_full_transaction uses
AloeareV May 28, 2022
cbc983b
Update block_witness_data uses
AloeareV May 28, 2022
f7deeac
Fix walletzkey errors
AloeareV May 28, 2022
4ae7c27
Fix lightwallet errors
AloeareV May 28, 2022
5459fdc
Update Cargo.lock
AloeareV May 28, 2022
5533a9e
Fix wallettkey errors
AloeareV May 28, 2022
738a584
Fix wallet_transactions errors
AloeareV May 28, 2022
f8ef4e7
Fix keys errors
AloeareV May 28, 2022
d61c6f0
Fix data errors
AloeareV May 28, 2022
1c8ae42
Update Cargo.lock
AloeareV May 28, 2022
f2b7e5c
Fixed grpc_connector. Some new logic, untested as code still doesn't …
AloeareV May 28, 2022
3ed084c
fix lightclient, fetch_taddr_transactions
AloeareV May 28, 2022
313dd4d
fix fetch_full_transaction
AloeareV May 28, 2022
123b357
Fix trial_decryptions, compact_formats
AloeareV May 28, 2022
59e9a56
update Cargo.lock
AloeareV May 28, 2022
187d26c
update dependencies
zancas May 28, 2022
57d9837
leverage From CtOption to Option implementation
zancas May 28, 2022
91d7d77
specify which generic parameter we mean for note encryption
zancas May 28, 2022
03ad01e
Cargo.lock update
zancas May 28, 2022
b5fd303
fix typo
zancas May 29, 2022
0dba7a3
explicitly convert into bytes before converting into next type
zancas May 29, 2022
7cbdf99
generate ephemeral public key twice
zancas May 29, 2022
5cf43ec
I have not analyzed this beyond noting that it allows the build to pass
zancas May 29, 2022
c6a0b91
explicitly convert to bytes
zancas May 29, 2022
0222272
Custom shieldedoutput impl in message.rs
AloeareV May 29, 2022
37466fe
More error fixes
AloeareV May 29, 2022
897d93d
We now build
AloeareV May 29, 2022
bf29ab1
switch from zingolabs/librustzcash to zcash/librustzcash
AloeareV May 30, 2022
3ff912e
temporarily deal with build warnings
zancas May 29, 2022
755075f
WIP: update namespace (partial) with new API
zancas May 29, 2022
c77917e
match new API
zancas May 30, 2022
957bf92
cribbed from 55d1090f7080e6e91c495738a090cffcb5834df2
zancas May 30, 2022
2b07a94
being porting modern version of test utils
zancas May 30, 2022
c213cec
use the mock_build interface
zancas May 30, 2022
d2a522b
more interface updates in tests. Default to Sapling branchids for tra…
AloeareV May 30, 2022
ac42760
finish defining mock sapling bundle
zancas May 30, 2022
e0d4059
this experiment requires the creation of an empty bundle
zancas May 30, 2022
fb7755c
I don't know how insert a tranp bundle, after construction, so hack o…
zancas May 31, 2022
7b03ff6
the ol' *(foo.as_ref) shuffle
zancas May 31, 2022
4168242
us as_ref to get txid hash, again
zancas May 31, 2022
606eb95
minor API updates
zancas May 31, 2022
a7ffef2
hack to vec interface for test
zancas May 31, 2022
e2f3f97
test in message.rs compiles
dannasessha May 31, 2022
d6ab261
Merge pull request #1 from dannasessha/compiling_tests
zancas May 31, 2022
dd7ce3e
update to 'bundle' API
zancas May 31, 2022
ed7fd2a
Merge pull request #1 from zancas/lrzc_upgrade_2
dannasessha May 31, 2022
7d6664f
compiling tests.rs:605:101
dannasessha May 31, 2022
2316a19
Merge pull request #2 from dannasessha/compiling_tests
zancas May 31, 2022
fd3580c
use as u32 when testing blockheight in tests.rs:444
dannasessha May 31, 2022
e7a7a5b
remove unavailable clone
zancas May 31, 2022
f3fc68e
Merge pull request #3 from dannasessha/compiling_tests
zancas May 31, 2022
397caa0
minor interface adjustments
zancas May 31, 2022
3a5a137
update gen_range interface
zancas May 31, 2022
14759f0
cleanup warnings
zancas May 31, 2022
03d3612
accessing transparent_bundle API
zancas May 31, 2022
0a7a921
change away from new() to from_parts()
dannasessha May 31, 2022
b66b0ca
Merge pull request #4 from dannasessha/compiling_tests
zancas May 31, 2022
55a4bd6
factor testdata into module, cleanup Config.toml
dannasessha May 31, 2022
df83943
cleanup
dannasessha May 31, 2022
f2bfe13
WIP change from new() to new_trasnactiondata() in blaze
dannasessha May 31, 2022
5b36450
Merge pull request #5 from dannasessha/compiling_tests
zancas May 31, 2022
fcc077b
stop gap ignore test code
zancas May 31, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,4 +1,6 @@
/target
target
lib/target
cli/target
/testdata
/procgov
.DS_Store
Expand Down