aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2022-08-08fixing #6096Sebastian
merchant details and contract terms details factored out, to be used by other components tests and stories updated payment completed != confirmed (confirmed if paid by someone else)
2022-08-08add delivery info in the parse contract terms and a function to get info ↵Sebastian
from a proposalId
2022-08-08add request for getting details about contract termsSebastian
2022-08-01standarizing componentsSebastian
2022-08-01bump versionv0.9.0-dev.13Florian Dold
2022-07-21withdraw as moduleSebastian
2022-07-21removed the type check when accessing h_age_comSebastian
2022-07-21contractTerms was missing, looks like in commit f11483b5 a move was intendedSebastian
2022-07-21proper handling of coin with age restrictionÖzgür Kesim
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.
2022-07-21fixed typo in info/saltÖzgür Kesim
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-07-08wallet-core: P2P push payments (still incomplete)Florian Dold
2022-06-30-typoÖzgür Kesim
2022-06-29-fix sort countriesSebastian
2022-06-27anastasis build instruction and some fixesSebastian
2022-06-26removing await to keep building process compatibility with node12 (current ↵Sebastian
debian stable)
2022-06-26- typo fixSebastian
2022-06-24- http -> httpsSebastian
2022-06-24- add missing id for stylesSebastian
2022-06-24fix #7077 file supportSebastian
2022-06-24add service providers for demoland and filename support for secretsSebastian
2022-06-24fix #7090 dowload personal info as PDFSebastian
2022-06-24fix testsSebastian
2022-06-24mui menu, select input inprogressSebastian
2022-06-23fix text field multilineSebastian
2022-06-17normalize testsSebastian
2022-06-11add testing to web componentsSebastian
2022-06-10wallet-core: correctly report 'confirmed' status of bank integrated withdrawalFlorian Dold
2022-06-10wallet-core: implement and test forced coin/denom selectionFlorian Dold
2022-06-09better select secret screenSebastian
2022-06-09remove listener on unloadSebastian
2022-06-09format amount so it is align to fractional digitlsSebastian
2022-06-09fix: prevent undefined in URLSebastian
2022-06-08ui testingSebastian
2022-06-08increase timeouts for retriesBoss Marco
2022-06-07fix bench1Boss Marco
2022-06-07fix bench1Boss Marco
2022-06-07reserve long polling longer, add withdrawOnly to bench1Boss Marco
2022-06-06unused filesSebastian
2022-06-06fix: missing copyrightsSebastian
2022-06-06updating old copyright headerSebastian
2022-06-06more copyright fixesSebastian
2022-06-06fixed some copyright headersSebastian
2022-06-06- removing unused filesSebastian
2022-06-06eslintSebastian
2022-06-06update depsSebastian
2022-06-06prettierSebastian
2022-06-06prettierSebastian
2022-06-06use AuthenticationProviderStatusMap typeSebastian
2022-06-06add build scriptSebastian