Riku
Riku
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...
Resolves issue #608
Resolves issue #597
`xbridge.conf` currently contains a variety of options/settings. However, many of these settings are very specific to a blockchain and should only have a very distinct value. The current setup isn't...
`json_spirit` was replaced with `UniValue` in bitcoin core v0.12.0, because it is more lightweight and reduces compile time. Currently, Blocknet/xbridge uses a mix of both. This causes compatibility issues and...
Service nodes are the corner stones of the Blocknet network as they provide all sorts of services. However service nodes (and to some extend the service node list) aren't all...
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...
Adjust the xb protocol to allow for coin tickers to be longer than 7 characters.
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...