Anna Shaleva

Results 249 comments of Anna Shaleva

I would like to ensure that generated wrapper with dynamic hash is valid. Can we create a test (using neotest): generate wrapper with dynamic hash for some test contract (we...

What we need here is to remove (or convert to DEBUG-level) all logs that are related to the non-suitable notary requests received by the auto-deploy routine. This routine listens to...

Ref. https://github.com/nspcc-dev/neofs-node/pull/2408#discussion_r1245762680, https://github.com/nspcc-dev/neofs-node/pull/2408#discussion_r1252049382, https://github.com/nspcc-dev/neofs-node/pull/2408#discussion_r1252054120, https://github.com/nspcc-dev/neofs-node/pull/2408#discussion_r1252055515, https://github.com/nspcc-dev/neofs-node/pull/2408#discussion_r1252057633.

Ref. https://github.com/nspcc-dev/neofs-node/pull/2408#discussion_r1260855622.

This issue is likely to be caused by some bolt persisting problem. It's clear from the application side, we have an atomic bolt transaction that contains all block-related changes (including...

The issue is caused by the fact that `subscriptions` map of WS client isn't in sync with `receivers` map (although it always must be). And currently I can't find where...

@roman-khimov, the implementation seems to be in the final stage, I'm going to test it against C# node states for mainnet/testnet, and if everything is OK, then write a couple...

With the latest C# node fixes mainnet states match perfectly (with Cockatrace enabled at 5210001 height): ``` anna@kiwi:~/Documents/GitProjects/nspcc-dev/neo-go$ go run scripts/compare-dumps/compare-dumps.go ./dumps/GoDump_mainnet_5224362/ ./dumps/Storage_334f454e_mainnet_5225043_cockatrice/ Processing directory BlockStorage_0 Processing directory BlockStorage_100000 Processing...

@roman-khimov, do we need better unit-test coverage for this PR?

Good, then no changes from neo-modules or core side are required, thus I'm closing this issue as not planned.