|
|
@ -17,21 +17,18 @@ |
|
|
|
// LP_nativeDEX.c
|
|
|
|
// marketmaker
|
|
|
|
//
|
|
|
|
// validate notarization
|
|
|
|
// big BTC swaps, assetchain markets
|
|
|
|
// https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki for signing BCH/BTG
|
|
|
|
// big BTC swaps, assetchain markets
|
|
|
|
//
|
|
|
|
// compress packets
|
|
|
|
// cancel bid/ask
|
|
|
|
// portfolio to set prices from historical
|
|
|
|
// portfolio value based on ask?
|
|
|
|
// USD paxprice based USDvalue in portfolio
|
|
|
|
//
|
|
|
|
// else claim path
|
|
|
|
// improve critical section detection when parallel trades
|
|
|
|
// dPoW security -> 4: KMD notarized, 5: BTC notarized, after next notary elections
|
|
|
|
// bigendian architectures need to use little endian for sighash calcs
|
|
|
|
//
|
|
|
|
// improve critical section detection when parallel trades
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
|
|
|
|
|