cloud8little

Results 14 comments of cloud8little

1. help message: PASS ![c7f317a4ac8564ed66fec0c8222cfed](https://user-images.githubusercontent.com/34291844/87381311-f43c2400-c5c6-11ea-9308-c9506104af9b.png) 2. block avgtime PASS ![11853654607fd473973d7ac141a4420](https://user-images.githubusercontent.com/34291844/87381339-03bb6d00-c5c7-11ea-87b5-b4cff58831c0.png) 3. block sync PASS ![2accd891d177fad985a9d6d9902127d](https://user-images.githubusercontent.com/34291844/87381351-0ddd6b80-c5c7-11ea-9395-1cb3243a7d9c.png) ![f78a55606a34f5ec9b8878a4bf9f6c8](https://user-images.githubusercontent.com/34291844/87381363-17ff6a00-c5c7-11ea-8e5f-c602e2989b10.png) 4. block time PASS ![38ad22cbe29de83871f21ee0cd7fcf5](https://user-images.githubusercontent.com/34291844/87381386-277eb300-c5c7-11ea-896e-74a0bb99d06f.png) 5. block timesincelast PASS ![7ebd72f40b25b1f80bf663edb0a535a](https://user-images.githubusercontent.com/34291844/87381398-336a7500-c5c7-11ea-878d-f1a86ca21a05.png) 6. block timestamp PASS...

@meevee98 could you help answer the #14 please? https://github.com/neo-project/neo-modules/pull/188#issuecomment-657949676

> @superboyiii @cloud8little can you or someone else check this one? > When there's a mismatch of Magic and Network attributes, the consensus can't start. Yes, it is intended, when...

可以这么理解,调用代理合约时,代理合约将会维护自己的状态变量,此处的状态变量是implementation和变量X,proxy合约通过构造函数初始化了implementation变量,变量X没有赋值,那么就是默认值0,调用increment函数,返回x+1,那么就是返回的0+1 也就是1。 理解代理合约一定要理解代理合约自己的状态变量和逻辑合约的状态变量是独立的