blocknet
blocknet copied to clipboard
Official Blocknet cryptocurrency wallet
**Env:** Blocknet core 4.3.3 public **Steps to reproduce:** 1. via console enter cmd: `dxsplitaddress BLOCK amount address` 2. if the wallet is currently locked the error is returned as: ```...
Currently, when an order is triggered both parties send their amount to a timelocked address, including two types of transaction fees - **fee1**: the tx fee needed to submit the...
**Scenario:** Right now fee's on BTC and ETH are dynamic, so having a hard-coded value in the config, like we currently have, doesn't work. Instead, Service Nodes can query the...
Adjust the xb protocol to allow for coin tickers to be longer than 7 characters.
dxGetOrders always returns null list when run on a servicenode This behaviour is the same regardless of any dxnowallets or ShowAllOrders settings. It would be helpful if it returned the...
DX trades sometimes fail due to incorrect/unexpected locktimes. For properly configured, properly behaving, synced nodes/wallets they should complete normally every time. I tried to take 3 BLOCK/LTC orders on 1...
The `XBridgePacket` class is at the core of the xbridge communication layer. Currently, the implementation is quite complicated and error prone as the serialization and de-serialization happen all over the...
Work in progress - ready for merge