dusmart
dusmart
> @dusmart can you please help me update this? Actually, there is two big differences between E-letter chain and N3 as far as I'm concerned under the discussion of **if...
I appreciate every effort that makes exception related message clear. Thanks.
Great Idea. We'll add some new PoCs that fit to the new version of NEO. But it's OK to keep the original ones IMO.
a solution to solve your problem: use `public static byte[] Reverse(this Array source);` see https://github.com/neo-project/neo-devpack-dotnet/blob/a77456b47636acfebe1fc78cad57f6ebfdc60109/src/Neo.SmartContract.Framework/Helper.cs#L209-L215
add `-v "$(pwd)":/workspace` option if you need to map current directory into the docker and store the blockchain data there
why is the repo maintainer so lazy, this is a great PR
> any malicious consensus node is able to propose its block earlier (any time from 0 to 15s) Good point. While it seems that no node want to do it...
> Also you can DDOS the network with malicious script in consensus. If you know the consensus nodes IP... even better. I dont have the code atm ill have to...
> At any moment we run the risk of liveness failure Agree! NEO has faced potential liveness issues for several times. One I can remember is the BinanceStaking1 committee. It...
https://github.com/neo-project/neo/issues/3296 has been fixed, does the problem still exist?