Rendong Liu

Results 27 comments of Rendong Liu

@erikzhang @lightszero I notice English version is [here](https://github.com/Robinfang000/translation/blob/master/NeoVMDump-translated.mediawiki). But may need a little format and then replace this CN version

This sounds interesting. So, each Neo address can pledge 1 additional candidate? That means the ranking will be calculated by: current votes + pledged votes.

Why not put Neo addresses in NNS directly?

The dynamically token creation can be invoked by ContractManagement.Deploy. I do not think it is related to this standard issue?

This is a very interesting NEP and quite useful in certain areas. BTW, is there an event specified for this kind of token transfer? For instance: public static event transfer(byte[]...

@corollari And for the zero-knowledge proof, why only possible with AZTEC Protocol? It depends on how we build this model. I believe zk-SNARK or some other protocol such as [Bulletproofs](https://eprint.iacr.org/2017/1066.pdf)...

Try to solve in the https://github.com/neo-project/neo-modules/pull/651

> When we meet `enumerator` type in contract, we can convert to array in rpcserver for rpclient to use. > > E.g: > > ```cs > // NFT contract >...