wallet-core/packages
Sebastian 94eeab8ad0
more information about p2p:
- 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)
2022-09-01 08:42:45 -03:00
..
anastasis-core wallet-core: implement accepting p2p push payments 2022-07-12 17:41:14 +02:00
anastasis-webui fix broken build 2022-08-29 15:53:05 -03:00
idb-bridge fix idb bug, p2p integration test 2022-08-24 21:07:13 +02:00
pogen Revert "no need to compile after install" 2022-05-24 18:00:25 +02:00
taler-config-lib fix package.json, lockfile 2022-05-31 15:54:34 +02:00
taler-util more information about p2p: 2022-09-01 08:42:45 -03:00
taler-wallet-cli wallet-core: fix revocation, re-introduce reserves object store 2022-08-26 01:18:01 +02:00
taler-wallet-core more information about p2p: 2022-09-01 08:42:45 -03:00
taler-wallet-embedded wallet: improve error handling and error codes 2022-03-22 21:16:38 +01:00
taler-wallet-webextension invoice and transfer details 2022-08-31 11:46:39 -03:00