Louis Singer
|
bcb2b2075f
|
Add support for Out Of Round txs (#359)
* [common] rework address encoding
* new address encoding
* replace offchain address by vtxo output key in DB
* merge migrations files into init one
* fix txbuilder fixtures
* fix transaction events
* OOR scheme
* fix conflicts
* [sdk] OOR
* update WASM wrappers
* revert renaming
* revert API changes
* update parser.go
* fix vtxosToTxsCovenantless
* add settled and spent in Utxo and Transaction
* Fixes (#5)
* Revert unneeded changes and rename claim to settle
* Revert changes to wasm and rename claim to settle
---------
Co-authored-by: Pietralberto Mazza <18440657+altafan@users.noreply.github.com>
|
2024-10-24 17:43:27 +02:00 |
|
Louis Singer
|
b536a9e652
|
New address encoding (#356)
* [common] rework address encoding
* new address encoding
* replace offchain address by vtxo output key in DB
* merge migrations files into init one
* fix txbuilder fixtures
* fix transaction events
|
2024-10-18 16:50:07 +02:00 |
|
Louis Singer
|
7606b4cd00
|
Drop unconditional forfeits txs in offline payment (#344)
* remove unconditionnal forfeit tx
* fix sqlite vtxo repo
* remove pendingData struct
* delete uncond_forfeits_tx table
|
2024-10-04 18:06:00 +02:00 |
|
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 |
|