You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: connection problems, healthcheck postgres
* feat: added ui and minimal functionality to display bumpfee pop up (not working though)
* feat: added actions column in withdrawal requests datagrid and functionality to display bumpfee button (not sure if it works)
* fix: changed bumpefee modal rendering condition, although not tested
* wip
* feat: added fee rate check, user cannot bumpfee with a lower new fee rate than the current one
* wip: submit confirmation modal fails when trying to bumpfee
* feat: enhance fee rate display in withdrawal requests datagrid to clarify custom fee and value usage
* wip: bumpfee works partially, although the previous transaction is still active, had to be updated to a new state such as bumped or similar
* feat: add Parent Tx column and metadata handling in withdrawal requests
* fix: update Docker Compose to use host.docker.internal for BTC RPC URL and endpoint
* wip: adding utxos to bumped transaction, not working yet, problem with the database
* feat: add handling for changeless transactions in bumpfee process to prevent fee increases
* wip: modified how withdrawals register bumped withdrawals, already not working, I am trying to get the Utxos from the database but i cannot update them correctly
* wip: keep working on updating the UTXOs, the request could be updated but the UTXOs does not update with the new WithrawalRequest because an exception of pk_keywallet unique constraint arises
* feat: added bumping object to WalletWithdrawalRequest and added utxos functionality, also set optInRBF in tx builder when generating template PSBT
* feat: add display of last fee used and its type in bumpfee modal
* fix: improve error message for insufficient fee in bumpfee modal
* feat: enhance bump fee functionality with error handling for changeless transactions and improved fee rate selection
* feat: added bumped state and modified logic when bumping transaction to update state correctly
* refactor: specify function for wds while also including the wallet wd req in the utxo
* remove unused variable for changeless amount in BitcoinService
* feat: changeless transactions bump fee method is available
* chore: add mempool space to docker compose
* fix: bad handling of the vars
* fix: fixing migrations
* fix: when a bumping tx fails update the other one to onchainconfpending again and dont allow bump fee if fee+amount is more than utxo
* fix: remove unused imports
* fix: if formats and remove todo
* feat: dont return dust
* fix: return after error
* fix: exception
* fix: nit
* fix: remove dbtrie
* fix: remove dupl
* test: set rbf flag
* fix: error on failed broadcasting
* feat: add mempool profile to docker
* fix: old migration
* refactor: change from sats vb to sat vb
* fix: casing
* fix: naming
* fix: remove async
* feat: make constant Money
* feat: add help line to indicate % of fee and amount of fees
* fix: refactor variable name
* fix: spacing
* feat: add max of 200
* fix: bug on multisig
---------
Co-authored-by: Anon2148 <[email protected]>
Co-authored-by: Rubenro01 <[email protected]>
Co-authored-by: scrpti <[email protected]>
0 commit comments