Update bsip-0040.md

This commit is contained in:
Stefan Schießl 2018-07-29 00:22:22 +02:00 committed by GitHub
parent 2bcc40ae04
commit 4349e8da45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ Notes: The implementation must not differentiate on which operation the custom a
We propose do split the implmentation into two milestones: We propose do split the implmentation into two milestones:
1. Implementation of basic functionaliy to allow custom active permissions and authorities, including `any`, `none`, `lt, le, gt, ge` and `length` `asserts`. If deemed necessary by developpers, reduce to only allow one key or one account for every `custom active authority` 1. Implementation of basic functionaliy to allow custom active permissions and authorities, including `any`, `none`, `lt, le, gt, ge` and `length` `asserts`. If deemed necessary by developpers, reduce to only allow one key or one account for every `custom active authority`
2. Evaluation of stateful and more sophisticated asserts in terms of performance and if positive, implementation of `limit`, `limit_monthly` and `contains_only` `asserts` 2. Evaluation of stateful asserts `limit`, `limit_monthly` and more sophisticated assert `contains_only` in terms of performance. If positively evaluated, implement
This approach allows as well to add other asserts at a later stage (with a new BSIP). This approach allows as well to add other asserts at a later stage (with a new BSIP).