Curious, how you are detecting pending notes via lightwalletd?
{
"unspent_notes": [],
"pending_notes": [],
"utxos": [],
"pending_utxos": []
}
edit, never mind this seems to be outgoing rather than incoming
Curious, how you are detecting pending notes via lightwalletd?
{
"unspent_notes": [],
"pending_notes": [],
"utxos": [],
"pending_utxos": []
}
edit, never mind this seems to be outgoing rather than incoming
Right. Pending notes are outputs from pending transactions sent from zeclite. It keeps track of them to prevent spending them again before they are confirmed.
I’m also planning to add incoming pending, because lightwalletd can get that from the mempool and pass it along.
Nice. I wasn’t aware of this as I thought it just polled the RPC for new blocks? This will be a big improvement as waiting on a confirmation feels like a bad UX, admittedly though this has already been improved by the shorter block times on testnet.
need test coins,thanks
ztestsapling1xf4dwd8xkkcq2pj6luamfq9yev4hv09dt4tjsfx2uekm3avl97wsua4j9l3uvhvu2t475xc2cw2
tm9tjUrCWwMBbfSorj8p6VxDvXuTBcwcGGw
very good! i have recevied.
[
{
“block_height”: 611108,
“txid”: “6ce97b37834bb38b24d9623700a0b4f6b74160051a6cbe265fea69e7e39842d2”,
“amount”: 1000000000,
“address”: “tm9tjUrCWwMBbfSorj8p6VxDvXuTBcwcGGw”,
“memo”: null
},
{
“block_height”: 611108,
“txid”: “b362e58fd96736cf8b57f65770fe0c3f1aed3474ea718ce152f129702281de8d”,
“amount”: 1000000000,
“address”: “ztestsapling1xf4dwd8xkkcq2pj6luamfq9yev4hv09dt4tjsfx2uekm3avl97wsua4j9l3uvhvu2t475xc2cw2”,
“memo”: “Thanks for using zfaucet!”
}
]
how can send coins from t-addr to z-addr,
t-addr to t-addr,
z-addr to t-addr?
You just type in your t address in the send command. It will automatically select the right type of transaction.
Thanks everyone for trying out the beta and providing feedback.
I’m going to take down the lightwallet server now, to prepare for the mainnet beta, which should hopefully be available on Monday.