Christopher Schuchardt

Results 105 issues of 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...

discussion

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

Core

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

discussion

**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`...

discussion

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

Discussion

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

discussion

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**_)` ![image](https://github.com/neo-project/neo-devpack-dotnet/assets/8141309/3393f30d-311b-4ace-a87f-71b2ab1b99cd) # Try It Out ### https://github.com/cschuchardt88/neo-devpack-dotnet/releases # Workflow Actions (`github`) ![image](https://github.com/neo-project/neo-devpack-dotnet/assets/8141309/88a5544c-4c75-4eac-accd-dc711e3e2206) # Release Page ![image](https://github.com/neo-project/neo-devpack-dotnet/assets/8141309/4604033f-6ed0-431a-8ad1-1c8797ded72f)...

waiting for review