Christopher Schuchardt
Christopher Schuchardt
**Summary or problem description** Trying to get all `LogEventArgs` for a transaction. Will emit logs twice. Reason being, is when a user send a `invokescript` or `invokefunction` to a node...
It would be nice to have Equatable for comparing StackItem class to Array, Map, etc in the VM. ```cscharp Array a2 = new() { "Hello World", true }; StackItem a3...
**Summary or problem description** Change Oracle to use HTTP `OPTIONS` before it gets the URL to see what the options are for the URL. So oracle knows how to call...
**Describe the bug** When disposing `NeoSystem` the method `EnsureStopped` has a 5 minute wait to receive a message on the inbox. if no response ever is sent than you wait...
**Summary or problem description** We need a way to resolve the IPs on and from `NNS`. **Do you have any solution you want to propose?** I suggest that `Neo Foundation`...
**Describe the bug** You allow any character for method names or parameter name really anything that is a string in manifest. State in RPC ```json { "abi": { "methods": [...
**Summary or problem description** We need a way to validate strings in a smart contract. Regular expression is the best way to do this and would be the cheapest. **Do...
**Summary or problem description** Neo needs to be split apart into different libraries. Also build in dotnet standard or make SDKs for Unity and .Net Maui and other dotnet versions....
The community and I had a discussion on discord. How `NEP-17` is **VERY** unclear for `symbol` method. Now `NEP-17` states: >Returns a short string representing symbol of the token managed...
# How to Run Workflow ## Publish a release (_Note: **DO NOT UPLOAD BINARIES**_)`  # Try It Out ### https://github.com/cschuchardt88/neo-devpack-dotnet/releases # Workflow Actions (`github`)  # Release Page ...