Erik Zhang

Results 160 comments of Erik Zhang

I think you should use `StorageMap`. In C#, an auto-implemented property is a wrapper of a backing field. For example: ```c# public string Name { get; set; } ``` It...

I think using properties will give developers a sense of not having to consume too much GAS. But reading the storage will actually consume more GAS. For example: ```c# [ContractStorageProperty]...

> If the result of two invocations is different, then which is the correct one and what should be returned to the user? The second one is the correct one.

> If we suppose different execution results, then the second run can easily end up in FAULT state just because of insufficient GAS Why?

> If contract's logic depends on fees it might take some longer branch on the second execution The idea is that if a contract's logic depends on fees, it checks...

I will take a look.

The code looks good. Please wait for the test.

But it doesn't break anything and is fully compatible with previous standards. In this case I don't think it's necessary to create a new standard.