Anna Shaleva

Results 136 issues of Anna Shaleva

Sorry for raising this issue one more time, but we ned to clarify one thing. #### Previous discussions Consider the situation described in https://github.com/neo-project/neo-vm/pull/457#issuecomment-1119967254: contract `A` throws exception containing its...

question

* We should carefully distinguish all kinds of RPC errors (parameters parsing errors / handling errors / server errors / etc.) on the server side. Each meaningful error should have...

rpc
refactoring

If transaction signer is a deployed contract and has `verify` method with non-empty arguments list, then the type of its arguments is well-known and arguments values can be provided via...

I3
U4
enhancement
cli
S4

Given the following code: ``` package foo var A = f() var B int func Main() int { return B } func f() int { B = 3 return B...

bug
compiler
U3
S4
I4

Requested by @realloc. #### Problem dBFT is not perfect, and sometimes it hangs in a deadlock. #### Solution Add dBFT watchdog. Watchdog tracks time spent since the last accepted block...

yaczrokh
P2

We need to ensure that our documentation is properly rendered by godoc (wrt https://tip.golang.org/doc/comment) which includes the following checks: 1. Check that lists are displayed as lists (like it is...

I2
documentation
U4
enhancement
S2

We need an ability to filter out NotaryRequestEvents by type (added or removed). The users are mostly interested in those NotaryRequestEvents that were added to the notary pool. NeoFS is...

feature

Sometimes `TestNotary` is failing, and it's probably not due to the insufficient waiting time. This test is complicated, so maybe we need to refactor it. The problem: ``` 2022-04-05T07:56:52.9008397Z ===...

test

Need to update `lint`'s job executor for CircleCI workflow after https://github.com/golangci/golangci-lint/issues/2649 is resolved.

go

Currently implemented strategy for configuration reload is not supported on Windows. SIGHUP is supported on POSIX-compliant systems, so we may want to think about another way to reload node configuration...

feature
help wanted
good first issue
windows