Anna Shaleva
Anna Shaleva
@Slava0135, please take a look at #3551.
> It seems like there are issues with CI coverage, because neotest replaces original coverage data. Yep, and we definitely need some way to store the original coverage reports. >...
> or having a flag would be better? The problem with flag is that we can't directly integrate it into `go test`, thus let's firstly try with env var, it...
@lock9, have you considered the https://github.com/nspcc-dev/neo-go/issues/2406?
Just a question from my side: >Then in the following instruction CAT, we try to GetSpan() of the Integer, which is generated by > https://github.com/neo-project/neo-vm/blob/ea03316ae34ca4bc7a30fd4b65dad74f1fed7e17/src/Neo.VM/Types/Integer.cs#L35 > Here value.ToByteArray() may generate...
We have similar functionality for test invocations (a.k.a. Diagnostics, ref. https://github.com/neo-project/neo-modules/pull/657 and https://github.com/neo-project/neo-modules/pull/656#discussion_r729934698), it may probably be extended to include invocation parameters and then reused for application logs. And the...
@roman-khimov, let's review one more time.
@neo-project/core let's review this proposal one more time.
> Which would be nice, but are we ready for it? It seems that we're not yet ready. We'd better start with NEPs for protocol changes only, because otherwise we'll...
Ref. https://github.com/neo-project/neo/pull/3548.