Pietralberto Mazza
|
72a7f29bab
|
Add CreatePayment and CompletePayment (#229)
Co-authored-by: Marco Argentieri <tiero@users.noreply.github.com>
* Add claim command
* Persist pending data in sqlite repo
* Remove debug log
* Return pending data at interface level
* Fix unlocking btc wallet after restart
* Lint & Fix whitelist permissions
* Fix send command for covenant
* Update client/covenantless/claim.go
Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
* Fix
* Pay for min relay fee instead of estimating fees for redeem and unconf forfeit txs
* Add support for pending payments (coventanless)
* Fixes
* Fixes
* Improve verbosity
* Fix coin selection
* Fix
---------
Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
Co-authored-by: louisinger <louis@vulpem.com>
Co-authored-by: Marco Argentieri <tiero@users.noreply.github.com>
Co-authored-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
|
2024-08-10 19:18:02 +02:00 |
|
Dusan Sekulic
|
e45bff3c70
|
Sqlite - add sqlc and migration (#217)
|
2024-07-26 02:09:48 +02:00 |
|
Pietralberto Mazza
|
d10c724ced
|
Fix errors on round finalization (#199)
* Fix ListConnectorUtxos
* Fix
* Fix
* Add log
* Store current round in memoory and drop GetCurrentRound repo api
* Skip lint
|
2024-07-08 14:22:35 +02:00 |
|
Louis Singer
|
bb208ec995
|
Implements SQLite repositories (#180)
* add sqlite db
* add .vscode to gitignore
* add vtxo repo
* add sqlite repos implementations
* add sqlite in db/service
* update go.mod
* fix sqlite
* move sqlite tests to service_test.go + fixes
* integration tests using sqlite + properly close statements
* implement GetRoundsIds
* add "tx" table to store forfeits, connectors and congestion trees
* add db max conn = 1
* upsert VTXO + fix onboarding
* remove json tags
* Fixes
* Fix
* fix lint
* fix config.go
* Fix rm config & open db only once
* Update makefile
---------
Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
|
2024-06-19 18:16:31 +02:00 |
|