You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
I was trying to run zecwallet-cli against darksidewalletd and it didn't work as expected because dlwd started pulling tx's out of the mainnet mempool instead of returning an empty mempool representing the current chainstate.
What is the bug?
I was trying to run zecwallet-cli against darksidewalletd and it didn't work as expected because dlwd started pulling tx's out of the mainnet mempool instead of returning an empty mempool representing the current chainstate.
Reproducing steps
Start dlwd
from another terminal set the chain
then load a testing dataset
this should take you to this state:
Then start the CLI
after starting CLI with
zecwallet-light-cli % ./target/release/zecwallet-cli --server localhost:9067 --birthday 663150 --seed "still champion voice habit trend flight survey between bitter process artefact blind carbon truly provide dizzy crush flush breeze blouse charge solid fish spread"
the CLI starts to sync, and suddenly these logs start to appear in the dlwd terminal..
If you look for these transactions, they are mainnet txs
https://zcashblockexplorer.com/transactions/7f0cfabb86d4c06f7858afa77054db3daa241c7aeac4b49277f1349198ad2c2f
which this dataset does not pre-load.
Solution
dlwd shouldn't serve anything that hasn't been loaded by the driver of the integration test.
The text was updated successfully, but these errors were encountered: