aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2023-12-29fine tune dynamic formsSebastian
2023-12-27add purposeSebastian
2023-12-27use seed from exchangeSebastian
2023-12-27fix: body is not always present in all html documentsSebastian
2023-12-19webex package version0.9.4-dev.2Sebastian
2023-12-19fix martin feedbackSebastian
2023-12-19change package nameSebastian
2023-12-19fix :long polling request parameterSebastian
2023-12-19wallet-core: report peer-push-debit tx actions correctlyFlorian Dold
2023-12-19wallet-core: factor out denom query, don't use .iter()Florian Dold
2023-12-19wallet-core: prioritize pending tasksFlorian Dold
2023-12-18wallet-core: do not crash for payments with zero coinsFlorian Dold
2023-12-18wallet-core: update exchange inline, not in taskFlorian Dold
A task (such as refresh) can't wait until the exchange update task updates the exchange, as task handlers don't run concurrently. The previous behavior caused some transactions to block indefinitely when waiting for an updated exchange entry.
2023-12-18-fix rangeFlorian Dold
2023-12-18wallet-core: towards properly handling peer-pull-debit expiryFlorian Dold
2023-12-18wallet-core: use getAll instead of iter to query denominationsFlorian Dold
2023-12-15embedded wallet: remove reset request, clients should use clearDb insteadFlorian Dold
2023-12-15return refund list in purchase tx detailsSebastian
2023-12-15bump dependenciesFlorian Dold
2023-12-15wallet-core: fix unit testFlorian Dold
2023-12-15gitignoreFlorian Dold
2023-12-15testing header listener #2Sebastian
2023-12-15testing header listenerSebastian
2023-12-14show terms of service on reward and p2pSebastian
2023-12-14refactor ToS displaySebastian
2023-12-13better error msgSebastian
2023-12-13-fix type-related break in webextension storyFlorian Dold
2023-12-13wallet-core: untangle version confusion for different bank APIsFlorian Dold
2023-12-13fix withdraw-exchange redirect when there is not amountSebastian
2023-12-13up to date with latest libeufin apiSebastian
2023-12-13bump debian versionChristian Grothoff
2023-12-13-commentsFlorian Dold
2023-12-13wallet-core: properly transition from aborting to aborted in peer-pull-creditFlorian Dold
2023-12-13wallet-core: add hint about responsible transaction ID in balance change ↵Florian Dold
notification
2023-12-13-loggingFlorian Dold
2023-12-13wallet-core: update bank API version rangeFlorian Dold
2023-12-13-commentFlorian Dold
2023-12-13-actually check master pub in addExchangeFlorian Dold
2023-12-13-re-add field that's still in useFlorian Dold
2023-12-12-rename typeFlorian Dold
2023-12-12wallet-core: implement maxExpirationDate for checkPeerPushDebitFlorian Dold
2023-12-12resolve #7751Sebastian
2023-12-12-work around multiple available languagesFlorian Dold
2023-12-12-add tosAvailableLanguagesFlorian Dold
2023-12-12wallet-core: i18n-ized termsFlorian Dold
2023-12-12wallet-core: towards better DD48 supportFlorian Dold
2023-12-11wip: #7752Sebastian
2023-12-11warn when clipboard is not availableSebastian
2023-12-11match 1:1 testing with taler-uri specSebastian
2023-12-11actually fixing the bug seen in webex, i'm not sure why it wasn't catch by ↵Sebastian
test case