-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change of issuer: locked for old properties? #293
Comments
The "issuer" has no special privileges for non-managed properties currently, but that may not always be true. I'd suggest this change should be usable with any property, even though it currently only has an effect for managed properties. |
p.s. clarifying pull request welcome :) |
Actually it's the other way around and right now there no check in place to restrict a change of issuer for "old" properties (created with tx 50, tx 51). Because one might say this is a retroactive change, I think it's worth to discuss, if this is correct behavior. The security aspect is two sided, and this is addressed @ #294 as well: there is a benefit, if there is the ability to transfer ownership, even in restrospective, but on the other hand: if a key got compromised and an asset was locked right from the beginning, there is no risk to begin with. |
I think this is correct behavior. Transferring ownership for a TX50 or TX51 If private key is compromised for a managed property, the attacker can On Tue, Dec 9, 2014 at 9:15 AM, dexX7 [email protected] wrote:
|
Oh well, that's actually right. :) The only case that I'm not able to predict at the moment is a transfer of ownership during an ongoing crowdsale, but if I recall correctly, then it shouldn't have an effect. |
Great point @dexx, we'd have to model what the behaviour would be if the
On Wed, Dec 10, 2014 at 6:31 AM, dexX7 [email protected] wrote:
|
Meh, ... the behavior is not transparent for the end user at the moment.
So it's a bit mixed at the moment and the RPC interface does not reflect the actual token movements. I tend to lock tx 50, tx 51 per default and allow ownership changes only for managed properties, in particular to respect history, so to speak, and to avoid behavior as described - at least for now. My other thread about "locking" properties probably already hints I'm not against the idea of stateful properties and the topic in general. ;) |
Quick note to catch up on this, given that a change of issuer during a crowdsale is deactivated now, there is actually an use case in combination with #282 (Accepting not-yet-issued propeties in a crowdsale). #282 allows to create a trustless token swap mechanism, where:
There is, however, still some risk involved, namely that a crowdsale issuer may manually close a crowdsale. If changing the issuer during a crowdsale were enabled, it would be possible to willingly give up any control by changing the issuer to an address that (likely) no one controls, which would remove that risk completely. |
With #257 it is possible to change the issuer or maintainer of a property, however it is currently undefined, if this ability is only granted for managed properties or all properties, including those that were not created via tx 54: New Property with Managed Number of Tokens.
So the question is: should it be restricted to managed properties or available for every property?
The text was updated successfully, but these errors were encountered: