Bogdan Mingela
Bogdan Mingela
I'd add to Expected behaviour a phrase the asset state must be identical at both peers in the start and in the end of the flow
Another potentially valuable addition, an asset minting happens via a smart contract, if possible please try reproducing considering that too
> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is...
Alternatively we should have a way to specify/customize the logic of sorting since most people interested in pagination generally expect timestamp based sorting so that newest entries (or the ones...
So, implicitly an account is going to be identified by it's public key unless an optional alias (`name@domain`) is introduced, right? Whereas public key formatted aliases should be prohibited? Introducing...
> > Can an account set an alias used by someone else in the past? > > yes Seems all entities referencing an account must rely on the key based...
> > Seems all entities referencing an account must rely on the key based identification exclusively though (assets, permission tokens, maybe smth else) to prevent unregistering + registering with same...
@s8sato * I really would like an account to be referenceable in a static way, if we don't introduce a primary key which would be the only argument of K's...
If `shared_account_registerer` trigger is introduced why not use such approach for any multisignature transaction instead? I mean instead of registering another type of entity (`account_shared`), why not execute the target...
I consider any valid public key to be a valid reference in a network even if that's not registered/activated yet. In a public blockchain all key pairs just 'exist' (bound...