Christopher Schuchardt
Christopher Schuchardt
```csharp var something = _db.somethingtable // database table with 2 records, One with having , 1 URI // record in the list and other having, 4 records in the list....
# Description This PR is to focus on the a new CLI & service. Also to fix the problems and bottlenecks at hand with the current CLI. The goal is...
NOTE: You need to run this workflow manually when it time for release. ### How this works 1. Run `Build & Release (neo-cli) ` workflow job. 1. Click `Run workflow`....
**Summary or problem description** AES with ECB should not be used as a mode for encryption. It has dangerous weaknesses. Data is encrypted the same way every time meaning the...
**Describe the bug** Cannot implicitly convert type 'Neo.Json.JToken' to 'Neo.Json.JArray', `Neo.Json.JObject` and maybe even more. **To Reproduce** ```csharp JArray Params = JArray.Null; JObject Params = JObject.Null; ``` **Expected behavior** To...
**Describe the bug** **`Please review and look/read carefully!!!`** When invoking `ApplicationEngine.System_Runtime_CurrentSigners` in transaction script you get `System.Linq.ThrowHelper.ThrowArgumentNullException`. This goes for anywhere I _believe_. As you _see below_ `AllowedContracts`, `AllowedGroups` and...
**Summary or problem description** 1. Add `neo-cli` to `win-get` for windows. See #3018 1. Also consider `apt-get` and `brew` repos. _(**@gsmachado can help with this. He is making repos currently...
**Summary or problem description** When sending junk data to a node with `MessageCommand` `GetAddr` and `GetHeaders`. Node keeps connection open and locks up resources and peer connections.  **Do you...
**Summary or problem description** Cannot implicitly convert `BigInteger` to `Neo.Json.JToken` or `Neo.Json.JNumber`. You either need to update `Neo.Json` or remove it and use something else. Its so outdated it's not...
With the add-on of `RcpServer` and now coming soon `RestServer` and `WebSockets`. I think the node should have a built-in web server for plugins. Have predefined options like `CORS`, `Basic...