From daaad1f2da9a6d6dd6ccf0b38ac2a56899e5b98a Mon Sep 17 00:00:00 2001 From: Abit Date: Sun, 8 Apr 2018 16:23:23 +0200 Subject: [PATCH] bsip38 specification: add proposal handling --- bsip-0038.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bsip-0038.md b/bsip-0038.md index a598847..890df90 100644 --- a/bsip-0038.md +++ b/bsip-0038.md @@ -117,6 +117,13 @@ The `call_order_update_evaluator` is used to evaluate and apply the * set or update the field if it presents in the operation and is valid, * clear the field if it doesn't present in the operation or is not valid. +## `proposal_create_evaluator` + +The `proposal_create_evaluator` is used to evaluate and apply the +`proposal_create_operation`, which can contain zero or more +`call_order_udpate_operation` objects. Need to add logic: +* only allow `target_collateral_ratio` to be set after the hard fork. + ## Call Order Matching and Filling After a call order get matched with a limit order and about to fill,