Marton
Marton
This diff updates the DCR wallet to identify any unknown transaction and add it to the transaction history. Redeems, refunds, and bond refund transactions are updated to use an external...
Implement the `WalletHistorian` interface for ZCash.
``` This diff updates the btc wallet to identify all past transactions that the wallet has made. This way, if dexc is reinitalized with a seed that was already used,...
I was running dexc on simnet and got the following logs: ``` 2024-04-17 20:48:15.976 [INF] CORE: Reducing bond expiration date from 2024-04-17 16:55:10 -0400 EDT to 2025-04-17 14:08:25 -0400 EDT...
This diff introduces the solidity contract that supports posting fidelity bonds on ETH. ``` ETHBond is a contract that allows users to post fidelity bonds. In order to save on...
I wonder if we need to somehow account for the ability of the exchange operator to change market parameters, e.g. max fee rate or lot size. _Originally posted by @buck54321...
--- FAIL: TestUTXOs (0.15s) btc_test.go:918: case 5 - received no error for orphaned transaction
-- FAIL: TestRegister (2.33s) core_test.go:2270: timed out waiting for feepayment or balance notification
It needs to be recorded which trades were made by which bots, and there needs to be both a UI and CLI to view the performance metrics of all past...
Implement the `CEX` interface using the Bittrex API. This should be done after #2005, which contains the initial implementation of the `CEX` interface, is already merged.