Christopher Schuchardt

Results 105 issues of Christopher Schuchardt

We should make the display data more consistent with what developers/users are used too. What i mean by this is blockchain explorers, RPCServer, RestServer and everyone else uses Base64 over...

The UI doesn't populate with a list of functions when the neo-express is running and contract deployed. Note the contract "YourName.hhhhContract" ![Screenshot 2023-03-02 030920](https://user-images.githubusercontent.com/8141309/222369124-788966c5-0d08-46ad-8423-b881555d8c93.png) But will show when neo-express is...

# Change Log - Optimized `LevelDBStore` - Code Cleanup - Rebuild ![image](https://github.com/neo-project/neo-modules/assets/8141309/4900a6f6-3e0f-4768-89c1-ed8bb2dacbee)

# Change Log - Added same `.editorconfig` settings from [`neo`](https://github.com/neo-project/neo/pull/3207) repo. - Added missing from `neo` to this repo - Applied `.editorconfig` errors and warning to projects. Only Testing Done...

# Change Log - Enabled all the features of `leveldb` - New Classes, Memory management and interoperability. ## Type of change - [x] Optimization (the change is only an optimization)...

enhancement
optimization
waiting for review

There is a lot of problems with allowing the classes to be `public`. One example is, everything we have now in code. Yes, you can say this is for others...

enhancement
discussion

### Describe the bug Someone has changed the way that `neo-cli`'s command-line works. You pass an argument that doesn't exists than the application throws error. This disables plugins from using...

bug
help wanted
critical

# Change Log - Appended `Async` to async methods names - Updated `.editorconfig` with new rules, nothing in code changed besides above. ### Needs #3214 to work # Checklist: -...

waiting for review

We all have a different perspective on how `Pull Requests` should be done. Can we get some clarity? So, we all are the same page. - How `big` _**is**_ `big`?...

question

**Summary or problem description** Combine `neo-express` and `neo-cli` into `one` solution with same and more features. This way `neo-express` & `neo-cli` won't be forgot and unmaintained. #### Everything is up...

enhancement
help wanted
discussion
Work in Progress