Jimmy

Results 62 issues of Jimmy

updated to work under https://github.com/neo-project/neo-modules/pull/709 This pr implements neo-project/neo-node#863 Mode system is intended to help developers to save and load neo node configurations. 1. cli provides some default settings, such...

node

Original:

This pr implement secure random number for N3 at runtime. #601 #637 #596 https://github.com/neo-project/neo/issues/2504

Thanks to @Qiao-Jin @doubiliu. This is the DKG part of the implementation of BLS random numbers. BLS is implemented in #670.

This is an experimental work trying to study the possiblity of refunding extra system fee user pays. Solution here is only burn the amount of consumed system fee instead. Open...

**Summary or problem description** As it has been mentioned and proposed by the community again and again in https://github.com/neo-project/neo/issues/2473 https://github.com/neo-project/neo/issues/672 https://github.com/neo-project/neo/issues/660 , I think it is time to add automated...

discussion

# Description The issue is that the default C# dotnet does not support SECP256K1 curve on macos platform. We added support to SECP256K1 signature `verify` method for macos but did...

waiting for review

**Summary or problem description** Currently we consider all neo chains as the same, with the same code compiled, you can run it with exactly same behavior on every chain. This...

discussion

**Summary or problem description** Currenty it takes days to synchronize the whole neo chain, the major reason behind this is that for every single block we downloaded from the p2p...

discussion