mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 02:11:40 +01:00
f71d3567ed
* WIP * Finish implementing {CRUD,CRUDAction}.createAllAction() * Try to make database inserts more atomic * Consolidate more database calls in DLCWallet.initDLCForAccept() * WIP2 * More refactor and using actions * Add DLCIdDaoUtilNoPK for querying when dlcId is not a primary key * Add DLCDataManagement.deleteDLC() * make DLCWalletApi.createDLCOffer() use actions * Rework DLCWallet.createNewDLCAccept() to use DBIOAction * Use actions in DLCWallet.registerDLCAccept() a bit * Create DLCActionBuilder, move actions to there * Move more actions into ActionBuilder * Implement transactionally on database writes for actions |
||
---|---|---|
.. | ||
resources | ||
scala/org/bitcoins/dlc/oracle |