simulator icon indicating copy to clipboard operation
simulator copied to clipboard

Ripple consensus simulator

Results 3 simulator issues
Sort by recently updated
recently updated
newest added

I built in VS2013, debug or release. Each time the example never terminates in consensus - it just gets stuck in a loop with no messages to process.

Some macros in the file Sim.cpp is never used, ``` #define LEDGER_CONVERGE 4 #define LEDGER_FORCE_CONVERGE 7 #define AV_MIN_CONSENSUS 50 #define AV_AVG_CONSENSUS 60 #define AV_MAX_CONSENSUS 70 ``` what are they meaning...

The method _processMessage()_ in the class _Node_ is never used, and seems to me the simulation code only consensus one transaction record.