ixje

Results 189 comments of ixje

A `FindStorage()` to complement `GetStorage` sounds good to me.

I'm interested to learn if this issue is resolved as I'm facing it as well. It seems like a very common question/problem (including outside of scikit)

Are we really asking somebody to update his/her PR after almost 1.5 years? Looking at the persons profile shows no GitHub activity since creating this PR. I say just merge...

ApplicationLogs are based on the [ApplicationExecuted](https://github.com/neo-project/neo/blob/d8243577ea3d50703b109c03301860532995c9d6/src/Neo/Ledger/Blockchain.ApplicationExecuted.cs#L22) class, which don't include logs and are not persisted (and thus cannot be retrieved). They are shown in the console when executing which is...

> Hi @ixje , I understand that 'technically speaking it doesn't make much sense'. However, users already do this. Instead of using a log, they use 'notify' instead. Can a...

> One of the biggest problems in the developer experience is that the state needs to persist across multiple calls. Can you elaborate what this means? I thought you were...

I don't know what this plugin is or which old plugin it replaces. Does it replace neo-visual-tracker? Where are argument specified if a function takes arguments?

It looks interesting :eyes: I guess `neo-express` could include logs with some effort if that makes sense to many people.

> You should be using `Runtime.Log` that is how you `print` or `Console.Writeline` A `print` statement in a Python smart contract is translated to a `System.Runtime.Log` syscall in the VM.

Appears to be an issue in the core, fixed by https://github.com/neo-project/neo/pull/2860