oxen-core icon indicating copy to clipboard operation
oxen-core copied to clipboard

Adapt functional tests to Loki parameters

Open Doy-lee opened this issue 6 years ago • 3 comments
trafficstars

Currently uses Monero addresses and binary names and so forth.

Doy-lee avatar May 07 '19 02:05 Doy-lee

@Doy-lee will work on this issue.

josephnicholas avatar May 12 '19 06:05 josephnicholas

@Doy-lee some rpc-fields are not yet available in the current loki code. Should I directly merge them from Monero? An example is wide_cumulative_difficulty.

josephnicholas avatar Jul 18 '19 15:07 josephnicholas

No; wide_cumulative_difficulty is deliberately not merged (and probably won't be) because it is a pain to deal with, because we are nowhere even remotely close to the limits of a 64-bit int, and because there are better ways to handle it (for example, resetting it and/or rescaling difficulty values at some fork height).

jagerman avatar Jul 18 '19 21:07 jagerman