Compare commits

...

2 Commits

Author SHA1 Message Date
Francisco Gindre 36e9c22519
Merge pull request #4 from zcash-hackworks/shielding-dataset
Dataset needed to test shielding funds
2022-07-30 17:50:08 -03:00
Francisco Gindre 66be01acd4 Dataset needed to test shielding funds
PR Suggestion
2022-07-30 17:49:04 -03:00
3 changed files with 20 additions and 0 deletions

1
shield-funds/1631000.txt Normal file

File diff suppressed because one or more lines are too long

12
shield-funds/README.md Normal file
View File

@ -0,0 +1,12 @@
# Shield funds integration testing
This dataset is intended to help you test shieling funds.
Block `1631000` is extracted from mainnet as a starting point.
Put the UTXO on `utxo-1631177.json`using the
`/cash.z.wallet.sdk.rpc.DarksideStreamer/AddAddressUtxo` RPC then
you should sync up to `1631177`.
After confirming the funds you should be able to shield those funds and
stage the resulting transaction in block `1631178`. Stage ten blocks
more and you should be seeing your shielded funds minus on your balance.

View File

@ -0,0 +1,7 @@
{
"txid": "3md9M0OOpPBsF02Rp2b7CJZMpv093bjLuSCIG1RPioU=",
"script": "dqkU1mkF+eETNMCYyJs0OZcygn0KDi+IrA==",
"valueZat": "10000",
"height": "1631177",
"address": "t1dRJRY7GmyeykJnMH38mdQoaZtFhn1QmGz"
}