summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2024-03-18Update dependencies and clean codeHEADmasterAntoine A
2024-02-01Test support for bitcoind 26.0 and update dependenciesAntoine A
2024-02-01Test support for geth 1.13.11 and update dependenciesAntoine A
2023-11-23Test support for bitcoind 25.1Antoine A
2023-11-21Support ethereum 1.13.5Antoine A
2023-10-06Clean codeAntoine A
2023-10-05Test support for bitcoind 24.1 and small improvementsAntoine A
2023-10-04Improve test runner and improve initdb commandsAntoine A
2023-10-04Update dependencies and bump msrv to 1.70.0 to follow debian unstable packageAntoine A
2023-01-31Run integration tests in parallelAntoine A
2023-01-24Update dependenciesAntoine A
2023-01-24Improve postgres setup for testsAntoine A
2022-12-11Bump msrv to 1.63.0 to follow debian packageAntoine A
2022-12-11Update dependenciesAntoine A
2022-09-15Fixed some dependency versions to correct Debian only supporting an ageing ve...Antoine A
2022-09-15Update dependenciesAntoine A
2022-07-30Improve testsAntoine A
2022-07-20Set msrv to 1.57.0 to follow debian packageAntoine A
2022-07-20Update dependenciesAntoine A
2022-07-20Rewriting tests in rustAntoine A
2022-03-29report progressAntoine A
2022-03-23dirty fix for eth tests and other improvementsAntoine A
2022-03-21Move report to repoAntoine A
2022-03-16Use a common metadata formatAntoine A
2022-03-15Catch bootstrap errorAntoine A
2022-03-10Improve documentationAntoine A
2022-03-09Small doc improvementAntoine A
2022-03-04Improve config parsingAntoine A
2022-03-03Improve documentationAntoine A
2022-03-02eth-wire: bump stuck transactionsAntoine A
2022-02-28eth-wire: catch rpc EOFAntoine A
2022-02-24Add eth instrumentation test and fix eth bounceAntoine A
2022-02-24btc-wire: reconnect on auto wallet rpc refreshAntoine A
2022-02-22instrumentation: new instrumentation testAntoine A
2022-02-21Test setupAntoine A
2022-02-17Fix PWD name conflictAntoine A
2022-02-16Encrypted wallet with user defined passwordAntoine A
2022-02-15Replace argh CLI parser with clap, merge wire binary with its bootstrap and i...Antoine A
2022-02-15btc-wire: metadata doc draftAntoine A
2022-02-14presentation: progressAntoine A
2022-02-09Fix worker loop continuing when stuck on removed transactionsAntoine A
2022-02-09eth-wire: handle concurrency and injected failuresAntoine A
2022-02-07Test bump reorged transactionsAntoine A
2022-02-06Update dependencies and use taler-config to parse configurationAntoine A
2022-02-03Rename taler_common to common as it is less taler specificAntoine A
2022-02-02wire-gateway: support eth and btcAntoine A
2022-02-02Preparation for eth-wireAntoine A
2022-02-01eth_wire: initializeAntoine A
2022-01-25Remove fastrand when rand is used and improve taler_commonAntoine A
2022-01-25Break long function in two and other improvementsAntoine A