Christopher Schuchardt
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"  But will show when neo-express is...
# Change Log - Optimized `LevelDBStore` - Code Cleanup - Rebuild 
# 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)...
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...
### 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...
# Change Log - Appended `Async` to async methods names - Updated `.editorconfig` with new rules, nothing in code changed besides above. ### Needs #3214 to work # Checklist: -...
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`?...
**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...