Harry Pierson
Harry Pierson
tried to load a wallet json file where the `isDefault` property name was incorrectly cased as `isdefault`. Code threw a generic NullReferenceException which I could only figure out by running...
## Objective Reduce the dependency tree for libraries and tools that need access to the Neo core domain model but don't need all the dependencies to run a full node....
**Summary or problem description** Current implementation of RIPEMD160 doesn't work w/ Spans, so the [Neo.Crypto.Helper.RIPEMD160(Span)](https://github.com/neo-project/neo/blob/791355c58bdc1fc5d7c1b42a6ab247cbf69cf6d5/src/neo/Cryptography/Helper.cs#L78) overload has to copy the span into an array before hashing **Do you have any...
https://docs.microsoft.com/en-us/dotnet/maui/what-is-maui
``` \node\neo-gui\GUI\Helper.cs(44,31): error CS7036: There is no argument given that corresponds to the required formal parameter 'network' of 'ContractParametersContext.ContractParametersContext(DataCache, IVerifiable, uint)' [\node\neo-gui\neo-gui.csproj] \node\neo-gui\GUI\DeveloperToolsForm.TxBuilder.cs(22,53): error CS7036: There is no argument given...
``` \node\neo-cli\CLI\MainService.Blockchain.cs(18,38): error CS1061: 'Blockchain' does not contain a definition for 'Height' and no accessible extension method 'Height' accepting a first argument of type 'Blockchain' could be found (are you...
neo-cli deploy command expects the second param to be a hex byte array describing the [parameter types](https://docs.neo.org/docs/en-us/sc/deploy/Parameter.html). However, there is no way to specify that a contract has no parameters....
This issue tracks the neo-cli part of [Neo issue 1757](https://github.com/neo-project/neo/issues/1757)
neo-cli should be loading the config.json file from the current working folder, not the folder where the neo-cli binary is located. This would allow multiple nodes to run on a...
This is a draft PR for the updated Debug Info used by the [Neo Debugger Storage Schema Preview](https://github.com/neo-project/neo-debugger/blob/master/docs/storage-schema-overview.md). Changes are not expected, but until the storage schema work is out...