blocknet
blocknet copied to clipboard
Official Blocknet cryptocurrency wallet
Most easy way explained, wallets has UTXO funds sitting on addresses, but Xbridge itself who is the only responsible for reserving/releasing UTXOs for orders, thinks some/all UTXOs are reserved but...
**Env:** Core wallet 4.3.3, Mac, Standard GUI.
Add new `Affinities` setting to the `xbridge.conf` that allows to specify a list of service nodes ("snode") that should be selected first when creating orders. Affinities are only considered, if...
**Scenario:** requesting `xrGetBlockCount` via core console or cli returns unreliable results. **Issue:** There seems to be an upper limit on the queryCount parameter - possibly if the count is higher...
Resolves issue #608
Resolves issue #597
**Info:** There is a hard upper limit to `queryCount`when appended to any XRouter call via console or cli (ie: when setting `node_count`). **To do:** - [ ] update all references...
**To do:** Write XB unit tests, using https://github.com/blocknetdx/blocknet/tree/master/test, and implementing: --- service node logic --- connector logic --- xb logic and trading tests more info to follow...
**Scenario:** requesting `xrGetBlockCount` via core console or cli with a queryCount > 50 returns an error. ``` xrgetblockcount BLOCK 10 { “reply”: 2244915, “uuid”: “08ae7d53-49b7-498a-8d3d-9b3ece4d8a03” } xrgetblockcount BLOCK 100 {...
**Scenario:** To support the continuation of Go-XRouter development (https://github.com/blocknetdx/go-xrouter/issues/44), we need an analysis of the XRouter C++ code in order to tell whether there is an issue with the way...