陈志同

Results 37 comments of 陈志同

@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....

> 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 ![image](https://github.com/neo-project/neo/assets/6295602/9f56d276-42f1-49da-9cc0-276752f2ae50)

> @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...

![image](https://github.com/neo-project/neo/assets/6295602/ddd20fcd-b487-4556-8b31-67b54f92e346) 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? ![image](https://github.com/neo-project/neo/assets/6295602/6db8bdbc-4fef-409e-ae63-c4b8abb62fb6) Still not working (without...