Harry Pierson

Results 114 comments of Harry Pierson

> Good proposal to improve the user experience Agreed. When do we merge this?

In the [TS devpack](https://github.com/ngdenterprise/neo-devpack-ts), I'm planning on emitting an endtry/noop pair for each nested try/catch block except the last one. For the last one, I'm going to emit the endtry...

> In the [TS devpack](https://github.com/ngdenterprise/neo-devpack-ts), I'm planning on emitting an endtry/noop pair for each nested try/catch block except the last one. For the last one, I'm going to emit the...

Call back based iterator would also work (https://blog.kowalczyk.info/article/1Bkr/3-ways-to-iterate-in-go.html)

Note, key should probably be ReadOnlyMemory or ReadOnlySpan. And PinnableSlice should probably be a struct like MemoryHandle

I'm not sure how we can do this. C# debugger has the same issue if source/debug symbols are mismatched

I just realized we could calculate the hash of the script in the NEF file and compare it to the hash stored in the debug info. I just realized this...

This issue tracks changes related to multi-node contract download support. @ixje originally opened two issues, but I think the work for online vs offline multi-node contract download are integrated to...

C# info for types is not in the debug info, so this would require significant upgrade to debug info and compilers. A good idea worth pursuing, but not one that...