walkjivefly

Results 22 issues of walkjivefly

An order was placed but not seen by other nodes or disappeared from the network-wide open orders list. The xbridge log shows the order was placed, confirmed by a servicenode...

bug

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

There is a link in the links section of [https://programmingblockchain.gitbook.io/programmingblockchain/](url) which says "you can download pdf, epub and mobi versions here." Except you can't. It's a circular link back to...

First diagram on [https://programmingblockchain.gitbook.io/programmingblockchain/introduction/diagrams](url) is anything but clear. English generally reads left to right and top to bottom and arrows indicate movement in a particular direction. Without the explanation above...

### Do not request features for the Prusa3D fork of Slic3r here without confirming it is applicable to the mainline Slic3r, or your issue will be closed. [Development builds of...

Fixes https://github.com/blocknetdx/blockchain-configuration-files/issues/156

The `autobuild/wallet_confs` and `autobuild/xbridge_confs` directories are confusing people trying to follow the coin integration workflow. - [ ] remove them

autobuild/app.py reads manifest.json and autobuild/configs/thing.base.j2 to build wallet and xbridge config fragments. One of the things it can handle is deprecated RPCs. But the current implementation supports only 1; if...

Apparently we should not be excluding package-lock.json from the repo. It is required to get a deterministic environment and repeatable build ability.