Marton
Marton
Is there no way to query for users using parse4j?
Ran the following command on mac: `go get -u -v -x github.com/ipsn/go-libtor` Got the following error: ``` # github.com/ipsn/go-libtor/libtor In file included from ../../go/pkg/mod/github.com/ipsn/[email protected]/libtor/libevent_buffer.go:8: In file included from ../../go/pkg/mod/github.com/ipsn/[email protected]/libtor/../libevent/compat/../buffer.c:79: In...
After the websocket message is received for an address receiving a transaction, it can take even 10 seconds before the transaction is available on the `/api/address` endpoint. Is it possible...
I was told in the ethereum.org discord that light clients will not work on mainnet post merge. On Goerli I was not able to sync, but on Sepolia I have...
This PR adds the ability to do private atomic swap transactions between BTC and DCR using adaptor signatures. When doing atomic swaps with the original technique of unlocking coins by...
This diff adds the ability to start/stop bots individually and also to perform live updates to bot settings and the amount of funds controlled by bots. All balance fields are...
Implement `WalletHistorian` for btc/clone electrum wallets.
The registration flow didn't take into account the case where an exchange had not yet been added to user.Exchanges. It assumed the exchange would already be view only. Closes #2749
On simnet I start a fresh `dexc` without `dcrdex` being online. I register, then I run `dcrdex`. When I go to select a bond asset, I get the following error:...