summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2021-06-02remove references to the index.ts in the importdev/sebasjm/imports-changeSebastian
2021-06-02fix sb configSebastian
2021-06-02fix issues with circular importsFlorian Dold
Parts of this commit are from a patch by sebasjm. The circular imports caused an issue with webpack. While we don't use webpack in the wallet, the wallet should still be importable by webpack. Some packages were importing their dependencies via "index.js", which re-exports public exports of the package. This resulted in circular dependencies which were resolved correctly by rollup, but not by webpack.
2021-06-02support multiple exchange details per base URLFlorian Dold
2021-05-31add storybookSebastian
2021-05-27Amount.toFloat and hide filesystem requirementSebastian
2021-05-21Tagging LibEuFin tests.MS
2021-05-21typoFlorian Dold
2021-05-21instance creation order, againFlorian Dold
2021-05-21fix instance creation orderFlorian Dold
2021-05-21tag testsFlorian Dold
2021-05-21tombstone processing in backup importFlorian Dold
2021-05-20fixed width for popup, fixed url redirect on manual taler link lookup, fixed ↵Sebastian
uncontrolled checkbox handling
2021-05-20also allow deleting individual refunds, tombstoned by their execution timeFlorian Dold
2021-05-20allow deletion via APIFlorian Dold
2021-05-20implement more deletion operationsFlorian Dold
2021-05-20implement deletion of withdrawal transactionsFlorian Dold
2021-05-20fix trust checkFlorian Dold
2021-05-20add UIDs for deletion tombstones to auditor/exchange trust managementFlorian Dold
2021-05-18test Libeufin Facade APIMS
2021-05-17remove defunct campt-samples for nowFlorian Dold
2021-05-17remove unused interfacesFlorian Dold
2021-05-14Libeufin, testing scheduling APIMS
2021-05-14Libeufin, testing scheduling APIMS
2021-05-12implement currencies subcommandFlorian Dold
2021-05-12always use .js extension to make node module loader happyFlorian Dold
2021-05-12tombstonesFlorian Dold
2021-05-12model more backup provider errorsFlorian Dold
2021-05-12towards backup based on add/remove set instead of clocksFlorian Dold
2021-05-12libeufin, testing bank connection removalMS
2021-05-12Libeufin API testing.MS
Testing CRUD operations of the 'bankaccount' resource.
2021-05-10Camt samples submodules.MS
Downloading them into the assets/ directory.
2021-05-10remove submodule, due to wrong pathMS
2021-05-10remove unwanted charMS
2021-05-10fix typeFlorian Dold
2021-05-10asset loading for integration testsFlorian Dold
2021-05-10Camt samples submoduleMS
2021-05-10Libeufin testing: testing users creation/updateMS
2021-05-07preact routing on the walletSebastian
2021-05-07migrate to preactSebastian
2021-05-07Testing Libeufin's permission API: creating and deleting one.MS
2021-05-07libeufin testsMS
2021-05-06avoid hard-coded valuesms
2021-05-03Libeufin tests.MS
Adding the CLI command that submits a initiated payment, plus calling it from the 'tutorial' test case.
2021-04-30Testing: done with simple refund case.MS
2021-04-29testing harness gets more Nexus APIMS
2021-04-29testing: print historyMS
2021-04-29Libeufin Tests.MS
Testing refunds due to invalid subject. Up to the point where the list of transactions is returned by the local bank account.
2021-04-28excluding non-tests from being runMS
2021-04-28fix more typosChristian Grothoff