Merge pull request #41 from bitshares/oxarbitrage-patch-1

update proposed changes
bsip53
Abit 2017-11-18 22:21:43 +01:00 committed by GitHub
commit cf781275af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -28,10 +28,23 @@ Worker Proposals cannot be updated at all
## Proposed Changes
### Descriptive
* Allow description of the WP to updated.
* Allow WP Issuer ability to retire WP
* Possibly allow Committee to retire inactive WP
### Technical
* Add bool field `removed` to worker object.
* Add check to `db_maint.cpp` to skip workers in removed state.
* Don't allow votes to workers in removed state(`account_evaluator.cpp`).
* Create operation `worker_update`. Op will allow to change only the `name`, `url` and the `removed` object fields from the worker (track the change in operation). Can follow `committee_member_update` or similars.
* Implement new operation as a command to `cli_wallet` available for the worker issuer.
* Allow `committee` to use `worker_update` against any worker proposal. Need more discussion on how it can be done.
Requires hardfork.
# Discussion
```
https://github.com/bitshares/bitshares-core/issues/473