wallet-core/packages/taler-wallet-core
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
..
src more information about p2p: 2022-09-01 08:42:45 -03:00
.gitignore better description of coin test selection and using c8 for coverage runtime 2022-01-14 12:50:38 -03:00
package.json Revert "no need to compile after install" 2022-05-24 18:00:25 +02:00
rollup.config.js upgrade rollup plugins, as older ones caused miscompilation 2022-01-05 18:40:43 +01:00
tsconfig.json wallet: throttle all http requests 2022-03-08 19:19:29 +01:00