Merge pull request #73 from bitshares/bsip38-patch1

bsip38 specification: add proposal handling
bsip53
Abit 2018-04-09 23:45:49 +02:00 committed by GitHub
commit 98d712ece6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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,