Simplify the way we handle validations. Include a signing time instead of a

closing time. Keep only the validation with the most recent signing time.
Sign using network time. This eliminates the ValidationPair nightmare and
makes the logic must easier to understand, increasing confidence that it
does what it's supposed to do.
This commit is contained in:
JoelKatz
2012-09-03 20:13:57 -07:00
parent 0862ed2957
commit 4930ebb945
9 changed files with 57 additions and 89 deletions

View File

@@ -92,6 +92,7 @@ enum SOE_Field
sfSequence,
sfSignature,
sfSigningKey,
sfSigningTime,
sfSourceTag,
sfTakerGets,
sfTakerPays,