Harry Pierson

Results 114 comments of Harry Pierson

invoke also doesn't work correctly for scripts w/o input parameters

I reviewed the code. it simply calls HexToBytes, so [] wouldn't work. I could see using void as the special token (though void is FF not 00) but it would...

The version with spans generates less garbage over time. For long running services, garbage collecting can become a large issue. There's a reason the .NET team has been so focused...

What's the use case for this feature? Regardless of what does or does not work today, what is the problem this is intended to solve? How would we see developers...

> The script is loaded in a different context, so it's not dangerous. This is the same as calling a contract, but saves the cost of deploying a contract. I'm...

If we are going to consider changes to NEP11, can we also consider solving https://github.com/neo-project/neo-devpack-dotnet/issues/647 and https://github.com/neo-project/neo-modules/issues/629?

Can we add a static deserialize method now that isn't a part of an interface? I don't need a generalized mechanism.

Neo.Models proposal from #1866 is a namespace change. This issue is about moving a small subset of the type definitions in neo.dll into the neo.nucleus.dll (final name of this assembly...

> It's good for me, as neo.dll is too large to be a sdk. If we need it, we need to do it ASAP. Does this have to be done...