blocknet icon indicating copy to clipboard operation
blocknet copied to clipboard

Official Blocknet cryptocurrency wallet

Results 67 blocknet issues
Sort by recently updated
recently updated
newest added

**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: ```...

improvement

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...

Cloned from `CORE-104`

eth support

**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...

bug
xbridge

Adjust the xb protocol to allow for coin tickers to be longer than 7 characters.

improvement

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...

bug

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...

bug

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