陈志同
陈志同
@Jim8y @shargon please review
> 1. Dont use `RegEx` is so expensive and cost way to much CPU and can hang forever. > 2. Your naming convention. Change all methods to the proper names....
Can this be merged?
> Added `ToLower()` for `LowerCase` hexes. Already modified, and `ToHexString()` is already lowercase.
Can this be merged? @shargon @cschuchardt88 @Jim8y
> @chenzhitong You can try out https://github.com/cschuchardt88/neo/releases/tag/v1.1.2 that is latest. It works on windows 10/11 but not works on windows server 
> @chenzhitong try this updated `LevelDBStore` [LevelDBStore.zip](https://github.com/neo-project/neo/files/15062334/LevelDBStore.zip) > > Also you may want to put `libleveldb.dll` in the same directory as `LevelDBStore` plugin. Reason being is `Windows Server` is more...
 It's still not working. @cschuchardt88 The `libleveldb.dll` in the `libleveldb.zip` you sent is the same as in the current neo-cli release, with no changes. `levelDBStore.dll` is different from the...
This problem was fixed in neo 2.x, when the neo-cli release used the `libleveldb.dll` (**511KB**) from neo-gui, which doesn't depend on `vc_redist.x64.exe`. In neo 3.1.0 and earlier, this bug does...
> Hi @chenzhitong, It's working here. We did a test yesterday on a Windows Server using the latest release. It worked. Can you try again?  Still not working (without...