Christopher Schuchardt

Results 105 issues of Christopher Schuchardt

**Summary or problem description** Hi guys, working on `neo-express`. Ran into a problem where I am trying to get an error from RPC server. We use a custom express plugin...

discussion

**Summary or problem description** For example RpcClient method `GetContractStateAsync` doesn't even use its model class at all for serializing and deserializing . ![image](https://github.com/neo-project/neo-modules/assets/8141309/9dc524ea-31b3-4c00-a3b7-b2e6b9852b3f) RpcClient - `RpcStateRoot` **No** `ToJson` - `RpcMethodToken`...

discussion

**Describe the bug** Default `ProtocolSettings` current doesn't work when creating the `NeoSystem`. This happens because the `StandbyValidators` property is `empty`; this used to work no problem. Fails `Contract.GetBFTAddress` in the...

I am building a custom `console` prompt; however I keep getting error when a command is found or not. As you will see in the _image below_. #### How my...

How to do you prevent `IHost` from starting when executing a command on the command-line? It starts no matter what when using `UseHost`. What's the best way to allow all...

I am get error `Required command was not provided.` when running `MyApp.exe --as-service` with the following code _below_. ```csharp internal sealed class DefaultRootCommand : RootCommand { public DefaultRootCommand() : base("Description")...

**Describe the bug** `Neo.BuildTasks.targets` looking in wrong place for `default.neo-express`. I don't know if build tasks need to be updated or `neo-express`. ``` /Users/rk/.nuget/packages/neo.buildtasks/3.6.94/build/Neo.BuildTasks.targets(85,5): error : System.Exception: /Users/rk/.neo-express/default.neo-express file doesn't...

bug

We should open the options for `neo-express` with soon to be standalone packages with #358. The reason for doing this will allow users to use the app without installing dotnet....

enhancement

Can we get some milestones started. **I am Currently Working on** - [ ] WebSocket server for `neo-express` node _(command and control node) or [neo-modules#847](https://github.com/neo-project/neo-modules/pull/847)_ - [ ] New vscode...

closes #309 `neoxp show transaction 0xb9203e4f28c5e07eef0bc5e225a2603cc7f4ba0bba8ba04f048750ac7f8ba590` ```json { "transaction": { "hash": "0xb9203e4f28c5e07eef0bc5e225a2603cc7f4ba0bba8ba04f048750ac7f8ba590", "size": 205, "version": 0, "nonce": 640966548, "sender": "NbGJ2PMcd7DeVYCnAf3neEuEqgLdaGX6rP", "sysfee": "2645280", "netfee": "1188520", "validuntilblock": 5876, "signers": [ { "account":...