Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- added the contract terms on WgInfoBankPeerPush and WgInfoBankPeerPull, so we can show summary and expiration in the ui
- added info: PeerInfoShort on Transaction* type
- definition of completed p2p tx:
- push debit: Amounts.cmp(sentAmount, pickedUpAmount) === 0. is this transfer already picked up? (not working)
- pull debit: pi.paid, is this invoice already paid?
- pull credit: wsr.timestampFinish, has someone already paid my invoice?
- push credit: wsr.timestampFinish, have I already picked up this?
- changed the txId of peer pull debit to have the incomingId instead of pursePub (allow deletion)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p2p pull wip
|
|
|
|
withdrawal payto should always have the reserve pub
|
|
|
|
|
|
from a proposalId
|
|
|
|
When a coin with age restriction is used for payment, the contract might
or might not require an attestation of minimum age.
When it does, we sent the signed minimum age along with the whole age
commitment (array of pubkeys).
Added: When the contract doesn't require a minimum age, we still sent
the hash of the age commitment, as this is needed for the deposit of the
coin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error
|
|
|
|
notify refund pending with accept button on the purchase details
better payto box
|
|
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|